Kixunil / btc-rpc-proxy

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

Incompatible with bitcoincore-22.0 because getpeerinfo rpc was changed #20

Open btweenthebars opened 2 years ago

btweenthebars commented 2 years ago

I have to temporarily downgrade to 0.21.2 and run with -deprecatedrpc=getpeerinfo_addnode -deprecatedrpc=whitelisted -deprecatedrpc=banscore , otherwise when btc-rpc-proxy receives json from getpeerinfo, it will fail to parse and won't be able to connect to peers to fetch missing blocks. There are many other fields added on rpc as well, but the missing ones cause it to fail.

Kixunil commented 2 years ago

Thanks for report! This is very useful to know.