-
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: add inactive contract management in wasm (#655)
* feat: add inactive contract management in wasm. Signed-off-by: zemyblue <[email protected]> * chore: add unittest in the x/wasm/lbm/keeper Signed-off-by: zemyblue <[email protected]> * chore: fix lint warning Signed-off-by: zemyblue <[email protected]> * chore: fix lint warning Signed-off-by: zemyblue <[email protected]> * feat: add proposal cli and unittest of lbm wasm Signed-off-by: zemyblue <[email protected]> * fix: lint warning Signed-off-by: zemyblue <[email protected]> * feat: add contract blacklist function - add inactive_contract_addresses in genesisStatus - modify Params of wasm - add custom tx and queries Signed-off-by: zemyblue <[email protected]> * chore: add wasm genesis for `TestProposalActivateContractCmd` Signed-off-by: zemyblue <[email protected]> * chore: change private `setParams` to public `SetParams` function of wasm.Keeper. And change to proper gas data in unittest. Signed-off-by: zemyblue <[email protected]> * chore: change CHANGELOG Signed-off-by: zemyblue <[email protected]> * chore: apply review feedback Signed-off-by: zemyblue <[email protected]> * chore: apply review feedback(2) - response error if there isn't contract address in chain Signed-off-by: zemyblue <[email protected]> * chore: apply review feedback(3) Signed-off-by: zemyblue <[email protected]> * chore: apply review feedback(4) Signed-off-by: zemyblue <[email protected]> * fix: remove unsupported flags Signed-off-by: zemyblue <[email protected]> * fix: fix lint warning. Signed-off-by: zemyblue <[email protected]> * chore: unify the period point of the comment. Signed-off-by: zemyblue <[email protected]> * chore: unify comment period point Signed-off-by: zemyblue <[email protected]> Signed-off-by: zemyblue <[email protected]>
- Loading branch information
Showing
74 changed files
with
4,723 additions
and
2,005 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -200,6 +200,9 @@ | |
"Params": "FeegrantParams" | ||
} | ||
} | ||
}, | ||
{ | ||
"url": "./tmp-swagger-gen/lbm/wasm/v1/query.swagger.json" | ||
} | ||
] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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.