-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: remove ibc wasm module #300
Conversation
🔍 Vulnerabilities of
|
digest | sha256:3fbd6acb7b2d3e4b27c83d0f0ac072a16ff7e395c9b30cfa72362c039faf5a64 |
vulnerabilities | |
platform | linux/amd64 |
size | 130 MB |
packages | 353 |
📦 Base Image alpine:3.20
also known as |
|
digest | sha256:a180ec8e5c7247c920c91508fa4ce86088946cc9e65f4aeb39091038bba88b0b |
vulnerabilities |
Description
Description
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description
Description
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description
Description
Description
Description
Description
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description
Description
Description
Description
Description
Description
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description
Description
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description
Description
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description
Description
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description
|
15cb1fd
to
b052d94
Compare
d4052d4
to
96b21e6
Compare
96b21e6
to
6a19701
Compare
# Note: This is dependent on #291 being merged in first # 🚀 Add `update-params` CLI Command & Integration Test for Contract State Updates ## **Summary** This PR introduces a new **CLI command** (`update-params`) that allows updating smart contract parameters on-chain. It also includes a **comprehensive integration test** to verify the correctness of the command. ## **Key Changes** ✅ **Added `update-params` CLI Command** - Enables users to update contract parameters (`display_url`, `redirect_url`, and `icon_url`) via the CLI. - Uses `MsgExecuteContract` to send an `updateParams` message to the specified contract. ✅ **Implemented Integration Test (`TestUpdateContractParams`)** - **Deploys & Instantiates** the contract with initial values. - **Executes `update-params` CLI command** to modify contract state. - **Queries & Validates** the contract to ensure changes were applied correctly. ## **How to Test** Run the integration test using: ```sh make test-integration-xion-update-treasury-params --------- Signed-off-by: TwiceBurnt <169301814+2xburnt@users.noreply.github.com> Co-authored-by: 2xburnt <169301814+2xburnt@users.noreply.github.com>
Co-authored-by: TwiceBurnt <169301814+2xburnt@users.noreply.github.com>
6a19701
to
25dde9f
Compare
This reverts commit 9a3d867.
Remove IBC WASM module and add upgrade handler for store removal