[README] Bump version to v0.3.1

master
Daniel Edgecumbe 7 years ago
parent 09a1d52b7f
commit 8420fee4aa

@ -1,4 +1,4 @@
# bitcoind-ncurses2 v0.3.0 # bitcoind-ncurses2 v0.3.1
Python ncurses front-end for bitcoind. Uses the JSON-RPC API. Python ncurses front-end for bitcoind. Uses the JSON-RPC API.
@ -17,6 +17,7 @@ Python ncurses front-end for bitcoind. Uses the JSON-RPC API.
* Current block information: hash, height, fees, timestamp, age, diff, ... * Current block information: hash, height, fees, timestamp, age, diff, ...
* Basic block explorer with fast seeking, no external DB required * Basic block explorer with fast seeking, no external DB required
* Basic transaction viewer with fast seeking, best with -txindex=1 * Basic transaction viewer with fast seeking, best with -txindex=1
* Ability to query blocks by hash, height; transactions by txid
* Wallet transaction and balance viewer * Wallet transaction and balance viewer
* Charting network monitor * Charting network monitor
* Peer/connection information * Peer/connection information

@ -2,7 +2,7 @@
# Distributed under the MIT software license, see the accompanying # Distributed under the MIT software license, see the accompanying
# file COPYING or https://opensource.org/licenses/mit-license.php # file COPYING or https://opensource.org/licenses/mit-license.php
VERSION_STRING = "bitcoind-ncurses v0.3.0" VERSION_STRING = "bitcoind-ncurses v0.3.1"
MODES = ["monitor", "peers", "wallet", "block", "transaction", "console", "net"] MODES = ["monitor", "peers", "wallet", "block", "transaction", "console", "net"]
DEFAULT_MODE = "monitor" DEFAULT_MODE = "monitor"

Loading…
Cancel
Save