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

perf: minimize logic on rechecktx for recvpacket (backport #6280) #6343

Merged
merged 2 commits into from
May 21, 2024

Commits on May 21, 2024

  1. perf: minimize logic on rechecktx for recvpacket (#6280)

    * perf: minimize logic on rechecktx for recvpacket
    
    * refactor: rework layout for recvpacket rechecktx
    
    * test: add tests for 04-channel rechecktx func
    
    * test: add tests for core ante handler
    
    * chore: add comment explaining is rechecktx usage
    
    * linter appeasement
    
    * chore: add changelog entry
    
    * Update modules/core/ante/ante.go
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * imp: use cached ctx for consistency
    
    * refactor: change added test to use expected errors
    
    * lint
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    (cherry picked from commit 56ae97d)
    
    # Conflicts:
    #	modules/core/04-channel/keeper/packet.go
    #	modules/core/ante/ante.go
    colin-axner authored and mergify[bot] committed May 21, 2024
    Configuration menu
    Copy the full SHA
    66ea435 View commit details
    Browse the repository at this point in the history
  2. fix: merge conflicts

    colin-axner committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5e99c80 View commit details
    Browse the repository at this point in the history