dart_coin_rpc 2.1.5 dart_coin_rpc: ^2.1.5 copied to clipboard
A simple RPC client for bitcoin-like coins created in dart.
2.1.5 #
- Correctly forward RPC errors that are not 404
- disable loggint to print
2.1.4 #
- Rebase HTTP calls on Dio lib
2.1.3 #
- More caching to improve performance
2.1.2 #
- Cache http client for better performance
2.1.1 #
- Disable rethrow to trigger http retry behaviour
2.1.0 #
- Change HTTP client (retry)
2.0.0 #
- Fork over, null safety, tests