Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add a feature of whitelist for /lbm.foundation.v1.MsgWithdrawFr…
…omTreasury (#528) * feat: add grant to proto * feat: add authorization feature * feat: update grant releated proto * feat: add grant revoke handlers to msg server * feat: add grant to genesis * feat: apply authorization check onto withdrawfromtreasury * fix: change auth name * feat: add grant tx cli * test: add tests on grant * fix: replace validator whitelist with grant * fix: remove validator auth * feat: add grant query * style: lint * docs: update CHANGELOG.md * docs: update CHANGELOG.md * fix: make caller to select granter * style: lint * docs: apply renames in the docs * style: proto lint * fix: move events * fix: remove deprecated SetBalance * docs: fix typo * fix: replace weight of Member into a boolean flag * style: lint * docs: update weight related statements * fix: remove weight related logics * fix: update grant related events * chore: comment out the migration handler registration for now * fix: remove unused specs * refactor: define own authorization interface * fix: force a user to revoke the authorization before override it * style: lint * fix: shorten the error message * refactor: restructure x/stakingplus * refactor: move CreateValidatorAuthorization * fix: fix grant query * refactor: use the getter once * style: lint * test: increase coverage of msgs.go * test: increase coverage of genesis * chore: refine messages * style: lint * test: increase coverage of proposal.go
- Loading branch information