consensus-shipyard / ipc-actors

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

SubmitCheckpoint method should verify that the sender is validator for the target epoch #116

Open dnkolegov opened 1 year ago

dnkolegov commented 1 year ago

Currently, submitCheckpoint checks whether the sender is in the validator set.

According to the documentation, it needs to be verified that "A is a validator at epoch e."