-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this man. Can you pull the formatting changes out please, I was surprised to see changes to the json/src/v17
files. Also, did you get the contents of (EDIT: Oh rpc-ap.txt
from running bitcoin-cli help
against a Core v28 instance or did you copy'paste for another existing file?submitpackage
only exists in v28 so you must have used bitcoin-cli
:)
I merged #22 so you can rebase when you feel like it. Cheers
07d0f1e
to
383c1cf
Compare
Ah, now dropped them, didn't realize they slipped in as I didn't expect it either.
Jup, run
Cool, rebased for now, will resume work ~end of this week. |
Ha! So we need a "How to add support for a new version" doc. I'd love a script to check that all the |
We should be right to get this in now mate if you have clockcycles free to work in it?
|
Yes, excuse the delay here, I was busy with other stuff since v28 was released. Given that that's done now, will see to make some progress here this week. |
No stress, and no rush. |
1f46cba
to
786a870
Compare
Alright, now added the final SHA file for 28.0 and fixed the tests/RPC changes in |
786a870
to
bd1e13a
Compare
looks good man, yes please squash it down. |
Add support and testing for Bitcoin Core versions `28.0`
bd1e13a
to
fcd9696
Compare
Squashed without further changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK fcd9696
Thanks man, you are the first person apart from me to patch this repo - super cool! I hope you find this crate useful. |
Hey @tnull are you waiting on this to release? I got g'd up by #48 and released the crates, I meant to release 0.3 without the new stuff but I botched it and ended up releasing 0.4 with your Coer v28 stuff. My question to you is, do you want me to do a 0.4 release of this as is before the rename (assuming the rename goes through)? |
Nope, no worries! Where we have |
Based on #21.Currently still work in progress (asv28.0rc1
has just been released, so no final binaries are available etc).Ready for review.