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) #2506

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 <damiannolan@gmail.com>
    
    * fixed bad call in tests
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    (cherry picked from commit 82397d6)
    
    # Conflicts:
    #	go.mod
    #	go.sum
    #	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
    f3d4634 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
    45543ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be37d39 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
    fd5e9db View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    a588987 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
    7b282e6 View commit details
    Browse the repository at this point in the history
  3. spacing

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