consensus-shipyard / ipc-actors

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

Distribution of cross-msg rewards to validators. #38

Closed adlrocha closed 1 year ago

adlrocha commented 1 year ago

Related: https://github.com/consensus-shipyard/ipc-actors/issues/18

Background

In https://github.com/consensus-shipyard/ipc-actors/pull/36 we introduced the collection of fees for every cross-message operation. These fees are assigned to a governance account in the gateway of the subnet. Through the distribution of these fees we want to:

Design

adlrocha commented 1 year ago

Closed by #36