Skip to content

Commit

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

* refactor: remove old query

* fix: modify error

* docs: update variable names in the comments

* docs: update CHANGELOG.md
  • Loading branch information
0Tech authored Jul 26, 2022
1 parent 4cc8685 commit 869c7e7
Show file tree
Hide file tree
Showing 23 changed files with 1,470 additions and 6,817 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (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
* (x/token) [\#609](https://github.com/line/lbm-sdk/pull/609) remove new APIs on x/token

### Bug Fixes
* (x/wasm) [\#453](https://github.com/line/lbm-sdk/pull/453) modify wasm grpc query api path
Expand Down
5 changes: 1 addition & 4 deletions client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,9 @@
"Params": "TokenParams",
"Balance": "TokenBalance",
"AllBalances": "TokenAllBalances",
"Grant": "TokenGrant",
"GranteeGrants": "TokenGranteeGrants",
"Grants": "TokenGrants",
"Approved": "TokenApproved",
"Authorization": "TokenAuthorization",
"OperatorAuthorizations": "TokenOperatorAuthorizations",
"Approvers": "TokenApprovers",
"Supply": "TokenSupply",
"Minted": "TokenMinted",
"Burnt": "TokenBurnt",
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 869c7e7

Please sign in to comment.