evm/node: move the `evm_node_endpoint` out of the tx_queue state
Checklist
- [ ] Provide automatic testing.
-
Add an item in the changelog
What, why and how
Move the evm_node_endpoint out of the tx_queue state. This is simply for the sequencer integration of the tx_queue that won't need that field anymore. Other solution would be to fill it with a random value for the sequencer, but it seems strange.
Edited by Sylvain R.