Skip to content

Commit

Permalink
fix!: update x/collection,token proto (#863)
Browse files Browse the repository at this point in the history
* Apply client feedbacks into x/collection

* Make x/collection buildable

* Update x/collection tests

* Update contract id related part in protos

* Make it buildable

* Update tests

* Update uri related part in protos

* Make the modules buildable

* Update tests

* Update operator related part in proto

* Make the modules buildable

* Update tests

* Update CHANGELOG.md

* Update operator related queries in x/token

* Update operator related queries in x/collection

* Update attributes

* Fix tests

* Apply suggestions from code review

* Fix tests

* Add legacy information on TokenType

* Add reference in the comments

* Apply suggestions from code review
  • Loading branch information
0Tech authored Feb 3, 2023
1 parent 6076052 commit 3933ad1
Show file tree
Hide file tree
Showing 68 changed files with 4,643 additions and 6,144 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Bug Fixes
* (client) [\#817](https://github.com/line/lbm-sdk/pull/817) remove support for composite (BLS) type

* (x/foundation) [#834](https://github.com/line/lbm-sdk/pull/834) Apply foundation audit
* (x/collection,token) [#849](https://github.com/line/lbm-sdk/pull/849) Introduce codespace into x/collection,token
* (x/token,collection) [#863](https://github.com/line/lbm-sdk/pull/863) Update x/collection,token proto

### Removed
* [\#853](https://github.com/line/lbm-sdk/pull/853) remove useless stub BeginBlock, EndBlock methods from modules below
Expand Down
6 changes: 4 additions & 2 deletions client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@
"Approvers": "TokenApprovers",
"Supply": "TokenSupply",
"Minted": "TokenMinted",
"Burnt": "TokenBurnt"
"Burnt": "TokenBurnt",
"Contract": "TokenContract"
}
}
},
Expand All @@ -148,7 +149,8 @@
"AllBalances": "CollectionAllBalances",
"GranteeGrants": "CollectionGranteeGrants",
"Approved": "CollectionApproved",
"Approvers": "CollectionApprovers"
"Approvers": "CollectionApprovers",
"Contract": "CollectionContract"
}
}
},
Expand Down
9 changes: 5 additions & 4 deletions client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading

0 comments on commit 3933ad1

Please sign in to comment.