Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simulator Generation Mode Improvements #502

Open
AlfredoG87 opened this issue Jan 16, 2025 · 0 comments
Open

Simulator Generation Mode Improvements #502

AlfredoG87 opened this issue Jan 16, 2025 · 0 comments

Comments

@AlfredoG87
Copy link
Contributor

AlfredoG87 commented Jan 16, 2025

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 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant