0.3.0 - 2019-11-25
Added
- Include explicit 3-clause BSD LICENSE.
- New
bitcoin_latest_block_weightandbitcoin_latest_block_heightmetrics using value from getblock. - Include my rudimentary dashboard.
Changed
- Update
bitcoin_latest_block_txsto use thenTxvalue returned by getblock instead oflen(tx). No observed change in value.
Removed
- Dead code cleanup (
find_bitcoin_cliandBITCOIN_CLI_PATH).