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

Added optional packet metadata to the packet and message types (backport #2305) #2507

Merged
merged 7 commits into from
Oct 14, 2022

Commits on Oct 10, 2022

  1. Added optional packet metadata to the packet and message types (#2305)

    * added optional packet metadata to the packet and message types
    
    * added docs
    
    * breaking the api (backports should add a utility function for this)
    
    * adding nil metadata on all the calls
    
    * added metadata to the cli
    
    * added events
    
    * breaking api for FungibleTokenPacketData
    
    * hex encoding metadata
    
    * added abstraction
    
    * fixed bad merge
    
    * added tests with metadata
    
    * added missing metadata to packet for recv
    
    * cleaning up metadata on every test
    
    * reset metadata
    
    * added metadata flag
    
    * lint
    
    * Update modules/apps/transfer/client/cli/tx.go
    
    Co-authored-by: Damian Nolan <[email protected]>
    
    * fixed bad call in tests
    
    Co-authored-by: Damian Nolan <[email protected]>
    (cherry picked from commit 82397d6)
    
    # Conflicts:
    #	modules/apps/29-fee/transfer_test.go
    #	modules/apps/transfer/keeper/mbt_relay_test.go
    #	modules/apps/transfer/keeper/relay_test.go
    #	modules/apps/transfer/types/packet.pb.go
    #	modules/apps/transfer/types/tx.pb.go
    #	proto/ibc/applications/interchain_accounts/controller/v1/tx.proto
    nicolaslara authored and mergify[bot] committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    6272ab6 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. fix conflicts

    Carlos Rodriguez committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    1de346e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efa8473 View commit details
    Browse the repository at this point in the history
  3. revert unnecessary change

    Carlos Rodriguez committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    1e70048 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    9b10b50 View commit details
    Browse the repository at this point in the history
  2. removing api breaking changes

    Carlos Rodriguez committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    13e5a12 View commit details
    Browse the repository at this point in the history
  3. remove api breaking change

    Carlos Rodriguez committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    c8e6758 View commit details
    Browse the repository at this point in the history