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

Cherry pick sender and e2e for v14.x #3945

Merged
merged 8 commits into from
Jan 7, 2023

Commits on Jan 7, 2023

  1. Add sender to wasm hooks (#3879)

    * added sender to wasm hooks
    
    * cleaner transfer. The module doesn't need to get the funds at any point
    
    * wasmhooks doesn't need an account anymore
    
    * using ibc hooks from this branch
    
    * added comment for account from when the upgrade happened
    
    * getting the prefix from the config
    
    * using address with prefix
    
    * updated ibc-hooks hash
    
    * updated sum files
    
    * updated spec
    
    * updaed go.mod to match main (bad merge)
    
    * removed unnecessary include
    
    * updated go.mod
    
    * updated go.mod
    nicolaslara committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    13c31ac View commit details
    Browse the repository at this point in the history
  2. ibc-hooks mod change

    nicolaslara committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    3259225 View commit details
    Browse the repository at this point in the history
  3. external change

    nicolaslara committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    fc42a03 View commit details
    Browse the repository at this point in the history
  4. Wasm hooks E2E test & change intermediary address prefix (#3937)

    * initial setup for manual and e2e tests
    
    * added cli for calculating the sender
    
    * tidy
    
    * added cleaner flags and better checks at the end
    
    * proper checks
    
    * cleanup
    
    * initial e2e tests
    
    * debugging
    
    * cleanup
    
    * tidy
    
    * remove import cycle
    
    * test cleanup
    
    * updated prefix
    
    * fix go test
    nicolaslara committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    bd927eb View commit details
    Browse the repository at this point in the history
  5. internal go mod change

    nicolaslara committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    55fa232 View commit details
    Browse the repository at this point in the history
  6. external go mod change

    nicolaslara committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    f79569a View commit details
    Browse the repository at this point in the history
  7. go sum

    nicolaslara committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    409dcd3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51cfeae View commit details
    Browse the repository at this point in the history