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
BenzoNet ships with the validatorOnly RPC read-restriction intentionally OFF so the public demo (rpc.benzo.space, explorer.benzo.space) stays publicly verifiable (README.md "What is Real vs. Simulated"). A production institutional deployment enables it — that is the read-privacy half of the permissioned-chain story (the tx-allowlist precompile 0x0200000000000000000000000000000000000002 already gates who can transact).
Tracker: #154
Context
BenzoNet ships with the
validatorOnlyRPC read-restriction intentionally OFF so the public demo (rpc.benzo.space,explorer.benzo.space) stays publicly verifiable (README.md"What is Real vs. Simulated"). A production institutional deployment enables it — that is the read-privacy half of the permissioned-chain story (the tx-allowlist precompile0x0200000000000000000000000000000000000002already gates who can transact).Scope
validatorOnlyis ON (public explorer, external indexers, the backend activity indexer Receipts/activity indexer: poll eERC events, ciphertexts opaque, client-side decryption contract #44).Acceptance criteria
validatorOnly.validatorOnlydocumented (not applied to the public demo).Dependencies