Skip to content

Commit

Permalink
refactor: remove new APIs on x/collection (#608)
Browse files Browse the repository at this point in the history
* refactor: remove new tx

* refactor: remove new query

* feat: add Query/TokensWithTokenType

* fix: modify error

* docs: update variable names in the comments

* docs: update CHANGELOG.md

* Update swagger

* Remove unused rename in swagger config
  • Loading branch information
0Tech authored Jul 26, 2022
1 parent 8b9e3e5 commit 4cc8685
Show file tree
Hide file tree
Showing 25 changed files with 10,791 additions and 33,122 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (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
* (x/collection) [\#608](https://github.com/line/lbm-sdk/pull/608) remove new APIs on x/collection

### Bug Fixes
* (x/wasm) [\#453](https://github.com/line/lbm-sdk/pull/453) modify wasm grpc query api path
Expand Down
8 changes: 1 addition & 7 deletions client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,9 @@
"Params": "CollectionParams",
"Balance": "CollectionBalance",
"AllBalances": "CollectionAllBalances",
"Grant": "CollectionGrant",
"GranteeGrants": "CollectionGranteeGrants",
"Grants": "CollectionGrants",
"Approved": "CollectionApproved",
"Authorization": "CollectionAuthorization",
"OperatorAuthorizations": "CollectionOperatorAuthorizations",
"Supply": "CollectionSupply",
"Minted": "CollectionMinted",
"Burnt": "CollectionBurnt",
"Approvers": "CollectionApprovers",
}
}
},
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 4cc8685

Please sign in to comment.