-
Notifications
You must be signed in to change notification settings - Fork 2
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
ci: update to bitcoin 28.0 #404
Conversation
ba94a24
to
7edd20c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #404 +/- ##
==========================================
+ Coverage 57.47% 57.72% +0.24%
==========================================
Files 257 263 +6
Lines 27200 27541 +341
==========================================
+ Hits 15634 15897 +263
- Misses 11566 11644 +78
|
7edd20c
to
01507d3
Compare
Draft I don't want to debug this before finishing #399 |
58ffbb4
to
3b94ddc
Compare
5e4c049
to
55cd451
Compare
3469898
to
86b9a94
Compare
Should be ready for review now |
Shouldn't be a breaking change for us, since we are not using any of the changed stuff. See: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-28.0.md#updated-rpcs
a455dc6
to
d89c9e6
Compare
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.
I don't like the float but it's in an RPC type and it's not like we're constructing these responses so it's fine. :P
* ci: update to bitcoin 28.0 * fix(btcio): non-breaking changes in GetBlockChainInfo Shouldn't be a breaking change for us, since we are not using any of the changed stuff. See: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-28.0.md#updated-rpcs
* ci: update to bitcoin 28.0 * fix(btcio): non-breaking changes in GetBlockChainInfo Shouldn't be a breaking change for us, since we are not using any of the changed stuff. See: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-28.0.md#updated-rpcs
Description
Removes a unofficial PPA for the official release in the(moved to an issue in Jira)bitcoind
docker imageGetBlockChainInfo
that had a breaking change in 28.0: see https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-28.0.md#updated-rpcsType of Change
Checklist