Skip to content

Releases: hirosystems/stacks-blockchain-api

v7.8.0-beta.4

16 Jan 17:47
Compare
Choose a tag to compare
v7.8.0-beta.4 Pre-release
Pre-release

7.8.0-beta.4 (2024-01-16)

Features

  • upgrade to node 20, use bookworm-slim image (#1832) (0a42109)

v7.7.2

16 Jan 16:24
Compare
Choose a tag to compare

7.7.2 (2024-01-16)

Bug Fixes

v7.8.0-beta.3

12 Jan 23:44
Compare
Choose a tag to compare
v7.8.0-beta.3 Pre-release
Pre-release

7.8.0-beta.3 (2024-01-12)

Bug Fixes

  • change all HASH indexes to BTREE to optimize writes (#1825) (234936b)

v7.8.0-beta.2

12 Jan 14:11
Compare
Choose a tag to compare
v7.8.0-beta.2 Pre-release
Pre-release

7.8.0-beta.2 (2024-01-12)

Bug Fixes

v7.8.0-beta.1

11 Jan 19:10
Compare
Choose a tag to compare
v7.8.0-beta.1 Pre-release
Pre-release

7.8.0-beta.1 (2024-01-11)

Features

  • run inserts in batch and in parallel when processing new block (#1818) (86dfdb5)

Bug Fixes

v7.7.1

11 Jan 14:17
Compare
Choose a tag to compare

7.7.1 (2024-01-11)

Bug Fixes

v7.7.0

10 Jan 16:43
Compare
Choose a tag to compare

7.7.0 (2024-01-10)

Features

  • remove reconcile mempool & debounce stats (#1815) (c5a7a8c)

v7.6.0

09 Jan 17:21
Compare
Choose a tag to compare

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 and order 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 and NakamotoCoinbase 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)

v7.6.0-nakamoto.3

09 Jan 16:13
Compare
Choose a tag to compare
v7.6.0-nakamoto.3 Pre-release
Pre-release

7.6.0-nakamoto.3 (2024-01-09)

Features

  • add order_by and order params to /extended/v1/tx/mempool (#1810) (2d45b2e)

v7.6.0-nakamoto.2

09 Jan 14:55
Compare
Choose a tag to compare
v7.6.0-nakamoto.2 Pre-release
Pre-release

7.6.0-nakamoto.2 (2024-01-09)

Features

  • support tenure_change in tx type filter queries (#1808) (0831393)

Bug Fixes

  • docs: URL query arrays should be formatted with form rather than comma-separated (#1807) (e184fb5)
  • support comma-separated strings in array query params (#1809) (c9a4df8)