consensus-shipyard / ipc-actors

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

Add config_number to validator set #61

Closed adlrocha closed 1 year ago

adlrocha commented 1 year ago

Mir integration in Lotus needs a config number to sync reconfiguration requests between validators. This PR introduces a config_number to the actor state to support reconfigurations in Mir triggered by on-chain state for IPC subnets.

//cc @cryptoAtwill, consider this change for https://github.com/consensus-shipyard/ipc-agent/pull/76?no-redirect=1 //cc @dnkolegov to review this is the expected behavior.