This PR adds the transaction_v1 group of functions of the JSON RPC interface spec into the RPC server.
It's fairly simple, since it's only two functions: one starting a broadcast, and the other to stop it.
We'll be missing only one last group to make it fully compatible with papi, the chainSpec one. Looks fairly simple, will work on it next and raise as a separate PR.
This PR adds the
transaction_v1
group of functions of the JSON RPC interface spec into the RPC server.It's fairly simple, since it's only two functions: one starting a broadcast, and the other to stop it.
We'll be missing only one last group to make it fully compatible with papi, the
chainSpec
one. Looks fairly simple, will work on it next and raise as a separate PR.