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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
A new RPC to allow user submit transaction and dry run it and return all events.
It should respect to weight limits so this cannot be used to DOS the node.
Should have an option to disable signature validation to make this more useful (able to detect transaction will not success before asking user to sign).
state_call with BlockBuilder_apply_extrinsic may be able to achieve something similar but it is way too hard to use and does not expose events.
This will need to be an unsafe RPC to avoid ddos nodes.
The text was updated successfully, but these errors were encountered:
I mean, if you open a RPC where everyone can send you transactions to dry run them. They can ddos your node. Especially if they can disable signature checking.
A new RPC to allow user submit transaction and dry run it and return all events.
It should respect to weight limits so this cannot be used to DOS the node.
Should have an option to disable signature validation to make this more useful (able to detect transaction will not success before asking user to sign).
state_call
withBlockBuilder_apply_extrinsic
may be able to achieve something similar but it is way too hard to use and does not expose events.This will need to be an unsafe RPC to avoid ddos nodes.
The text was updated successfully, but these errors were encountered: