You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script that generates the TOML file needs to generate the contract constructor bytecode instead, together with the serialized Ack and Part parameters from a simulated execution of SyncKeyGen by the initial validators.
The engine needs to initialize itself from the genesis block, using the contract's acks and parts fields: It creates a SyncKeyGen instance and calls handle_part and then handle_ack for all those messages. Finally, SyncKeyGen::generate will create the correct NetworkInfo.
The text was updated successfully, but these errors were encountered:
Replace the temporary config-file based initialization of the keys and key shares for hbbft with the
KeyGenHistory
contract.Ack
andPart
parameters from a simulated execution ofSyncKeyGen
by the initial validators.acks
andparts
fields: It creates aSyncKeyGen
instance and callshandle_part
and thenhandle_ack
for all those messages. Finally,SyncKeyGen::generate
will create the correctNetworkInfo
.The text was updated successfully, but these errors were encountered: