consensus-shipyard / ipc-actors

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

Remove postbox owner and revisit implementation #107

Open adlrocha opened 1 year ago

adlrocha commented 1 year ago

After a discussion with @guy-goren, we realized it may make no sense to enforce an owner for the postbox with propagation rights for a message that can be extended. We should revisit the implementation of the postbox so it is able to accommodate any of the kinds of use cases that we are considering for this feature.