strangelove-ventures / wormhole

SL fork for wormhole dev work.
https://wormhole.com
Other
1 stars 0 forks source link

Add rust tests into wormchain_ibc_receiver #76

Closed kakucodes closed 1 month ago

kakucodes commented 2 months ago

trying to get ict tests to utilize the receiver contract has been quite a struggle so i have reevaluated the possibility to create tests local to the receiver contract in rust with a tighter feedback loop and better reflexivity and it's definitely seemingly to be possible given that i can properly mock the WormholeKeeper logic.

kakucodes commented 2 months ago

wip implementation here https://github.com/wormhole-foundation/wormhole/commit/1c6a01ea7d7f22d372669336cf384070a49112fd

kakucodes commented 1 month ago

https://github.com/wormhole-foundation/wormhole/pull/4121

jtieri commented 1 month ago

This is ready but we may be blocked on #93 before CI passes