-
Notifications
You must be signed in to change notification settings - Fork 133
Clarify onchain account permissioning behaviour. #659
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
Conversation
Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
| Nodes validate account permissions when importing blocks. This means if you disable onchain | ||
| account permissioning and add transactions to the chain, nodes cannot resync the network if | ||
| account permissioning is re-enabled. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I'd rephrase this a bit:
When using Onchain Account Permissioning, the node will check permissions when importing blocks. This means that only blocks in which all transactions are from authorized senders will be deemed valid and imported. If you disable Onchain Account Permissioning and your node accept blocks without enforcing this rule, your node will not be able to resync with other nodes that are enforcing Onchain Account Permissioning rules (your node will be in a forked state).
Pull request checklist
Use the following list to make sure your PR fits the Besu doc quality standard.
Before creating the pull request
Make sure that:
Describe the change
Clarify onchain account permissioning behaviour.
Issue fixed
Fixes #610
Impacted parts
For content changes