-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
local-interchain: Rust Driver (#785)
* cli: add app overrides for port and address * init: rust client base * request resp: use JSON * minor: fmt * bin builder * feat: add query & binary actions + simple examples * Add cw_std * feat: tx, get_tx_hash, and query_tx_hash * add: localic-std library * condense main.rs to use new std lib * use file_path for uploader instead * lib misc: bank_send, errors, libs, bals * CW: Store, Init, Query, Better ActionBuilder * minor: test path cleanup * ci: attempt basic local-ic + rust e2e * ci: set manifest-path to sub-dir * ci: fix manifest path * cw: get_contract_address * cw store: if err, return exact (may not be JSON) * add execute_contract * feat: Upload-Type for cosmwasm contracts * better uploader error handling for debugging * more test, get_files func, * backup; more info queries * move GetInfo into their own funcs * query: get ibc config (denom, bin, etc) * minor: more general test for node name * recover-key, overwrite genesis, add-full-node * format * add relayer support * upgrade old docker values * tweaks, relayer Channel type * CW: instantiate, execute, and query with mut CW object * move CW & Bank -> a modules mod * on Tx, poll for Tx hash resp. 5x before failure * codebase lint * ci: clippy lint workflow * Move dump-contract-state to POST * ci: fix lint * add: `get_sdk_status_code` * ci: change clippy working-directory * `query_value`, Debug for CRBuilder * remove old println, add err to fet_files * migrate to a workspace * mod tidy * add back flags to start_chain * abstract away required flags * remove old panic, fmt * move old rest server to be cli arg only * Add setup documentation
- Loading branch information
1 parent
254c8f6
commit ea7ce03
Showing
45 changed files
with
4,258 additions
and
82 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ configs/logs.json | |
configs/contracts.json | ||
|
||
contracts/*.wasm | ||
!contracts/cw_ibc_example.wasm | ||
|
||
|
||
__pycache__/ |
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
This file was deleted.
Oops, something went wrong.
Binary file not shown.
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.