AcalaNetwork / chopsticks

Create parallel reality of your Substrate network.
Apache License 2.0
138 stars 84 forks source link

feat: add transaction_v1 group of functions #819

Closed voliva closed 2 months ago

voliva commented 2 months ago

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.