consensus-shipyard / ipc-actors

Rust implementation of the IPC actors for FVM
MIT License
6 stars 3 forks source link

Migrate cross #130

Closed cryptoAtwill closed 1 year ago

cryptoAtwill commented 1 year ago

Motivation

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...