-
Notifications
You must be signed in to change notification settings - Fork 24
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
Fix/savings app fixes #314
Closed
Closed
Conversation
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
Add archway constantine-3 and archway-1 networks
Wasn't sure if it should be CONSTANTINE_3 for testnet or `networks::ARCHWAY_1` for mainnet. Opted for mainnet. Not sure if there needs to be the "To interact with contracts on Archway..." bit on ln 8 either
Please check Kuji Mainnet - not sure if KAIYO_1 is correct.
Didn't put the network in this one
This reverts commit 597efe6.
Docs/supported chains 1
Update kujira.md
Update neutron.md
Update sei.MD
Update juno.md
Update injective network gas price
Fix/CI rust cache
* Added mock state env id * Format * Added environment info trait instead of deploy_details * Removed deploy_details in state template impl
* fix cw-plus deps * switch to the crates-io version
* Added cw-multi-test 0.20.0 * Removed secp, removed ibc-relayer-types * Removed ibc-relayer-types completely * updated prost typesé * Start testing authz * Added authz test * add authz querier * tx handler error with anyhow test * format * Added authz builder method for options * Some nits * Revert with_authz, added sender options setter * Check rest of authz queries * Added fee grant in daemon builder and interface * Refactor daemon for simplified re-builderé * Modifed async daemon as well * Corrected SenderBuilder structure * Clippied * Add doc-comments * fmt --------- Co-authored-by: Buckram <buckram123@gmail.com> Co-authored-by: cyberhoward <cyberhoward@protonmail.com>
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* show POC of generalized querier getter * update * fix merge and impl for all envs * Doon't verify mockj error anymore * Fixed test * update `QueryHandler` and WasmQuerier functions * fix smart query URL * fix compile * format and clippy --------- Co-authored-by: Kayanski <kowalski.kowalskin@gmail.com>
* Added instantiate2 * some fixes * Added instantiate2 addr getter * Format * Nits
* Added cw-multi-test 0.20.0 * Removed secp, removed ibc-relayer-types * Removed ibc-relayer-types completely * updated prost typesé * Start testing authz * Added authz test * Added hd path index change inside sender and daemon * Fixed sender options usageé * add authz querier * tx handler error with anyhow test * format * Added authz builder method for options * Some nits * Revert with_authz, added sender options setter * Check rest of authz queries * Added fee grant in daemon builder and interface * Refactor daemon for simplified re-builderé * Modifed async daemon as well * Added docs for builder + nits * Format --------- Co-authored-by: Buckram <buckram123@gmail.com>
…orchestrator into update/separate-query-tx
…ix/savings-app-fixes
…ix/savings-app-fixes
This was closed by mistake because of a dumb change of branch to merge into. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR aims at providing necessary tooling for the abstract:savings-app.
Detailed changes :