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

feat!: add memo to IBC transfers of ICS rewards (backport #2290) #2387

Draft
wants to merge 3 commits into
base: release/v5.2.x
Choose a base branch
from

Commits on Nov 6, 2024

  1. feat!: add memo to IBC transfers of ICS rewards (#2290)

    * add consumer ID to consumer genesis
    
    * add RewardMemo to token transfer
    
    * handle memo on provider side
    
    * fix democ tests
    
    * wip
    
    * add e2e-test
    
    * refactor consumer reward tests
    
    * add consumer migration info
    
    * add changelog
    
    * fix changelog filename
    
    ---------
    
    Co-authored-by: Simon Noetzlin <[email protected]>
    (cherry picked from commit 0d78295)
    
    # Conflicts:
    #	tests/e2e/actions.go
    #	tests/e2e/steps_democracy.go
    #	tests/e2e/steps_inactive_vals.go
    #	tests/e2e/test_driver.go
    #	tests/e2e/v4/state.go
    #	x/ccv/provider/ibc_middleware.go
    #	x/ccv/provider/keeper/consumer_lifecycle.go
    #	x/ccv/provider/keeper/consumer_lifecycle_test.go
    #	x/ccv/provider/keeper/grpc_query.go
    #	x/ccv/provider/types/errors.go
    #	x/ccv/provider/types/msg.go
    #	x/ccv/provider/types/msg_test.go
    #	x/ccv/types/errors.go
    #	x/ccv/types/shared_consumer.pb.go
    #	x/ccv/types/shared_params.go
    mpoke authored and mergify[bot] committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    eb4336f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1906aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0af925 View commit details
    Browse the repository at this point in the history