-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client/test_helpers: fix SetupLocalCosmosNode (#321)
* client/test_helpers: terrad -> wasmd * client/test_helpers: specify --home instead of --keyring-dir so that ~/.wasmd isn't created * client/test_helpers: only listen locally * remove terrad.nix, add wasmd.nix to install wasmd * nix.conf: disable sandbox * .github/workflows: set extra_nix_config * fix derivation path, set ATOM coin type * client/test_helpers: rpc.laddr parameter requires tcp as protocol * client/test_helpers: fix hardcoded token * cosmos/testdata: recompile my_first_contract.wasm * client/test_helpers: fix out of gas error, set gas adjustment on deploy * cosmos/client: fix wasm attribute filters when reading events * client/client_test: fix wasm attribute check, remove count attribute check .. because it doesn't exist in the updated contract reset function https://github.com/CosmWasm/cw-template/blob/main/src/contract.rs#L69 * client/test_helpers: add required Label field when instantiating contract * cosmos/client: register auth types with interface registry * cosmos/client: don't hardcode chain id in DeployTestContract * .github/workflows: cache nix
- Loading branch information
Showing
15 changed files
with
155 additions
and
66 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
experimental-features = nix-command flakes | ||
sandbox = false |
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 |
---|---|---|
@@ -1 +1 @@ | ||
export const BIP44_ATOM_PATH = "44'/330'/0'/0/0" | ||
export const BIP44_ATOM_PATH = "44'/118'/0'/0/0" |
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
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.