-
Notifications
You must be signed in to change notification settings - Fork 672
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
e2e: transfer memo tests #2306
Merged
colin-axner
merged 31 commits into
cosmos:main
from
nicolaslara:nicolas/packet-metadata-integration-and-tests
Oct 26, 2022
Merged
e2e: transfer memo tests #2306
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
a9f4f40
added optional packet metadata to the packet and message types
nicolaslara 2254b3d
added docs
nicolaslara ca6b1d1
packet metadata integration and tests
nicolaslara ed80695
Merge branch 'main' into nicolas/packet-metadata-proto
nicolaslara 7c925b9
breaking the api (backports should add a utility function for this)
nicolaslara 1448633
adding nil metadata on all the calls
nicolaslara 71eae26
added metadata to the cli
nicolaslara 2480e13
added events
nicolaslara f754572
Merge branch 'nicolas/packet-metadata-proto' into nicolas/packet-meta…
nicolaslara 2ed648f
updated types to the api breaking versions
nicolaslara c43e5ad
added tests with metadata
nicolaslara bbd1d91
breaking api for FungibleTokenPacketData
nicolaslara 9db4f98
hex encoding metadata
nicolaslara 40709af
added abstraction
nicolaslara 415cc40
Merge branch 'main' into nicolas/packet-metadata-proto
nicolaslara 1497a4a
fixed bad merge
nicolaslara 5faf1db
added tests with metadata
nicolaslara 8eb9bc8
added missing metadata to packet for recv
nicolaslara 389bb8a
Merge branch 'nicolas/packet-metadata-proto' into nicolas/packet-meta…
nicolaslara 47df4c6
Merge branch 'main' of github.com:cosmos/ibc-go into nicolas/packet-m…
colin-axner f14fe9f
fix tests from merge conflict
colin-axner c466942
chore: update tests to use semver
colin-axner 4737852
Merge branch 'main' of github.com:cosmos/ibc-go into nicolas/packet-m…
colin-axner 4c2e228
chore: fix e2e tests
colin-axner 40bdac4
Merge branch 'main' into nicolas/packet-metadata-integration-and-tests
colin-axner a6587eb
chore: revert unnecessary change
colin-axner 915b68b
Merge branch 'nicolas/packet-metadata-integration-and-tests' of githu…
colin-axner 85d6f20
chore: apply review suggestions
colin-axner c939043
fix: exit test upon unsupported chainA
colin-axner 05fed7b
chore: apply review suggestions
colin-axner f22779b
Merge branch 'main' into nicolas/packet-metadata-integration-and-tests
colin-axner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since the checks are run in
t.Run()
, we need a check here to properly return. I left the code as is because I think it is nice doing assertions in t.Run()