Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cosmos/relayer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.1
Choose a base ref
...
head repository: cosmos/relayer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.2
Choose a head ref
  • 17 commits
  • 42 files changed
  • 10 contributors

Commits on Aug 15, 2023

  1. chore: update penumbra protos (#1260)

    Updating to the latest Penumbra upstream protos.
    We'll likely submit another round of changes ahead of the next public
    testnet release, as a heads up.
    
    Co-authored-by: Conor Schaefer <conor@penumbralabs.xyz>
    conorsch and conorsch authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    811004c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Change 2.3.0 to 2.4.0 (#1253)

    Co-authored-by: Justin Tieri <37750742+jtieri@users.noreply.github.com>
    Sr20dem and jtieri authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b7e185e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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

Commits on Aug 29, 2023

  1. Use unique names for relayer images & cleanup when purpose served (#1269

    )
    
    * Use unique names for relayer images & cleanup when purpose served
    
    * move random tag generation and teardown image to within BuildRelayerImage
    
    * fix return line
    vimystic authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c3f07c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. use ibc-go capability module (#1277)

    * use ibc-go capability module
    
    * tidy interchaintest
    faddat authored Sep 1, 2023
    1 Configuration menu
    Copy the full SHA
    dcd6d37 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. fix: use resp.Events to parse events instead of logs (#1271)

    * fix: use resp.Events to parse events instead of logs
    
    * revert: use legacy behaviour as fallback mechanism
    
    * refactor: use legacy approach first, fallback onto new parsing approach
    
    ---------
    
    Co-authored-by: Justin Tieri <37750742+jtieri@users.noreply.github.com>
    colin-axner and jtieri authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    2fadd37 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. working correctly with 7.3 and 0.47.5 (#1280)

    Co-authored-by: Justin Tieri <37750742+jtieri@users.noreply.github.com>
    faddat and jtieri authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7b073b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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

Commits on Sep 8, 2023

  1. Update README.md with an update to leverage 'rly key use' in step 5 (#…

    …1289)
    
    * Update README.md with an update to leverage 'rly key use' in step 5
    
    * change alias from 'a' to 'u' for use subcommand
    vimystic authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    256544c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Ability to fetch specific chain paths only (#1291)

    * feat: allow a relayer to fetch a specific chain only
    
    * minor: check specific path pair logic earlier
    reecepbcups authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7c773fb View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. faddat/upgrade go (#1279)

    * upgrade ci to go 1.21
    
    * upgrade to go1.21
    
    ---------
    
    Co-authored-by: Justin Tieri <37750742+jtieri@users.noreply.github.com>
    faddat and jtieri authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0c1441c View commit details
    Browse the repository at this point in the history
  2. Split scenarios test (#1294)

    * Split scenarios test
    
    * use matrix
    
    * updates
    
    * need to cd into dir first
    
    * handle deprication
    
    * Remove rouge entry into the matrix
    
    * Ensure other parallel tests run to completion even if one of them fail
    
    * Add explanation
    
    * Remove rougue whitespace
    vimystic authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    2aa59be View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    4d47b66 View commit details
    Browse the repository at this point in the history
  2. Add output flag for query sub commands results printed to console. (#…

    …1281)
    
    * output json for query cmd's  balance & clients-expirations
    * print proper json instead of bytes for headers command
    * Add output flag . Use legacy,json options
    * Update according to reviews
    vimystic authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    49290ac View commit details
    Browse the repository at this point in the history
  3. Add ability to fetch testnet chains and paths + force-add ability (#1285

    )
    
    * add testnet and force-add
    
    * update cmd examples
    
    * improve usage description
    boojamya authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    cf88c21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2aca133 View commit details
    Browse the repository at this point in the history
  5. Query param prop directly (#1264)

    * Query param prop directly
    
    * Flip order of queries for QueryUnbondingPeriod
    
    * Add fallback for chains using cosmos-sdk 47+
    
    * Trusting period logic remains same
    
    * Add Fallback
    
    * Consolidate functions into a single queryParamsSubspaceTime
    vimystic authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    259b127 View commit details
    Browse the repository at this point in the history
Loading