chaintope / tapyrus-signer

Tapyrus Signer reference implementation.
GNU General Public License v3.0
7 stars 8 forks source link

Call submitblock RPC when each member signer receives completedblock message. #95

Closed rantan closed 4 years ago

rantan commented 4 years ago

For federation management feature, each signer should be going to call testproposedblock RPC in the head of each round. At that time, the result of testproposedblock must be latest of the chain. So each signer submit latest blocks instead of waiting p2p block propagation.