You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the test_starknet_ics20_contract test, once the Cosmos and Starknet chains are connected (via the handshake process), a dummymsg_recv_packet is created. To fully simulate the relaying of a packet from Cosmos to Starknet, the msg_recv_packet should be constructed based on a previously submitted MsgTransfer to the Cosmos chain.
Additionally, the packet should be acknowledged on the Cosmos chain and should cover two scenarios: first, when the incoming token into Starknet is an IBC-minted token, and second, when it is a native token previously sent to Cosmos and now being unescrowed.
The text was updated successfully, but these errors were encountered:
Farhad-Shabani
changed the title
Replace dummy msg_recv_packet with actual message in test_starknet_ics20_contract
Enhance test_starknet_ics20_contract to fully simulate packet relay from Cosmos to Starknet
Jan 7, 2025
Farhad-Shabani
changed the title
Enhance test_starknet_ics20_contract to fully simulate packet relay from Cosmos to Starknet
Enhance test_starknet_ics20_contract to fully simulate relaying from Cosmos to Starknet
Jan 7, 2025
Context
In the
test_starknet_ics20_contract
test, once the Cosmos and Starknet chains are connected (via the handshake process), a dummymsg_recv_packet
is created. To fully simulate the relaying of a packet from Cosmos to Starknet, themsg_recv_packet
should be constructed based on a previously submittedMsgTransfer
to the Cosmos chain.Additionally, the packet should be acknowledged on the Cosmos chain and should cover two scenarios: first, when the incoming token into Starknet is an IBC-minted token, and second, when it is a native token previously sent to Cosmos and now being unescrowed.
The text was updated successfully, but these errors were encountered: