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
In order to be able to perform a long standing test (and verification test), we need the simulator to be able to Craft blocks that are closer to the real deal, calculate the hash and add its block_proof block item, so that the verification process on the BN does not fail.
The simulator should be capable of running in this mode in an indefinite amount of time.
Should start at any given block, based on configuration
Solution
Do the necessary changes to the simulator to support it.
Refactor the Hashing package of the Verification package to the common sub-project inside the repo, so that the simulator can use it.
set a variable or config with how many items per block (avg) we want to stream.
maybe add an option to calculate (on purpose) a wrong hash
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
In order to be able to perform a long standing test (and verification test), we need the simulator to be able to
Craft
blocks that are closer to the real deal, calculate the hash and add itsblock_proof
block item, so that the verification process on the BN does not fail.The simulator should be capable of running in this mode in an indefinite amount of time.
Should start at any given block, based on configuration
Solution
Do the necessary changes to the simulator to support it.
Refactor the Hashing package of the Verification package to the
common
sub-project inside the repo, so that the simulator can use it.set a variable or config with how many items per block (avg) we want to stream.
maybe add an option to calculate (on purpose) a wrong hash
Alternatives
No response
The text was updated successfully, but these errors were encountered: