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

Cosmos SDK v0.47 #359

Merged
merged 18 commits into from
Mar 16, 2023
Merged

Cosmos SDK v0.47 #359

merged 18 commits into from
Mar 16, 2023

Commits on Jan 13, 2023

  1. chore: update to 0.47

    julienrbrt authored and agouin committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    48896c7 View commit details
    Browse the repository at this point in the history
  2. bump go

    julienrbrt authored and agouin committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    17d8411 View commit details
    Browse the repository at this point in the history
  3. updates

    julienrbrt authored and agouin committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    236a820 View commit details
    Browse the repository at this point in the history
  4. updates

    julienrbrt authored and agouin committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    b80db9e View commit details
    Browse the repository at this point in the history
  5. feedback

    julienrbrt authored and agouin committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    cc55b43 View commit details
    Browse the repository at this point in the history
  6. Fix BroadcastSync for cosmos broadcaster (#360)

    * Fix BroadcastSync for cosmos broadcaster
    
    * Fixing docstring
    chatton authored and agouin committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    0bf5f38 View commit details
    Browse the repository at this point in the history
  7. public grpc, register tmlightclient codecs as no longer by default, a…

    …ttempt base64 decode on key if string value doesn't match for backwards compatibility
    
    Add test for IBC with chains pre/post SDK 47 upgrade
    agouin committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    0350de5 View commit details
    Browse the repository at this point in the history
  8. Bump ibc-go to latest commit

    agouin committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    cfaab30 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. deps: upgrade to ibc-go/v7 and bump ibctest go mod (#372)

    * bumping ibc-go to v7 branch
    
    * bumping ibctest go mod to v7
    damiannolan authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    0fcd87d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    91540a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    e0e4e0f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. chore: v0.47 branch merge and bumps (#406)

    * Param proposals, balance inquiries, and IBC transfer error handling (#393)
    
    * Extract file writing/copying logic to helpers
    
    * Add ParamChangeProposal
    
    * Update file naming for param change proposal
    
    * Use Code to detect errors in IBC transfers
    
    * Add AllBalances and ParamChangeProposal
    
    * Add support for the Hermes relayer (#396)
    
    * adding some scaffolding for hermes relayer
    
    * chore: updating interface to accept create connection options type
    
    * chore: wip
    
    * wip: adding path map to hermes relayer type
    
    * writing mnemonic file
    
    * correctly reading toml config
    
    * ibc test passing with hermes relayer
    
    * learn ibc test passing with hermes relayer
    
    * adding parse client and connection output
    
    * adding hermes test cases
    
    * remove unused types
    
    * undid import change
    
    * reverted import change
    
    * reverted some unintentional changes
    
    * fix linting error
    
    * adding hermes to conformance matrix
    
    * adding default value for matrix file for CI
    
    * pass absolute value for matrix file
    
    * removed extra part of path
    
    * adding hermes to Labels function
    
    * add capabilities for hermes
    
    * temporarily strip down number of tests to verify hermes relayer
    
    * fixing conformance tests
    
    * fixing channel tests in TestRelayerSetup
    
    * revert to go rly to test
    
    * bump hermes version
    
    * extract json response correctly
    
    * extract json result from stdout
    
    * correct channel parsing json stdout
    
    * set field ClearOnStart to true
    
    * switch back to go relayer as default
    
    * add hermes to the default relayers list
    
    * Update version of ibc-go from v6 to v7 from merge
    
    * Bump sdk and ibc-go
    
    ---------
    
    Co-authored-by: bigs <bigswim@gmail.com>
    Co-authored-by: Cian Hatton <cianhatton@gmail.com>
    3 people authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    6df92be View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. deps: bump SDK to v0.47-rc3 (#414)

    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    84ec330 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Consolidate flush command into single command (#417)

    * Consolidate flush command into single command
    
    * Updates for hermes
    
    * Bump to rly default with consolidated flush
    
    * Flush with channelID since hermes requires it
    
    * feat: add ReadFile method for reading files from docker fs (#423)
    
    Expose a ReadFile method on ChainNode so that you can read files from the docker filesystem within test cases that exist in downstream repos.
    
    ---------
    
    Co-authored-by: Justin Tieri <37750742+jtieri@users.noreply.github.com>
    agouin and jtieri authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    e20c788 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09e0cd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    602646f View commit details
    Browse the repository at this point in the history
  4. Add support for genesis sub commands (#384)

    * Add support for genesis sub commands
    
    * Remove logging and add some basic documentation for UsingNewGenesisCommand
    
    * Remove UsingNewGenesisCommand from chainspec + add test
    gjermundgaraba authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    1e2bf42 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. bump to tm v0.37 stable, sdk v0.47 stable, ibc-go v7.0.0-rc1. Merge r…

    …emote-tracking branch 'origin/main' into v0.47
    agouin committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    5739994 View commit details
    Browse the repository at this point in the history