Releases: hirosystems/stacks-blockchain-api
Releases · hirosystems/stacks-blockchain-api
v7.8.0-beta.4
v7.7.2
v7.8.0-beta.3
7.8.0-beta.3 (2024-01-12)
Bug Fixes
v7.8.0-beta.2
v7.8.0-beta.1
v7.7.1
v7.7.0
v7.6.0
7.6.0 (2024-01-09)
Features
GET /extended/v1/burn_block
(#1766) (cb38b68)- add
/extended/v2/blocks/:height_or_hash
(#1774) (e532a5e) - add
/extended/v2/blocks
endpoint with burn block filters (#1769) (ceb7be0) - add
order_by
andorder
params to/extended/v1/tx/mempool
(#1810) (2d45b2e) - add
tx_count
property to/extended/v2/blocks
(#1778) (da4cd56) - create
/extended/v2/burn-blocks/:height_or_hash/blocks
endpoint (#1782) (20466a1) - disable rosetta via an ENV var (#1804) (2d2aee3)
- event-replay optimizations (#1694) (cb658a9)
- ingestion for
TenureChange
andNakamotoCoinbase
tx types (#1753) (7c45f53) - pox-4 support (#1754) (285806f)
- support tenure_change in tx type filter queries (#1808) (0831393)
- update to latest TenureChange tx payload (#1767) (2afb65c)
Bug Fixes
- allow contract-principals in
/extended/v1/address/:principal/mempool
endpoint #1685 (#1704) (163b76a) - convert
chain_tip
materialized view into a table (#1751) (04b71cc) - do not load duckdb binary unless required (#1776) (db859ae)
- docs: URL query arrays should be formatted with
form
rather than comma-separated (#1807) (e184fb5) - handle
Problematic
status in/drop_mempool_tx
event (#1790) (ce9b38f) - import statement in replay controller (7a10cd8)
- insert block transaction data in batches (#1760) (bf99e90)
- move
/extended/v1/burn_block
to/extended/v2/burn-blocks
(#1772) (bf2ef0a) - optimize mempool transaction reads and writes (#1781) (3a02f57)
- remove deprecated token endpoints (#1775) (18f74b7)
- support comma-separated strings in array query params (#1809) (c9a4df8)
- upgrade semver package to fix ReDoS vulnerability (6b1605b)
- vercel preview builds (#1783) (d36b1c2)