Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rust-jsonrpc and switch to using minreq #562

Merged
merged 4 commits into from
Jul 13, 2023

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    e3ee50b View commit details
    Browse the repository at this point in the history
  2. bitcoind: use minreq as HTTP transport for JSONRPC

    Instead of the hand-written HTTP implementation in the rust-jsonrpc
    library, use the minreq crate. It's a small, maintained, low dependency
    library actually focused on writing an HTTP client.
    
    This also reworks and better document the request retry logic.
    darosior committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9007947 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c421610 View commit details
    Browse the repository at this point in the history
  4. test_misc.py: linter

    darosior committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    43a0cf2 View commit details
    Browse the repository at this point in the history