diff --git a/CMakeLists.txt b/CMakeLists.txt index a09dc9cf94..1744279493 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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" ) diff --git a/contrib/aur/bitcoin-abc-qt/PKGBUILD b/contrib/aur/bitcoin-abc-qt/PKGBUILD index 553299a092..2b36650650 100644 --- a/contrib/aur/bitcoin-abc-qt/PKGBUILD +++ b/contrib/aur/bitcoin-abc-qt/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Josh Ellithorpe 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') diff --git a/contrib/aur/bitcoin-abc/PKGBUILD b/contrib/aur/bitcoin-abc/PKGBUILD index 2729f22ae5..decdbb702f 100644 --- a/contrib/aur/bitcoin-abc/PKGBUILD +++ b/contrib/aur/bitcoin-abc/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Josh Ellithorpe 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') diff --git a/doc/release-notes.md b/doc/release-notes.md index 53f2539ea0..013eb177a3 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -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: - + -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. diff --git a/doc/release-notes/release-notes-0.30.0.md b/doc/release-notes/release-notes-0.30.0.md new file mode 100644 index 0000000000..53f2539ea0 --- /dev/null +++ b/doc/release-notes/release-notes-0.30.0.md @@ -0,0 +1,18 @@ +# Bitcoin ABC 0.30.0 Release Notes + +Bitcoin ABC version 0.30.0 is now available from: + + + +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).