Cross network related types and utility functions will be used by not just gateway actor, but also ipc-agent and fendermint. Migrating to sdk helps fendermint and downstream crates from importing large chunks of irrelevant code in gateway.
Solution
Just copy paste and update the dependency paths...
Motivation
Cross network related types and utility functions will be used by not just
gateway
actor, but alsoipc-agent
andfendermint
. Migrating to sdk helpsfendermint
and downstream crates from importing large chunks of irrelevant code ingateway
.Solution
Just copy paste and update the dependency paths...