filecoin-project / lotus

Reference implementation of the Filecoin protocol, written in Go
https://lotus.filecoin.io/
Other
2.81k stars 1.25k forks source link

Cross-node nonce coordination #9129

Open magik6k opened 2 years ago

magik6k commented 2 years ago

It would be great to have some kind of a mechanism to coordinate nonces between separate/redundant lotus nodes

This would most likely be extending the message signer to be able to coordinate between chain nodes

This could be done by:

jennijuju commented 2 years ago

We've decided to move away from this for 9130 atm