Skip to content

Commit

Permalink
Bump version to 0.30.1
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/D16880
  • Loading branch information
Fabcien committed Oct 10, 2024
1 parent 5a3dd81 commit 3b26649
Show file tree
Hide file tree
Showing 5 changed files with 26 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.30.0
VERSION 0.30.1
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.30.0
pkgver=0.30.1
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.30.0
pkgver=0.30.1
pkgrel=0
pkgdesc="Bitcoin ABC with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli"
arch=('i686' 'x86_64')
Expand Down
20 changes: 5 additions & 15 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
# Bitcoin ABC 0.30.0 Release Notes
# Bitcoin ABC 0.30.1 Release Notes

Bitcoin ABC version 0.30.0 is now available from:
Bitcoin ABC version 0.30.1 is now available from:

<https://download.bitcoinabc.org/0.30.0/>
<https://download.bitcoinabc.org/0.30.1/>

Network upgrade
---------------

At the MTP time of `1731672000` (November 15, 2024 12:00:00 UTC), the following
changes will be activated:
- Bump automatic replay protection to the next upgrade, timestamp `1747310400`
(May 15, 2025 12:00:00 UTC).
- Real time targeting, also known as the Heartbeat feature, will be enforced on
the eCash network. This makes it more difficult to mine blocks faster than
the expected 10 minutes average, preventing large bumps in difficulty that
can lead to inconsistent block intervals. Miners need to update their setup
according to the instructions from the [eCash website](https://e.cash/mining).
This release fixes a bug that could potentially cause a crash of the node.
All node operators should upgrade their node to avoid the issue.
18 changes: 18 additions & 0 deletions doc/release-notes/release-notes-0.30.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Bitcoin ABC 0.30.0 Release Notes

Bitcoin ABC version 0.30.0 is now available from:

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

Network upgrade
---------------

At the MTP time of `1731672000` (November 15, 2024 12:00:00 UTC), the following
changes will be activated:
- Bump automatic replay protection to the next upgrade, timestamp `1747310400`
(May 15, 2025 12:00:00 UTC).
- Real time targeting, also known as the Heartbeat feature, will be enforced on
the eCash network. This makes it more difficult to mine blocks faster than
the expected 10 minutes average, preventing large bumps in difficulty that
can lead to inconsistent block intervals. Miners need to update their setup
according to the instructions from the [eCash website](https://e.cash/mining).

0 comments on commit 3b26649

Please sign in to comment.