forked from openethereum/openethereum
-
Notifications
You must be signed in to change notification settings - Fork 1
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
random value in header and system call #26
Comments
currently the value 0x506172697479 ( "Parity") is written into every block. |
RPC node currently stuck at InvalidStateRoot:
|
SurfingNerd
added a commit
that referenced
this issue
Jan 4, 2023
backward compatibility for "Parity" text in header. #26
works fine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the random value that get's generated with HBBFT requires to get included in the block header.
the nodes need to create or verify the block use this value and execute it as first system transaction in the block.
(Note: System transactions are invisible and not tracked as transaction. They are not visible within tools like blockscout)
The text was updated successfully, but these errors were encountered: