Skip to content

Commit

Permalink
Bump version to 0.26.9
Browse files Browse the repository at this point in the history
Summary: As per title.

Test Plan:
  ninja print-version

Reviewers: #bitcoin_abc, PiRK

Reviewed By: #bitcoin_abc, PiRK

Differential Revision: https://reviews.bitcoinabc.org/D12938
  • Loading branch information
Fabcien committed Dec 26, 2022
1 parent 9cb60a8 commit 245176b
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE
)

project(bitcoin-abc
VERSION 0.26.8
VERSION 0.26.9
DESCRIPTION "Bitcoin ABC is a full node implementation of the eCash protocol."
HOMEPAGE_URL "https://www.bitcoinabc.org"
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/aur/bitcoin-abc-qt/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <[email protected]>

pkgname=bitcoin-abc-qt
pkgver=0.26.8
pkgver=0.26.9
pkgrel=0
pkgdesc="Bitcoin ABC with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt"
arch=('i686' 'x86_64')
Expand Down
2 changes: 1 addition & 1 deletion contrib/aur/bitcoin-abc/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <[email protected]>

pkgname=bitcoin-abc
pkgver=0.26.8
pkgver=0.26.9
pkgrel=0
pkgdesc="Bitcoin ABC with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli"
arch=('i686' 'x86_64')
Expand Down
19 changes: 4 additions & 15 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
# Bitcoin ABC 0.26.8 Release Notes
# Bitcoin ABC 0.26.9 Release Notes

Bitcoin ABC version 0.26.8 is now available from:
Bitcoin ABC version 0.26.9 is now available from:

<https://download.bitcoinabc.org/0.26.8/>
<https://download.bitcoinabc.org/0.26.9/>

This release includes the following features and fixes:
- Add a new RPC `getblockfrompeer` which permits requesting a specific block from
a specific peer manually. The intended use is acquisition of stale chaintips
for fork monitoring and research purposes.
- Add a new wallet RPC `restorewallet` to restore a wallet from a backup file
created with the `backupwallet` RPC.
- The `bytespersigop` option has been deprecated and the more accurate
`-bytespersigcheck` should be used instead.
- The `sigops` and `sigoplimit` fields of the `getblocktemplate` RPC are now
deprecated and the new `sigchecks` and `sigchecklimit` fields should be used
instead. The option `-deprecatedrpc=getblocktemplate_sigops` can be used to
print the legacy fields.
This is a maintenance release with no user-visible change.
18 changes: 18 additions & 0 deletions doc/release-notes/release-notes-0.26.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Bitcoin ABC 0.26.8 Release Notes

Bitcoin ABC version 0.26.8 is now available from:

<https://download.bitcoinabc.org/0.26.8/>

This release includes the following features and fixes:
- Add a new RPC `getblockfrompeer` which permits requesting a specific block from
a specific peer manually. The intended use is acquisition of stale chaintips
for fork monitoring and research purposes.
- Add a new wallet RPC `restorewallet` to restore a wallet from a backup file
created with the `backupwallet` RPC.
- The `bytespersigop` option has been deprecated and the more accurate
`-bytespersigcheck` should be used instead.
- The `sigops` and `sigoplimit` fields of the `getblocktemplate` RPC are now
deprecated and the new `sigchecks` and `sigchecklimit` fields should be used
instead. The option `-deprecatedrpc=getblocktemplate_sigops` can be used to
print the legacy fields.

0 comments on commit 245176b

Please sign in to comment.