EVM:node: add support for the tx_queue in RPC mode
Checklist
- [ ] Provide automatic testing.
-
Add an item in the changelog
What, why and how .
meta-issue: #7785
With this the RPC mode uses the tx_queue to forward it's transaction to it's inderlying node. if the private endpoint is specified it directly frowards tx when received similarly to what was done for the tx_pool
Edited by Sylvain R.