Skip to content

Commit 4a54d7c

Browse files
authored
Update onchain account permissioning content. (#663)
* Rename whitelist to allowlist. Signed-off-by: Byron Gravenorst <[email protected]> * Additional updates. Signed-off-by: Byron Gravenorst <[email protected]> * Whitelist renaming. Signed-off-by: Byron Gravenorst <[email protected]> * Address reviewer feedback. Signed-off-by: Byron Gravenorst <[email protected]> * Fix typos. Signed-off-by: Byron Gravenorst <[email protected]> * Clarify onchain account permissioning behaviour. Signed-off-by: Byron Gravenorst <[email protected]> * Update onchain account permissioning content. Signed-off-by: Byron Gravenorst <[email protected]>
1 parent b497d2b commit 4a54d7c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/Concepts/Permissioning/Onchain-Permissioning.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ source, the blockchain.
1010

1111
!!! important
1212

13-
Nodes validate account permissions when importing blocks. This means if you disable onchain
14-
account permissioning and add transactions to the chain, nodes cannot resync the network if
15-
account permissioning is re-enabled.
13+
When using Onchain Account Permissioning, a node checks permissions when importing blocks.
14+
Meaning, a node only imports blocks in which all transactions are from authorized senders. If
15+
you disable Onchain Account Permissioning and your node accept blocks without enforcing this rule,
16+
your node cannot resync with other nodes that are enforcing Onchain Account Permissioning rules
17+
(your node goes into forked state).
1618

1719
!!! note
1820

0 commit comments

Comments
 (0)