python-bitcoinlib icon indicating copy to clipboard operation
python-bitcoinlib copied to clipboard

add getnetworkinfo RPC

Open ankh2054 opened this issue 6 years ago • 2 comments

getnetworkinfo replaces getinfo on versions > 0.16.0 .

https://github.com/bitcoin/bitcoin/pull/8780

ankh2054 avatar Oct 24 '19 10:10 ankh2054

I am currently working on a full update of RPC calls based on v0.19.0.1, which should cover this as well. I am almost done with writing the code. How should I handle conflicts with this PR?

SachinMeier avatar Aug 12 '20 21:08 SachinMeier

I'd say do whatever is best for your PR. We can fix conflicts later.

On August 12, 2020 5:41:40 PM EDT, Sachin Meier [email protected] wrote:

I am currently working on a full update of RPC calls based on v0.19.0.1, which should cover this as well. I am almost done with writing the code. How should I handle conflicts with this PR?

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/petertodd/python-bitcoinlib/pull/217#issuecomment-673125147

petertodd avatar Aug 12 '20 22:08 petertodd