-
Notifications
You must be signed in to change notification settings - Fork 585
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
tests(e2e): ics20 v2 multidenom #6290
Commits on Apr 8, 2024
-
Adding proto files for ics20-v2 (#6110)
* chore: adding proto files for ics20-v2 * chore: add newline
Configuration menu - View commit details
-
Copy full SHA for c07bca9 - Browse repository at this point
Copy the full SHA c07bca9View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e66bd89 - Browse repository at this point
Copy the full SHA e66bd89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 034f472 - Browse repository at this point
Copy the full SHA 034f472View commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4cc6a85 - Browse repository at this point
Copy the full SHA 4cc6a85View commit details
Commits on Apr 16, 2024
-
imp: add CurrentVersion, EscrowVersion (#6160)
* add CurrentVersion, EscrowVersion, update tests * update hardcoded transfer channel version from interchaintest
Configuration menu - View commit details
-
Copy full SHA for 71f830c - Browse repository at this point
Copy the full SHA 71f830cView commit details -
chore: add function for converting packet data from v1 to v3 (#6116)
--------- Co-authored-by: Charly <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28ff9b6 - Browse repository at this point
Copy the full SHA 28ff9b6View commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e55137 - Browse repository at this point
Copy the full SHA 4e55137View commit details
Commits on Apr 29, 2024
-
imp:
getMultiDenomFungibleTokenPacketData
to be used in packet unmar……shalling/conversion (#6226) * chore: adding proto files for ics20-v2 * chore: add newline * chore: modify MsgTransfer to accept coins instead of coin * chore: reverted unintentional comment changes * chore: reverted unintentional comment changes * chore: adding test for conversion fn * chore: fix e2e linter * chore: adding docs * chore: addressing PR feedback * chore: remove duplicate import * chore: addressing PR feedback * chore: moved extration logic into internal package * chore: commented out failing test * chore: adding link to issue * chore: remove duplicate import * chore: fix linting errors * FungibleTokenPacketData interface methods + tests * linter * wip: token validation * update trace identifier validation in Token + tests * rm Printf * update with pr review * add CurrentVersion, EscrowVersion, update tests * pr review * fix e2e tests * pr review * update e2e test version * linter * update hardcoded transfer channel version from interchaintest * update hardcoded transfer channel version from interchaintest * wip packet unmarshaller * wip * wip testing * update test * linter * rm unnecessary version changes * rm unnecessary artifacts * update callbacks test * update comment * pr review * rename getMultiDenomFungibleTokenPacketData to unmarshalPacketDataBytesToICS20V2 --------- Co-authored-by: chatton <[email protected]> Co-authored-by: Carlos Rodriguez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca056cf - Browse repository at this point
Copy the full SHA ca056cfView commit details
Commits on May 6, 2024
-
chore: implement version checking for channel handshake application c…
…allbacks (#6175) * add SupportedVersions array for different ics20 versions, add version checking on channel handshake application callbacks * add tests * update pr review * pr review * last few pr review nits * linter * add version counter proposing * fix missing app versino * update code + tests to return our proposed version if counterparty version is invalid * remove if statement * address review comments: return ics20-2 if counterparty version is not supported --------- Co-authored-by: Carlos Rodriguez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 147cf17 - Browse repository at this point
Copy the full SHA 147cf17View commit details -
imp: update transfer authz implementation to account for multi denom …
…transfers (#6252) * add transfer authz code + tests * linter * address review comments --------- Co-authored-by: Carlos Rodriguez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9bbfa1a - Browse repository at this point
Copy the full SHA 9bbfa1aView commit details
Commits on May 10, 2024
-
ics20-v2: backwards compatibility for transfer rpc and packet callbac…
…ks (#6189) * chore: adding proto files for ics20-v2 * chore: add newline * chore: modify MsgTransfer to accept coins instead of coin * chore: reverted unintentional comment changes * chore: reverted unintentional comment changes * chore: adding test for conversion fn * chore: fix e2e linter * chore: adding docs * chore: addressing PR feedback * chore: remove duplicate import * chore: addressing PR feedback * chore: moved extration logic into internal package * chore: commented out failing test * chore: adding link to issue * chore: remove duplicate import * chore: fix linting errors * FungibleTokenPacketData interface methods + tests * linter * wip: token validation * update trace identifier validation in Token + tests * rm Printf * update with pr review * pr review * linter * rm unused function: linter * wip pr feedback * fix test * pr review * lintttttt * wip: backwards compatibility for transfer rpc * implement changes for ics20-v2 packet data for onRecvPacket, onAcknowledgePacket and onTimeoutPacket * fix callbacks tests * lint --------- Co-authored-by: chatton <[email protected]> Co-authored-by: Charly <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f57916 - Browse repository at this point
Copy the full SHA 4f57916View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4244f9 - Browse repository at this point
Copy the full SHA b4244f9View commit details
Commits on May 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b09f5d7 - Browse repository at this point
Copy the full SHA b09f5d7View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c333c5 - Browse repository at this point
Copy the full SHA 4c333c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b55295 - Browse repository at this point
Copy the full SHA 8b55295View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0478cb9 - Browse repository at this point
Copy the full SHA 0478cb9View commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f39d173 - Browse repository at this point
Copy the full SHA f39d173View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b39944 - Browse repository at this point
Copy the full SHA 9b39944View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06ca9a5 - Browse repository at this point
Copy the full SHA 06ca9a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7897ef3 - Browse repository at this point
Copy the full SHA 7897ef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 786a4f1 - Browse repository at this point
Copy the full SHA 786a4f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a162ea - Browse repository at this point
Copy the full SHA 3a162eaView commit details -
Merge pull request #6346 from cosmos/merge-main
Sync feature with main branch
Configuration menu - View commit details
-
Copy full SHA for 5747756 - Browse repository at this point
Copy the full SHA 5747756View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e2e6df - Browse repository at this point
Copy the full SHA 7e2e6dfView commit details -
imp: change ics20 events to emit token set (#6348)
* refactor: quick change to tokens event attribute * fix: various tests * lint * lint:fixeroni * imp: remove events variable in favour of direct event emission --------- Co-authored-by: DimitrisJim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a84b0e7 - Browse repository at this point
Copy the full SHA a84b0e7View commit details -
imp: check length tokens array against maximum allowed (#6349)
* check length of tokens array against maximum allowed * chore: add note on arbitrary selection --------- Co-authored-by: Colin Axnér <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43877df - Browse repository at this point
Copy the full SHA 43877dfView commit details -
Modify UnmarshalPacketData interface to allow additional args (#6341)
* api(port)!: Allow passing of context, port and channel identifier to unmarshal packet data interface as disussed. This allows us to grab the app version in transfer and unmarshal the packet based on that instead of a hacky unmarshal v2 then v1 and whatever happens. * lint: as we do * callbacks: fix signature of UnmarshalPacketData as per changes, make refactors to hopefully simplify signatures. * chore: lint and remove some todos. * review: address feedback.
Configuration menu - View commit details
-
Copy full SHA for 8eae033 - Browse repository at this point
Copy the full SHA 8eae033View commit details
Commits on May 23, 2024
-
Refactor packet data unmarshalling to use specific version (#6354)
* chore: specifically unmarshal v1 or v2 without brute force * chore: fix TestPacketDataUnmarshalerInterface test in transfer module * Pass dest values OnRecv, refactor GetExpectedEvents * chore: fixing TestGetCallbackData test * chore: fixed remaining tests in callbacks module * test: simplify callbacks test, revert back to previous behaviour * chore: fix test case name * chore: addressing PR feedback * chore: added docstring for unmarshalPacketDataBytesToICS20V2 --------- Co-authored-by: DimitrisJim <[email protected]> Co-authored-by: Colin Axnér <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbcff45 - Browse repository at this point
Copy the full SHA dbcff45View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb69698 - Browse repository at this point
Copy the full SHA bb69698View commit details -
Configuration menu - View commit details
-
Copy full SHA for f19a145 - Browse repository at this point
Copy the full SHA f19a145View commit details -
Merge pull request #6359 from cosmos/merge-main-2
Sync Feature Branch With Main
Configuration menu - View commit details
-
Copy full SHA for 8f86dda - Browse repository at this point
Copy the full SHA 8f86ddaView commit details -
imp: self review comments for ics20-v2 (#6360)
* refactor: address various self review comments * revert: unnecessary change * lint
Configuration menu - View commit details
-
Copy full SHA for d4b06c8 - Browse repository at this point
Copy the full SHA d4b06c8View commit details -
imp: self review on ics20-v2 part 2 (#6364)
* refactor: apply review suggestions * imp: additional updates * refactor: make ValidateIBCDenom private * Update modules/apps/transfer/types/msgs.go Co-authored-by: Cian Hatton <[email protected]> * apply review suggestions --------- Co-authored-by: Cian Hatton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9391a4 - Browse repository at this point
Copy the full SHA a9391a4View commit details -
chore: move functions from internal/denom back to trace.go (#6368)
* chore: move functions from internal/denom to trace.go * lint * lint: the comeback
Configuration menu - View commit details
-
Copy full SHA for 575403e - Browse repository at this point
Copy the full SHA 575403eView commit details -
imp: ics20 v2 self review part 3 (#6373)
* imp: self review items * apply jim's suggestion * Update modules/apps/transfer/keeper/msg_server_test.go * Update modules/apps/transfer/ibc_module.go * Update modules/apps/transfer/ibc_module.go
Configuration menu - View commit details
-
Copy full SHA for 50ccd94 - Browse repository at this point
Copy the full SHA 50ccd94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87eb32e - Browse repository at this point
Copy the full SHA 87eb32eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8b9d5a - Browse repository at this point
Copy the full SHA e8b9d5aView commit details
Commits on May 24, 2024
-
Refactor msgs_test.go to use expError (#6367)
* chore: refactoring msgs_test.go to use expError * chore: updating expected errors * chore: update MsgUpdateParams and lint --------- Co-authored-by: DimitrisJim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d40bc6 - Browse repository at this point
Copy the full SHA 6d40bc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c171059 - Browse repository at this point
Copy the full SHA c171059View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a276219 - Browse repository at this point
Copy the full SHA a276219View commit details -
Configuration menu - View commit details
-
Copy full SHA for d55c817 - Browse repository at this point
Copy the full SHA d55c817View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3319e42 - Browse repository at this point
Copy the full SHA 3319e42View commit details
Commits on May 28, 2024
-
Merge branch 'main' into carlos/e2e-tests-multidenom
# Conflicts: # e2e/testsuite/testsuite.go # e2e/testsuite/tx.go
Configuration menu - View commit details
-
Copy full SHA for 0d0b5fc - Browse repository at this point
Copy the full SHA 0d0b5fcView commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a284934 - Browse repository at this point
Copy the full SHA a284934View commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2dafbd5 - Browse repository at this point
Copy the full SHA 2dafbd5View commit details
Commits on Jun 7, 2024
-
Merge branch 'main' into carlos/e2e-tests-multidenom
# Conflicts: # e2e/tests/core/02-client/client_test.go # e2e/tests/core/03-connection/connection_test.go # e2e/tests/transfer/base_test.go # e2e/tests/transfer/localhost_test.go # e2e/tests/transfer/upgrades_test.go # e2e/tests/upgrades/genesis_test.go # e2e/tests/upgrades/upgrade_test.go # e2e/testsuite/testsuite.go # e2e/testsuite/tx.go
Configuration menu - View commit details
-
Copy full SHA for 2485db0 - Browse repository at this point
Copy the full SHA 2485db0View commit details
Commits on Jun 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6886e3b - Browse repository at this point
Copy the full SHA 6886e3bView commit details
Commits on Jun 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14d17ff - Browse repository at this point
Copy the full SHA 14d17ffView commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f12a8e - Browse repository at this point
Copy the full SHA 3f12a8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 087d52f - Browse repository at this point
Copy the full SHA 087d52fView commit details -
Configuration menu - View commit details
-
Copy full SHA for feb2383 - Browse repository at this point
Copy the full SHA feb2383View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bdd4ab6 - Browse repository at this point
Copy the full SHA bdd4ab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70f9b8c - Browse repository at this point
Copy the full SHA 70f9b8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d42ff3 - Browse repository at this point
Copy the full SHA 7d42ff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4bd933 - Browse repository at this point
Copy the full SHA d4bd933View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbb6994 - Browse repository at this point
Copy the full SHA fbb6994View commit details