-
Notifications
You must be signed in to change notification settings - Fork 11
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: replace ics20-1 with ics20-2 #244
Closed
Closed
Changes from 44 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
510c8ac
initial setup
gjermundgaraba dc9deb7
Merge branch 'main' into gjermund/114-include-support-for-ics20-v2
gjermundgaraba 102bba0
ICS20Transfer unit tests running
gjermundgaraba e28f715
updated abi and abigen with v2 format
gjermundgaraba 73d35ab
Addded solidity encoded hex unit test to abigen
gjermundgaraba fac0270
Fix wrong destination memo
gjermundgaraba bff3b83
SendTransferMsg with address + fix trace order
gjermundgaraba cbdcf64
integration tests running
gjermundgaraba 995defa
temporary ICS24 tests
gjermundgaraba 693ab7c
Merge branch 'main' into gjermund/114-include-support-for-ics20-v2
gjermundgaraba 0eeb656
disable some tests for now
gjermundgaraba 6cf4203
Merge branch 'main' into gjermund/114-include-support-for-ics20-v2
gjermundgaraba 13eb51c
Add packet commitment test with V2 format
gjermundgaraba 3f449b2
update e2e tests with ICS20v2
gjermundgaraba 2103122
Merge branch 'main' into gjermund/114-include-support-for-ics20-v2
gjermundgaraba fb758fb
fixed some failing tests
gjermundgaraba 81aff02
generated fixtures and fixed benchmark tests
gjermundgaraba 59666f5
Merge branch 'main' into gjermund/114-include-support-for-ics20-v2
gjermundgaraba 5546b5f
fix compiler warning
gjermundgaraba b68558f
lint
gjermundgaraba 4dc5561
fix coverage
gjermundgaraba ebb37e4
abigen
gjermundgaraba 888484e
update abigen
gjermundgaraba 4e1bee3
rename IICS20TransferMsgs Token to ERC20Token
gjermundgaraba 85d4b19
Add denom identifier tests
gjermundgaraba 4925560
unit testing
gjermundgaraba ed62351
Merge branch 'main' into gjermund/114-include-support-for-ics20-v2
gjermundgaraba 1cbe989
remove circular dependency
gjermundgaraba 2f0aa2d
lint
gjermundgaraba a0390e7
fix test
gjermundgaraba 9a75968
move types to IICS20TransferMsgs
gjermundgaraba c03fefc
added more validation and testing
gjermundgaraba 1a560b4
add forwarding hop validation
gjermundgaraba e476eac
lint
gjermundgaraba 7ae8912
refactored integration tests
gjermundgaraba 872be33
lint
gjermundgaraba 333f1fb
cover last cases
gjermundgaraba 41d9fd9
remove old tests
gjermundgaraba d0138f4
test middle chain scenarios
gjermundgaraba 08d7c34
lint
gjermundgaraba dd474c8
update readme
gjermundgaraba 0c9d54b
update abigen
gjermundgaraba 7833490
update ibc-go version in e2e
gjermundgaraba 25d2cf4
update fixtures
gjermundgaraba 22c85bf
remove unecessary validation
gjermundgaraba 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
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
Oops, something went wrong.
Oops, something went wrong.
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.
I don't understand why recv packet hasn't changed much but single packet benchmarks improved a lot