Skip to content
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

Open
wants to merge 65 commits into
base: main
Choose a base branch
from

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    cdcfbe3 View commit details
    Browse the repository at this point in the history
  2. Add IBC warning

    assafmo committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    24466e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be20109 View commit details
    Browse the repository at this point in the history
  4. cp {cosmwasm,hyperlane}.md

    assafmo committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    74fa448 View commit details
    Browse the repository at this point in the history
  5. Edit IBC warning

    assafmo committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    83263e9 View commit details
    Browse the repository at this point in the history
  6. Refactor git clone CosmWasm

    assafmo committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    156eca3 View commit details
    Browse the repository at this point in the history
  7. cosmwasm.md: Foramt with Prettier

    Also add `--depth` 1 to all `git clone`s
    assafmo committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    c9e9d5e View commit details
    Browse the repository at this point in the history
  8. Init hyperlane.md

    assafmo committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    858c18e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1926617 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    618d8b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. fix(tutorials/cosmwasm.md): update line numbers to comment out in app…

    …/app.go from 902-904 to 898-900
    assafmo committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    bd9d324 View commit details
    Browse the repository at this point in the history
  2. docs(guides): update hyperlane use tia for gas guide with new instruc…

    …tions for deploying hyperlane contracts
    assafmo committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    21f1849 View commit details
    Browse the repository at this point in the history
  3. docs(guides): update hyperlane usage guide with new grpc endpoint and…

    … domain id, and add explanations for domain id and contract deployment process
    assafmo committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    490e23c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c83407c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7d62d2 View commit details
    Browse the repository at this point in the history
  6. docs(guides/hyperlane-use-tia-for-gas.md): update hyperlane relayer c…

    …onfig setup instructions with detailed example
    assafmo committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    2081b77 View commit details
    Browse the repository at this point in the history
  7. 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
    assafmo committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    7d4bea0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6bea20e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    57bbca5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    4409030 View commit details
    Browse the repository at this point in the history
  2. 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
    assafmo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6cd1b0a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    0b64a70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5281aa7 View commit details
    Browse the repository at this point in the history
  3. 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
    assafmo committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2304fac View commit details
    Browse the repository at this point in the history
  4. docs(guides/hyperlane-use-tia-for-gas.md): update grpc url, config fi…

    …les and docker compose settings for Hyperlane guides
    assafmo committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6eb4d4e View commit details
    Browse the repository at this point in the history
  5. docs(hyperlane-use-tia-for-gas.md): remove unnecessary note about tem…

    …porary fix for cw-hyperlane#133
    assafmo committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6abd3da View commit details
    Browse the repository at this point in the history
  6. docs(hyperlane-use-tia-for-gas.md): Update wasmd tx bank send and a…

    …dd tip to check tx status
    assafmo committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    37dae50 View commit details
    Browse the repository at this point in the history
  7. small stuff

    assafmo committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d1dba44 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. 🥲🔫always has been

    (my fault)
    assafmo committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    361f0d2 View commit details
    Browse the repository at this point in the history
  2. use latest hyperlane-agent

    assafmo committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d10b656 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. s/localwasm/localwasmd/

    localwasm is the actual chain id, and it should be set correctly in the configs
    assafmo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e02cc63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19e6314 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. docs(hyperlane-use-tia-for-gas): update gas adjustment value from 1.2…

    … to 1.5 for sending tx to wasm signer
    assafmo committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2595b31 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. stuff

    assafmo committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    433895e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f11f5a8 View commit details
    Browse the repository at this point in the history
  3. deployment working on mac

    sampocs committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    703c5bd View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    378cac1 View commit details
    Browse the repository at this point in the history
  2. transfers working!

    sampocs committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ba59eb1 View commit details
    Browse the repository at this point in the history
  3. formatter

    sampocs committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9a24e04 View commit details
    Browse the repository at this point in the history
  4. nit changes while testing

    sampocs committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ae005cb View commit details
    Browse the repository at this point in the history
  5. added transfer from celestia

    sampocs committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1475c63 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    f16675c View commit details
    Browse the repository at this point in the history
  2. 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
    assafmo committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8b56608 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a32d907 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fe15dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f147201 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc838fa View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    5563886 View commit details
    Browse the repository at this point in the history
  2. chore(docker-compose): replace perl single quotes with double quotes …

    …to improve readability
    assafmo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c949a26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    409d6b8 View commit details
    Browse the repository at this point in the history
  4. nit

    assafmo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0faa152 View commit details
    Browse the repository at this point in the history
  5. fix quoting

    assafmo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    17225e4 View commit details
    Browse the repository at this point in the history
  6. feat(wasmd.Dockerfile): downgrade base image golang version to 1.22.5

      chore(wasmd.Dockerfile): add quotes to wget url to prevent potential issues
    assafmo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ed43b1e View commit details
    Browse the repository at this point in the history
  7. build(Dockerfile): fix apt-get install command by adding -y flag to a…

    …lways choose 'yes' answer and prevent interactive prompts
    assafmo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f30f71e View commit details
    Browse the repository at this point in the history
  8. fix(hyperlane-use-tia-for-gas): automatically confirm apt-get install…

    … prompts to avoid manual interaction
    assafmo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    028592e View commit details
    Browse the repository at this point in the history
  9. chore(wasmd.Dockerfile): remove unnecessary echo command that is alwa…

    …ys set to yes for apt-get install
    assafmo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d5b5109 View commit details
    Browse the repository at this point in the history
  10. refactor(wasmd.Dockerfile): simplify wasmd build and installation steps

     fix(wasmd.Dockerfile): remove hardcoded wasmvm download and install from Dockerfile
    assafmo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    193b455 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d1aee89 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cc83b42 View commit details
    Browse the repository at this point in the history
  13. feat(docker-compose.yml): add condition to restart wasm from existing…

    … restart-wasm.sh script if available before running setup from scratch
    assafmo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b84123e View commit details
    Browse the repository at this point in the history
  14. final pass

    assafmo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    066c60e View commit details
    Browse the repository at this point in the history
  15. docs(stride-installation): correct git clone and cd commands to ensur…

    …e correct installation of stride repository
    assafmo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d36eef3 View commit details
    Browse the repository at this point in the history
  16. final pass

    assafmo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9d18118 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3a3e45a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Update guides/hyperlane-use-tia-for-gas.md

    Co-authored-by: Matthew Sevey <[email protected]>
    assafmo and MSevey authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3c8cf75 View commit details
    Browse the repository at this point in the history