-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(wasm): add contract access control (#151)
* add permission param `ContractStatusAccess` * add `ContractStatus` type and field - add an enum `ContractStatus` - add a field `status` into ContractInfo * add msg `MsgUpdateContractStatus` - add a msg `MsgUpdateContractStatus` - add handler for it * reject inactive smart contract call * add changlog entry to `CHANGELOG_PENDING.md` * use spaces rather than tabs for json tamplate - in function `TestImportContractWithCodeHistoryReset` of `genesis_test.go` * Add comments for GovAuthorizationPolicy * Add gov proposal for update contract status * Add proposal handler for updating contract status
- Loading branch information
Yongwoo Lee
authored
May 3, 2021
1 parent
c4bf377
commit 62843eb
Showing
29 changed files
with
1,953 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.