grin
grin copied to clipboard
Merge node and wallet api clients
This is just a reminder to ourselves that we should revisit the api client on both the node and wallet:
- Use global runtime in the client on the node (a la https://github.com/mimblewimble/grin-wallet/pull/543)
- Move to reqwest (https://github.com/mimblewimble/grin-wallet/pull/520)
- Merge client codebases between node and wallet to reduce amount of duplicate code