Skip to content

Commit

Permalink
feat: introduce censorship into x/foundation (Finschia#912)
Browse files Browse the repository at this point in the history
* Add censorship into proto

* Implement censorship

* Add FoundationExecProposal to proto

* Implement FoundationExecProposal

* Update documentation

* Update CHANGELOG.md

* Rename files

* Lint

* Add amino test on MsgUpdateCensorship

* Add pagination on cli

* Update x/foundation/README.md

* Update proposal cli description

* Chore

* Apply feedbacks
  • Loading branch information
0Tech committed Mar 14, 2023
1 parent b626dec commit d9428ec
Show file tree
Hide file tree
Showing 48 changed files with 3,976 additions and 545 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (x/collection) [\#894](https://github.com/line/lbm-sdk/pull/894) Change the default params of x/collection
* (ante) [\#895](https://github.com/line/lbm-sdk/pull/895) Remove max gas validation
* (x/collection,token) [\#900](https://github.com/line/lbm-sdk/pull/900) Add uri for MsgModify and deprecate the old ones
* (x/foundation) [\#912](https://github.com/line/lbm-sdk/pull/912) Introduce censorship into x/foundation

### Bug Fixes
* (client) [\#817](https://github.com/line/lbm-sdk/pull/817) remove support for composite (BLS) type
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 d9428ec

Please sign in to comment.