Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bring back e2e wasm * Fix validator gentx command in localnet.sh script This commit corrects the gentx command syntax within the localnet.sh script. The prefix "genesis" is added to the gentx command to ensure proper execution. This change addresses an issue where the script failed to add a gentx validator due to incorrect command usage. * ```text Fix gentx collection command in e2e localnet script This commit updates the gentx collection command used in the e2e localnet setup script. The binary invocation is changed from $BINARY collect-gentxs to $BINARY genesis collect-gentxs, aligning with the correct usage for collecting genesis transactions. This change ensures successful preparation of genesis.json with the collected transactions during environment setup. ``` * `Enhance error handling and correct gentx command in localnet setup script` * `Change shebang from sh to bash in localnet.sh for better compatibility` * Remove macOS specific sed option handling from localnet script ```plaintext This commit removes the conditional handling for the `sed` command specific to macOS within the `localnet.sh` script. This change simplifies the script by eliminating the previously necessary `SEDOPTION` variable configuration based on the operating system type. ``` * Update localnet.sh to use genesis command for gentx validator This commit modifies the localnet.sh script to correctly invoke the genesis command for generating a gentx for the validator. This adjustment ensures the script aligns with the required command structure, potentially addressing issues related to gentx creation failures. - Update gentx command syntax to include 'genesis' - Confirm success or failure of gentx addition with appropriate messaging * Update `deploy-wasm.sh` to use async broadcast mode for transactions * Add shebang and error handling to deploy-wasm.sh script * Add deploy wasm debug code for getting the tx. * Remove quotes on params variable * Add query tx. * Fixed typo in deploy-wasm.sh script for storing wasm contracts * Add jq after query hash tx. * Add option to get the contract code number. * Get contract code from transaction response. * Extract hash from instantiate tx. * add another sleep when registering the domain
- Loading branch information