2021-05-30 09:47:43 -04:00
This changelog specifically tracks changes to the Public API available at `/api` and is maintained separately from the app CHANGELOG such that it can properly adhere to semantic versioning.
2023-12-29 13:53:49 -05:00
##### v2.1.0
###### Unreleased
* Changed `/api/mempool/fees` to include more details pertaining to `nextBlock` (nextBlock.smart is where the previous "nextBlock" scalar value used to be)
2023-04-05 16:56:40 -04:00
##### v2.0.0
2023-06-14 11:38:04 -04:00
###### 2023-06-14
2022-05-17 15:30:40 -04:00
2023-04-05 16:56:40 -04:00
* BREAKING: All actions now return JSON content
* Added:
* `/api/blocks/tip` (replaces `/api/blocks/tip/hash` and `/api/blocks/tip/height` )
* `/api/xyzpub/txids/$XPUB`
* `/api/xyzpub/addresses/$XPUB`
* `/api/block/header/$HEIGHT`
* `/api/block/header/$HASH`
* `/api/blockchain/next-halving`
* `/api/holidays/all`
* `/api/holidays/today`
* `/api/holidays/$DAY`
* `/api/tx/volume/24h`
* `/api/price/marketcap` (replaces `/api/price/$CURRENCY/marketcap` )
* `/api/price/sats` (replaces `/api/price/$CURRENCY/sats` )
* Changed output:
* `/api/tx/$TXID`
* Added result.vin[i].scriptSig.address
* Added result.vin[i].scriptSig.type
* Added result.fee, including result.fee.amount and result.fee.unit
* Added result.fun, when applicable, which includes special details about the tx
* `/api/price[/...]`
* Return values exclude thousands separators by default; they can be added with "?format=true"
* Changed path:
* `/api/util/xyzpub/$XPUB` -> `/api/xyzpub/$XPUB` (auto-redirect included)
* Removed:
* `/api/blocks/tip/hash` (see `/api/blocks/tip` )
* `/api/blocks/tip/height` (see `/api/blocks/tip` )
* `/api/mempool/count` (see "size" field in output from `/api/mempool/summary` )
* `/api/price/$CURRENCY/marketcap` (see individual fields in output from `/api/price/marketcap` )
* `/api/price/$CURRENCY/sats` (see individual fields in output from `/api/price/sats` )
2022-05-17 15:30:40 -04:00
2021-12-07 14:09:40 -05:00
##### v1.1.0
###### 2021-12-07
2021-09-30 14:42:58 -04:00
2023-04-05 16:56:40 -04:00
* Added:
* `/api/blockchain/utxo-set`
* `/api/address/$ADDRESS`
* `/api/mining/next-block`
* `/api/mining/next-block/txids`
* `/api/mining/next-block/includes/$TXID`
* `/api/mining/miner-summary`
2021-09-30 14:42:58 -04:00
2021-12-07 14:09:40 -05:00
##### v1.0.0
2021-08-10 13:18:46 -04:00
###### 2021-08-10
2021-05-30 09:47:43 -04:00
* Initial release