Skip to content

Commit

Permalink
Update send packet/transfer (#468)
Browse files Browse the repository at this point in the history
* send_packet_validate()

* send_packet_execute

* send_transfer_validate

* fmt

* send_transfer_validate: call send_packet_validate

* send_transfer_execute

* SendPacketValidationContext

* send_packet_validate uses SendPacketValidationContext

* SendPacketExecutionContext

* TokenTransferExecutionContext

* cleanup

* remove unused recv_packet

* Remove `ModuleOutput`

* Remove unused `Module` callbacks

* changelog

* use CommitmentPath ctor

* add back send_transfer comment
  • Loading branch information
plafer authored Feb 24, 2023
1 parent 627857c commit e701cd0
Show file tree
Hide file tree
Showing 18 changed files with 401 additions and 763 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update send_packet/transfer(), and related contexts
([#442](https://github.com/cosmos/ibc-rs/issues/442))
Loading

0 comments on commit e701cd0

Please sign in to comment.