consensus-shipyard / ipc-actors

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

Refactor SubnetID and add ChainID to root #109

Closed adlrocha closed 1 year ago

adlrocha commented 1 year ago

Addresses https://github.com/consensus-shipyard/ipc-actors/issues/78

Our previous implementation of SubnetID had two main issues:

Finally, we've decided that instead of supporting Ethereum addressed for subnet actors, these will be included in the path of a SubnetID through their corresponding f4 address (thus supporting any future alternative addressing that comes to the network).

Next