-
Notifications
You must be signed in to change notification settings - Fork 49
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
New guide: Use Hyperlane TIA as gas token #390
base: main
Are you sure you want to change the base?
Commits on Jun 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cdcfbe3 - Browse repository at this point
Copy the full SHA cdcfbe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24466e1 - Browse repository at this point
Copy the full SHA 24466e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for be20109 - Browse repository at this point
Copy the full SHA be20109View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74fa448 - Browse repository at this point
Copy the full SHA 74fa448View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83263e9 - Browse repository at this point
Copy the full SHA 83263e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 156eca3 - Browse repository at this point
Copy the full SHA 156eca3View commit details -
cosmwasm.md: Foramt with Prettier
Also add `--depth` 1 to all `git clone`s
Configuration menu - View commit details
-
Copy full SHA for c9e9d5e - Browse repository at this point
Copy the full SHA c9e9d5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 858c18e - Browse repository at this point
Copy the full SHA 858c18eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1926617 - Browse repository at this point
Copy the full SHA 1926617View commit details -
Configuration menu - View commit details
-
Copy full SHA for 618d8b1 - Browse repository at this point
Copy the full SHA 618d8b1View commit details
Commits on Jun 23, 2024
-
fix(tutorials/cosmwasm.md): update line numbers to comment out in app…
…/app.go from 902-904 to 898-900
Configuration menu - View commit details
-
Copy full SHA for bd9d324 - Browse repository at this point
Copy the full SHA bd9d324View commit details -
docs(guides): update hyperlane use tia for gas guide with new instruc…
…tions for deploying hyperlane contracts
Configuration menu - View commit details
-
Copy full SHA for 21f1849 - Browse repository at this point
Copy the full SHA 21f1849View commit details -
docs(guides): update hyperlane usage guide with new grpc endpoint and…
… domain id, and add explanations for domain id and contract deployment process
Configuration menu - View commit details
-
Copy full SHA for 490e23c - Browse repository at this point
Copy the full SHA 490e23cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c83407c - Browse repository at this point
Copy the full SHA c83407cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7d62d2 - Browse repository at this point
Copy the full SHA a7d62d2View commit details -
docs(guides/hyperlane-use-tia-for-gas.md): update hyperlane relayer c…
…onfig setup instructions with detailed example
Configuration menu - View commit details
-
Copy full SHA for 2081b77 - Browse repository at this point
Copy the full SHA 2081b77View commit details -
Update guide for using TIA for gas on Hyperlane
• Add headers for each step in the guide • Update command for creating config.yaml • Update command for funding cw-hyperlane signer • Update commands for uploading and deploying contracts • Add setup for relayer and validator configs
Configuration menu - View commit details
-
Copy full SHA for 7d4bea0 - Browse repository at this point
Copy the full SHA 7d4bea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bea20e - Browse repository at this point
Copy the full SHA 6bea20eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57bbca5 - Browse repository at this point
Copy the full SHA 57bbca5View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4409030 - Browse repository at this point
Copy the full SHA 4409030View commit details -
Update Hyperlane gas usage config
`exchange_rate` cannot be a floating point because in the contract it's a Uint128: https://github.com/many-things/cw-hyperlane/blob/f6a428a/packages/interface/src/igp/oracle.rs#L14
Configuration menu - View commit details
-
Copy full SHA for 6cd1b0a - Browse repository at this point
Copy the full SHA 6cd1b0aView commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b64a70 - Browse repository at this point
Copy the full SHA 0b64a70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5281aa7 - Browse repository at this point
Copy the full SHA 5281aa7View commit details -
docs(hyperlane-use-tia-for-gas.md): update cosmwasm init script to us…
…e 0.0.0.0 instead of 127.0.0.1 for accessibility from Hyperlane docker agents
Configuration menu - View commit details
-
Copy full SHA for 2304fac - Browse repository at this point
Copy the full SHA 2304facView commit details -
docs(guides/hyperlane-use-tia-for-gas.md): update grpc url, config fi…
…les and docker compose settings for Hyperlane guides
Configuration menu - View commit details
-
Copy full SHA for 6eb4d4e - Browse repository at this point
Copy the full SHA 6eb4d4eView commit details -
docs(hyperlane-use-tia-for-gas.md): remove unnecessary note about tem…
…porary fix for cw-hyperlane#133
Configuration menu - View commit details
-
Copy full SHA for 6abd3da - Browse repository at this point
Copy the full SHA 6abd3daView commit details -
docs(hyperlane-use-tia-for-gas.md): Update
wasmd tx bank send
and a……dd tip to check tx status
Configuration menu - View commit details
-
Copy full SHA for 37dae50 - Browse repository at this point
Copy the full SHA 37dae50View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1dba44 - Browse repository at this point
Copy the full SHA d1dba44View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 361f0d2 - Browse repository at this point
Copy the full SHA 361f0d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d10b656 - Browse repository at this point
Copy the full SHA d10b656View commit details
Commits on Jul 3, 2024
-
localwasm is the actual chain id, and it should be set correctly in the configs
Configuration menu - View commit details
-
Copy full SHA for e02cc63 - Browse repository at this point
Copy the full SHA e02cc63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19e6314 - Browse repository at this point
Copy the full SHA 19e6314View commit details
Commits on Jul 10, 2024
-
docs(hyperlane-use-tia-for-gas): update gas adjustment value from 1.2…
… to 1.5 for sending tx to wasm signer
Configuration menu - View commit details
-
Copy full SHA for 2595b31 - Browse repository at this point
Copy the full SHA 2595b31View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 433895e - Browse repository at this point
Copy the full SHA 433895eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f11f5a8 - Browse repository at this point
Copy the full SHA f11f5a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 703c5bd - Browse repository at this point
Copy the full SHA 703c5bdView commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 378cac1 - Browse repository at this point
Copy the full SHA 378cac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba59eb1 - Browse repository at this point
Copy the full SHA ba59eb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a24e04 - Browse repository at this point
Copy the full SHA 9a24e04View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae005cb - Browse repository at this point
Copy the full SHA ae005cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1475c63 - Browse repository at this point
Copy the full SHA 1475c63View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f16675c - Browse repository at this point
Copy the full SHA f16675cView commit details -
fix(guides/hyperlane-use-tia-for-gas.md): update URL for fetching uti…
…a-localwasm.json fix(guides/hyperlane-use-tia-for-gas.md): correct TODO comment about updating fee fix(guides/hyperlane-use-tia-for-gas.md): rephrase transfer instructions
Configuration menu - View commit details
-
Copy full SHA for 8b56608 - Browse repository at this point
Copy the full SHA 8b56608View commit details -
Configuration menu - View commit details
-
Copy full SHA for a32d907 - Browse repository at this point
Copy the full SHA a32d907View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fe15dc - Browse repository at this point
Copy the full SHA 7fe15dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f147201 - Browse repository at this point
Copy the full SHA f147201View commit details -
Revert "fix guides/assets/hyperlane-use-tia-for-gas/docker-compose.yml"
This reverts commit f147201.
Configuration menu - View commit details
-
Copy full SHA for fc838fa - Browse repository at this point
Copy the full SHA fc838faView commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5563886 - Browse repository at this point
Copy the full SHA 5563886View commit details -
chore(docker-compose): replace perl single quotes with double quotes …
…to improve readability
Configuration menu - View commit details
-
Copy full SHA for c949a26 - Browse repository at this point
Copy the full SHA c949a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 409d6b8 - Browse repository at this point
Copy the full SHA 409d6b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0faa152 - Browse repository at this point
Copy the full SHA 0faa152View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17225e4 - Browse repository at this point
Copy the full SHA 17225e4View commit details -
feat(wasmd.Dockerfile): downgrade base image golang version to 1.22.5
chore(wasmd.Dockerfile): add quotes to wget url to prevent potential issues
Configuration menu - View commit details
-
Copy full SHA for ed43b1e - Browse repository at this point
Copy the full SHA ed43b1eView commit details -
build(Dockerfile): fix apt-get install command by adding -y flag to a…
…lways choose 'yes' answer and prevent interactive prompts
Configuration menu - View commit details
-
Copy full SHA for f30f71e - Browse repository at this point
Copy the full SHA f30f71eView commit details -
fix(hyperlane-use-tia-for-gas): automatically confirm apt-get install…
… prompts to avoid manual interaction
Configuration menu - View commit details
-
Copy full SHA for 028592e - Browse repository at this point
Copy the full SHA 028592eView commit details -
chore(wasmd.Dockerfile): remove unnecessary echo command that is alwa…
…ys set to yes for apt-get install
Configuration menu - View commit details
-
Copy full SHA for d5b5109 - Browse repository at this point
Copy the full SHA d5b5109View commit details -
refactor(wasmd.Dockerfile): simplify wasmd build and installation steps
fix(wasmd.Dockerfile): remove hardcoded wasmvm download and install from Dockerfile
Configuration menu - View commit details
-
Copy full SHA for 193b455 - Browse repository at this point
Copy the full SHA 193b455View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1aee89 - Browse repository at this point
Copy the full SHA d1aee89View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc83b42 - Browse repository at this point
Copy the full SHA cc83b42View commit details -
feat(docker-compose.yml): add condition to restart wasm from existing…
… restart-wasm.sh script if available before running setup from scratch
Configuration menu - View commit details
-
Copy full SHA for b84123e - Browse repository at this point
Copy the full SHA b84123eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 066c60e - Browse repository at this point
Copy the full SHA 066c60eView commit details -
docs(stride-installation): correct git clone and cd commands to ensur…
…e correct installation of stride repository
Configuration menu - View commit details
-
Copy full SHA for d36eef3 - Browse repository at this point
Copy the full SHA d36eef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d18118 - Browse repository at this point
Copy the full SHA 9d18118View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a3e45a - Browse repository at this point
Copy the full SHA 3a3e45aView commit details
Commits on Oct 8, 2024
-
Update guides/hyperlane-use-tia-for-gas.md
Co-authored-by: Matthew Sevey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c8cf75 - Browse repository at this point
Copy the full SHA 3c8cf75View commit details