Skip to content

Releases: hirosystems/stacks-blockchain-api

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)

v7.6.0-nakamoto.1

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

7.6.0-nakamoto.1 (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 tx_count property to /extended/v2/blocks (#1778) (da4cd56)
  • add dataset store (4211328)
  • add step to compile duckdb for Alpine image (0f40e14)
  • better handling of raw events insertion (bb70ca9)
  • create /extended/v2/burn-blocks/:height_or_hash/blocks endpoint (#1782) (20466a1)
  • disable rosetta via an ENV var (#1804) (2d2aee3)
  • event-replay new_block events handling (1708b42)
  • event-replay new_burn_block events handling (6c0f448)
  • event-replay raw events handling (81f43cf)
  • event-replay remainder events handling (3ede07f)
  • event-replay supporting parallel insertions (f33ecee)
  • events folder as environment var (701bd1a)
  • ingestion for TenureChange and NakamotoCoinbase tx types (#1753) (7c45f53)
  • parallel processing using node cluster (d02a7e8)
  • pox-4 support (#1754) (285806f)
  • processing raw events in parallel (7a6f241)
  • update to latest TenureChange tx payload (#1767) (2afb65c)

Bug Fixes

  • add token offering (8ef039e)
  • allow contract-principals in /extended/v1/address/:principal/mempool endpoint #1685 (#1704) (163b76a)
  • better args handlling (c77ac57)
  • better path handling for workers (1bd8f17)
  • changed processing order (62a12bd)
  • convert chain_tip materialized view into a table (#1751) (04b71cc)
  • do not load duckdb binary unless required (#1776) (db859ae)
  • flaky test (484d2ea)
  • flaky test (65175f5)
  • handle Problematic status in /drop_mempool_tx event (#1790) (ce9b38f)
  • import statement in replay controller (7a10cd8)
  • insert block transaction data in batches (#1760) (bf99e90)
  • lint (01589ea)
  • lint (82eadcb)
  • lint (8c67ae5)
  • move /extended/v1/burn_block to /extended/v2/burn-blocks (#1772) (bf2ef0a)
  • on attachments_new events processing (0707313)
  • optimize mempool transaction reads and writes (#1781) (3a02f57)
  • re-enable indexes when finishing the replay (fc379eb)
  • remove dangling promise (62a48ae)
  • remove deprecated token endpoints (#1775) (18f74b7)
  • revert configurable DB index type (86154b2)
  • upgrade semver package to fix ReDoS vulnerability (6b1605b)
  • vercel preview builds (#1783) (d36b1c2)

v7.4.0-nakamoto.12

08 Jan 18:19
Compare
Choose a tag to compare
v7.4.0-nakamoto.12 Pre-release
Pre-release

7.4.0-nakamoto.12 (2024-01-08)

Features

v7.5.0

05 Jan 18:25
Compare
Choose a tag to compare

7.5.0 (2024-01-05)

Features

  • add listener callback to socket-io client subscription functions (#1799) (5634522)

Bug Fixes

  • socket-io client should not disconnect with no event reply (#1800) (d596fd5)

v7.5.0-beta.2

05 Jan 17:07
Compare
Choose a tag to compare
v7.5.0-beta.2 Pre-release
Pre-release

7.5.0-beta.2 (2024-01-05)

Bug Fixes

  • socket-io client should not disconnect with no event reply (#1800) (d596fd5)

v7.5.0-beta.1

05 Jan 15:48
Compare
Choose a tag to compare
v7.5.0-beta.1 Pre-release
Pre-release

7.5.0-beta.1 (2024-01-05)

Features

  • add listener callback to socket-io client subscription functions (#1799) (5634522)

v7.4.0

04 Jan 18:42
Compare
Choose a tag to compare

7.4.0 (2024-01-04)

Features

Bug Fixes

  • convert chain_tip materialized view into a table (#1789) (0211932), closes #1751
  • optimize mempool transaction reads and writes (#1781) (#1792) (2700642)
  • release pino logger and mempool nonces (16d3593)
  • update client code, fix mempool fee return type (#1797) (9853e29)

v7.4.0-beta.2

04 Jan 17:26
Compare
Choose a tag to compare
v7.4.0-beta.2 Pre-release
Pre-release

7.4.0-beta.2 (2024-01-04)

Bug Fixes

  • update client code, fix mempool fee return type (#1797) (9853e29)

v7.4.0-nakamoto.11

03 Jan 15:26
Compare
Choose a tag to compare
v7.4.0-nakamoto.11 Pre-release
Pre-release

7.4.0-nakamoto.11 (2024-01-03)

Features

  • create /extended/v2/burn-blocks/:height_or_hash/blocks endpoint (#1782) (20466a1)

Bug Fixes

  • optimize mempool transaction reads and writes (#1781) (3a02f57)

v7.4.0-beta.1

03 Jan 21:00
Compare
Choose a tag to compare
v7.4.0-beta.1 Pre-release
Pre-release

7.4.0-beta.1 (2024-01-03)

Features

Bug Fixes