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

test: Add tests for OnTimeoutPacket when middle chain times out packet #6596

Merged
merged 36 commits into from
Jun 19, 2024

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    013f883 View commit details
    Browse the repository at this point in the history
  2. Propagate ack on A

    bznein committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    83f4582 View commit details
    Browse the repository at this point in the history
  3. Refactoring

    bznein committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    59b93ed View commit details
    Browse the repository at this point in the history
  4. Minor changes

    bznein committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ff35ada View commit details
    Browse the repository at this point in the history
  5. Added comments

    bznein committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    926d8da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a3dd36 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Fix type name.

    bznein committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    3f5dc6c View commit details
    Browse the repository at this point in the history
  2. Gofumpt

    bznein committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    10592e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    907de8e View commit details
    Browse the repository at this point in the history
  4. Update modules/apps/transfer/keeper/relay_forwarding_test.go

    Co-authored-by: Carlos Rodriguez <[email protected]>
    bznein and crodriguezvega authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6787c74 View commit details
    Browse the repository at this point in the history
  5. Update modules/apps/transfer/keeper/relay_forwarding_test.go

    Co-authored-by: Carlos Rodriguez <[email protected]>
    bznein and crodriguezvega authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    37375ba View commit details
    Browse the repository at this point in the history
  6. Update modules/apps/transfer/keeper/relay_forwarding_test.go

    Co-authored-by: Carlos Rodriguez <[email protected]>
    bznein and crodriguezvega authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    65a0d0a View commit details
    Browse the repository at this point in the history
  7. Update modules/apps/transfer/keeper/relay_forwarding_test.go

    Co-authored-by: Carlos Rodriguez <[email protected]>
    bznein and crodriguezvega authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ca59adf View commit details
    Browse the repository at this point in the history
  8. Add godoc to test.

    bznein committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1492378 View commit details
    Browse the repository at this point in the history
  9. Changed trace construction

    bznein committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    288f5f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    d4e9b59 View commit details
    Browse the repository at this point in the history
  2. Update modules/apps/transfer/keeper/relay_forwarding_test.go

    Co-authored-by: Carlos Rodriguez <[email protected]>
    bznein and crodriguezvega authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a70e56d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a33a57 View commit details
    Browse the repository at this point in the history
  4. Add test for forwarded packet

    bznein committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7fb5569 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    774d971 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    ad4e6f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3acd732 View commit details
    Browse the repository at this point in the history
  3. PR feedback

    bznein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    139facf View commit details
    Browse the repository at this point in the history
  4. chore(transfer): make Forwarding non-null (#6618)

    * chore(transfer): make Forwarding non-null
    
    * chore(transfer): always validate forwarding.
    DimitrisJim authored and bznein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0670659 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    745e4be View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump bufbuild/buf-setup-action from 1.32.2 to 1.33.0 (#6601

    )
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.32.2 to 1.33.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.32.2...v1.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and bznein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b8e36ec View commit details
    Browse the repository at this point in the history
  7. chore: fix spelling errors (#6603)

    * Update 00-intro.md
    
    spelling error fix
    
    * Update 06-channel-upgrades.md
    
    spelling error fix
    
    * Update 05-v3-to-v4.md
    
    spelling error fix
    
    * Update ics08-requirements.md
    
    spelling error fix
    
    * Update ics08-requirements.md
    
    spelling error fix
    jgscr authored and bznein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6dabf17 View commit details
    Browse the repository at this point in the history
  8. chore: mergify for v7.6.x (#6611)

    crodriguezvega authored and bznein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ede7ea6 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#6615)

    * chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1
    
    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.8.0...v1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * deps: bump cobra to 1.8.1 in all mods and tidy.
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: DimitrisJim <[email protected]>
    2 people authored and bznein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    56ec67e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bb4024a View commit details
    Browse the repository at this point in the history
  11. chore(deps): bump docker/build-push-action from 5.4.0 to 6.0.0 (#6617)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.0.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@ca052bb...c382f71)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and bznein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3729544 View commit details
    Browse the repository at this point in the history
  12. tests(e2e): ics20 v2 multidenom (#6290)

    * Adding proto files for ics20-v2 (#6110)
    
    * chore: adding proto files for ics20-v2
    
    * chore: add newline
    
    * update amount -> string (#6120)
    
    * Update MsgTransfer to accept sdk.Coins instead of sdk.Coin (#6113)
    
    * fix: allow base denom with trailing slash (#6148)
    
    * imp: add CurrentVersion, EscrowVersion (#6160)
    
    * add CurrentVersion, EscrowVersion, update tests
    
    * update hardcoded transfer channel version from interchaintest
    
    * chore: add function for converting packet data from v1 to v3 (#6116)
    
    ---------
    
    Co-authored-by: Charly <[email protected]>
    
    * chore: implement required `FungibleTokenPacketData` v3 interface methods (#6126)
    
    * imp: `getMultiDenomFungibleTokenPacketData`to be used in packet unmarshalling/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]>
    
    * chore: implement version checking for channel handshake application callbacks (#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]>
    
    * 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]>
    
    * ics20-v2: backwards compatibility for transfer rpc and packet callbacks (#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]>
    
    * multidenom transfer test + ics20-v2 channel upgrade test
    
    * some fixes
    
    * changes to transfer tx CLI to support multiple denoms
    
    * lint
    
    * import renaming
    
    * Use type with V2 suffix for package data (#6330)
    
    * Adding additional comments and changing version variable names (#6345)
    
    * chore: correctly claim capability
    
    * lint
    
    * 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]>
    
    * 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]>
    
    * 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.
    
    * 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]>
    
    * chore: fixing tests
    
    * imp: self review comments for ics20-v2 (#6360)
    
    * refactor: address various self review comments
    
    * revert: unnecessary change
    
    * lint
    
    * 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]>
    
    * chore: move functions from internal/denom back to trace.go (#6368)
    
    * chore: move functions from internal/denom to trace.go
    
    * lint
    
    * lint: the comeback
    
    * 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
    
    * chore: remove duplicate test case
    
    * chore: address minor nits (#6374)
    
    * 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]>
    
    * chore: remove unused chain variable in setup (#6371)
    
    * use new queries in e2e
    
    * add test for error ack multidenom transfer
    
    * downgrade test to ics20-1
    
    * add test to upgrade channel to fee middleware and ICS20 v2
    
    * revert some unnecessary changes
    
    * add transfer failure multidenom test to compatibility
    
    * updates to multidenom invalid adress test
    
    * fix value comparison
    
    * review comments
    
    ---------
    
    Co-authored-by: Cian Hatton <[email protected]>
    Co-authored-by: Charly <[email protected]>
    Co-authored-by: Charly <[email protected]>
    Co-authored-by: chatton <[email protected]>
    Co-authored-by: Colin Axnér <[email protected]>
    Co-authored-by: DimitrisJim <[email protected]>
    7 people authored and bznein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d02c4cc View commit details
    Browse the repository at this point in the history
  13. fix comments (#6628)

    winniehere authored and bznein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d9d30f8 View commit details
    Browse the repository at this point in the history
  14. revert the mess I made

    bznein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0aee2d3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c095d35 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1c5decb View commit details
    Browse the repository at this point in the history