Kixunil / btc-rpc-proxy

Finer-grained permission management for bitcoind.
MIT License
63 stars 18 forks source link

Feature/bip155 #13

Closed dr-bonez closed 3 months ago

dr-bonez commented 3 years ago

This adds support for fetching blocks from v3 onion peers.

dr-bonez commented 3 years ago

when do you think we can loosen the old compiler requirements? would like to get onto tokio v1 :)

chrisguida commented 2 years ago

@Kixunil - Perhaps it's time to take another look at this? The MSRV for this branch is 1.45.2, and the Rust version included with the most recent version of Debian is 1.48, so we're now comfortably passing that particular requirement.

We've been running this branch in production for about a year and it works great. I've rebased on top of the intervening commits to master, and patched a couple of minor issues we found. I'd love to get this merged in. Let me know what else you need.

Cheers!

kroese commented 2 years ago

@Kixunil Can this please be merged? It fixes #20 among others.

Kixunil commented 3 months ago

Sorry for late response, I've completely missed these comments. I'm going to look into it.