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.0
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.1
Choose a head ref
  • 1 commit
  • 6 files changed
  • 3 contributors

Commits on Aug 15, 2023

  1. fix for feegrants (#1256)

    * Feegrant support
    
    * Test case for address caching bugfix
    
    * Bugfix for SDK account prefix. Feegrant test passing.
    
    * Mutex for signer expanded to include feegrantees
    
    * Cleaned up feegrant test case
    
    * Cleaned up feegrant test case
    
    * Cleaned up feegrant test case
    
    * check round robin feegrant behavior by counting number of TXs each grantee signer
    
    * module updates from merge
    
    * v0.47.0 with bech32 address cache fix
    
    * Move SetAddrCacheEnabled to NewRelayer func for full coverage
    
    * Do not hardcode chain id in feegrant test case
    
    * Wait more blocks for ibc transfers
    
    * disable cosmos SDK bech32 address cache for rly start command
    
    * Fix sloppy comments/remove unnecessary code
    
    * Faster acc caching unit test
    
    * Penumbra provider feegrant support
    
    * Merge upstream
    
    * Fixed merge issue where feegrant config wasn't being written to file
    
    * feegrant patch for cosmos-sdk v0.47.1
    
    * merge from main
    
    * Update to cosmos-sdk v0.47.2
    
    * Increase test case blocks to wait
    
    * Fixed data race by moving test parallelization after relayer wallet build
    
    * Increased TestScenarioICAChannelClose timeout height
    
    * Cleanup feegrant test case
    
    * Fixed race condition in sequence guard w/ mutex
    
    * Automatic retry for TX lookup in feegrant test case
    
    * Disable cosmos SDK address cache on app initialization via main package init()
    
    * Added docs for feegrant in the advanced usage guide
    
    * Removed commented out code
    
    * Removed commented out code
    
    * Added detail to feegrant docs, fixed minor issue with test case
    
    * Added detail to feegrant docs, fixed minor issue with test case
    
    ---------
    
    Co-authored-by: Andrew Gouin <andrew@gouin.io>
    Co-authored-by: Kyle <kyle@strange.love>
    3 people authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4598b0e View commit details
    Browse the repository at this point in the history
Loading