Skip to content

Commit

Permalink
feat: add EventOwnerChanged and EventRootChanged (#604)
Browse files Browse the repository at this point in the history
* feat: add EventOwnerChanged and EventRootChanged

* docs: update CHANGELOG.md

* feat: add collection query to swagger
  • Loading branch information
0Tech authored Jul 26, 2022
1 parent 7b240f0 commit 8b9e3e5
Show file tree
Hide file tree
Showing 12 changed files with 10,930 additions and 965 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (server/grpc) [\#526](https://github.com/line/lbm-sdk/pull/526) add index field into TxResponse
* (cli) [\#535](https://github.com/line/lbm-sdk/pull/536) updated ostracon to v1.0.5; `unsafe-reset-all` command has been moved to the `ostracon` sub-command.
* (x/foundation) [\#597](https://github.com/line/lbm-sdk/pull/597) tidy up x/foundation
* (x/collection) [\#604](https://github.com/line/lbm-sdk/pull/604) add EventOwnerChanged and EventRootChanged

### Bug Fixes
* (x/wasm) [\#453](https://github.com/line/lbm-sdk/pull/453) modify wasm grpc query api path
Expand Down
30 changes: 29 additions & 1 deletion client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,35 @@
"rename": {
"Params": "TokenParams",
"Balance": "TokenBalance",
"Grants": "TokenGrants"
"AllBalances": "TokenAllBalances",
"Grant": "TokenGrant",
"GranteeGrants": "TokenGranteeGrants",
"Grants": "TokenGrants",
"Approved": "TokenApproved",
"Authorization": "TokenAuthorization",
"OperatorAuthorizations": "TokenOperatorAuthorizations",
"Supply": "TokenSupply",
"Minted": "TokenMinted",
"Burnt": "TokenBurnt",
}
}
},
{
"url": "./tmp-swagger-gen/lbm/collection/v1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "CollectionParams",
"Balance": "CollectionBalance",
"AllBalances": "CollectionAllBalances",
"Grant": "CollectionGrant",
"GranteeGrants": "CollectionGranteeGrants",
"Grants": "CollectionGrants",
"Approved": "CollectionApproved",
"Authorization": "CollectionAuthorization",
"OperatorAuthorizations": "CollectionOperatorAuthorizations",
"Supply": "CollectionSupply",
"Minted": "CollectionMinted",
"Burnt": "CollectionBurnt",
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading

0 comments on commit 8b9e3e5

Please sign in to comment.