Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13711308
D17066.id50633.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
D17066.id50633.diff
View Options
diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
)
project(bitcoin-abc
- VERSION 0.30.3
+ VERSION 0.30.4
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
--- a/contrib/aur/bitcoin-abc-qt/PKGBUILD
+++ b/contrib/aur/bitcoin-abc-qt/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest@mac.com>
pkgname=bitcoin-abc-qt
-pkgver=0.30.3
+pkgver=0.30.4
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
--- a/contrib/aur/bitcoin-abc/PKGBUILD
+++ b/contrib/aur/bitcoin-abc/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest@mac.com>
pkgname=bitcoin-abc
-pkgver=0.30.3
+pkgver=0.30.4
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
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -1,31 +1,7 @@
-# Bitcoin ABC 0.30.3 Release Notes
+# Bitcoin ABC 0.30.4 Release Notes
-Bitcoin ABC version 0.30.3 is now available from:
+Bitcoin ABC version 0.30.4 is now available from:
- <https://download.bitcoinabc.org/0.30.3/>
+ <https://download.bitcoinabc.org/0.30.4/>
-This release includes the following features and fixes:
- - Several minor Chronik bugs have been fixed that could return wrong data for
- some SLP type 2 mint transactions, or store extraneous content to the
- database. It is advised to upgrade if you are affected by these issues on
- your current chronik instance. No reindex is required but the first start
- will upgrade the database automatically which will take about 15 minutes.
-
-Iguana Debugger
----------------
-
-This release adds the Iguana debugger, a simple tool that runs the scripts of
-transactions and outputs a trace of each opcode with the current stack at each
-step. It also has a CSV option to view the trace in a spreadsheet software.
-
-You can run it like this:
-`iguana -tx=<txhex> -value=<value> -scriptpubkey=<scriptpubkey> -inputindex=0`
-
-Or run `iguana -h` to see all the options.
-
-Deprecating ARM (32 bits)
--------------------------
-
-Starting with this release, the Bitcoin ABC ARM (32 bits) version is deprecated.
-It will no longer be delivered with the release binaries. Users that still want
-to run Bitcoin ABC on this platform should build the binary from the sources.
+This is a maintenance release with no user-visible change.
diff --git a/doc/release-notes.md b/doc/release-notes/release-notes-0.30.3.md
copy from doc/release-notes.md
copy to doc/release-notes/release-notes-0.30.3.md
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 11:30 (16 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5568579
Default Alt Text
D17066.id50633.diff (2 KB)
Attached To
D17066: Bump version to 0.30.4
Event Timeline
Log In to Comment