Previously, the object mapping RPC subscriptions would allow any account to connect.
This PR restricts them to safe accounts.
I'm pretty sure we want this change, because these subscriptions can generate a large amount of mappings per block, which would easily overload a public RPC server.
Previously, the object mapping RPC subscriptions would allow any account to connect.
This PR restricts them to safe accounts.
I'm pretty sure we want this change, because these subscriptions can generate a large amount of mappings per block, which would easily overload a public RPC server.
Code contributor checklist: