consensus-shipyard / ipc-actors

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

Track validators #70

Closed cryptoAtwill closed 1 year ago

cryptoAtwill commented 1 year ago

Changes

Track validators in the gateway. Provides adding and removing validators. At the same time, removed validators from CronCheckpoint. Refer to #68.

Tests

cargo test --all
cryptoAtwill commented 1 year ago

@adlrocha I'll merge this one first and will add the unit tests after weighted checkpoint submission is done.