Skip to content

Releases: hirosystems/bitcoin-indexer

v3.0.2

16 Jul 20:34

Choose a tag to compare

3.0.2 (2025-07-16)

Bug Fixes

  • runes: add balance_changes table index to optimize balance inserts (#553) (c9164aa)

v3.0.1

20 Mar 15:43

Choose a tag to compare

3.0.1 (2025-03-20)

Bug Fixes

  • brc20: ignore utf8 encoded null bytes (#507) (9d7eb84)

v3.0.0

06 Mar 15:11

Choose a tag to compare

3.0.0 (2025-03-06)

⚠ BREAKING CHANGES

  • store inscription data in postgres instead of sqlite (#375)
  • support brc20 activity on scan blocks command (#350)
  • keep original deployed ticker for brc20 tokens (#349)

Features

  • add prometheus monitoring (#356) (f35e1d0)
  • api: add parent_refs field to inscription responses (#436) (5630644)
  • api: return inscription charms in responses (#435) (a7073da)
  • index inscription charms (#433) (4291eab)
  • keep original deployed ticker for brc20 tokens (#349) (39774a9)
  • migrate ordinals api to ordhook repo (#389) (205b4c8)
  • runes: add runes api to codebase (#449) (da5596a)
  • runes: add runes indexer (#453) (fd2a849)
  • support a separate storage directory for observers.sqlite (#354) (7a65fdf)
  • support brc20 activity on scan blocks command (#350) (caacff7)
  • wait for bitcoind to be at chain tip before starting service (#364) (d4b67bb)

Bug Fixes

  • also check config when looking for brc20 db connection (#347) (d80388b)
  • api: multiple parent display (703f98f)
  • api: show delegate inscription id correctly (#439) (d4ee264)
  • brc20: add to_address index to operations table (#390) (67c6035)
  • brc20: historical token balance (#444) (41438ac)
  • brc20: verify ordinal transfers in chunks instead of individually (#394) (fe842e2)
  • calculate charms correctly when inscription is unbound (#440) (acfda83)
  • clean up rocksdb connections during rollbacks (#420) (216cd52)
  • display unbound inscription satpoints as all zeros with unbound sequence as offset (#445) (6815878)
  • kill process when a streamed block fails to index (#431) (84e189b)
  • only create brc-20 db connection and cache if required (#357) (5692426)
  • ordinals: track multiple sat transfers in the same block correctly (#460) (b611ff3)
  • remove double parsing of inscriptions (#421) (19c8a79)
  • roll back ordinals db changes when brc20 db commit fails (#367) (f4e0c79)
  • store inscription content as is (#391) (3f10607)
  • upgrade ord dependencies and integrate chainhook-sdk code (#397) (fcffa7e), closes #412

Code Refactoring

  • store inscription data in postgres instead of sqlite (#375) (4afb201)

v3.0.0-beta.11

25 Feb 16:36

Choose a tag to compare

v3.0.0-beta.11 Pre-release
Pre-release

3.0.0-beta.11 (2025-02-25)

Bug Fixes

  • brc20: historical token balance (#444) (41438ac)
  • display unbound inscription satpoints as all zeros with unbound sequence as offset (#445) (6815878)

v3.0.0-beta.9

18 Feb 20:43

Choose a tag to compare

v3.0.0-beta.9 Pre-release
Pre-release

3.0.0-beta.9 (2025-02-18)

Features

  • api: add parent_refs field to inscription responses (#436) (5630644)

Bug Fixes

  • api: show delegate inscription id correctly (#439) (d4ee264)
  • calculate charms correctly when inscription is unbound (#440) (acfda83)

v3.0.0-beta.8

18 Feb 17:48

Choose a tag to compare

v3.0.0-beta.8 Pre-release
Pre-release

3.0.0-beta.8 (2025-02-18)

Features

v3.0.0-beta.10

18 Feb 22:17

Choose a tag to compare

v3.0.0-beta.10 Pre-release
Pre-release

3.0.0-beta.10 (2025-02-18)

Bug Fixes

  • api: multiple parent display (703f98f)

v3.0.0-beta.7

16 Feb 00:31

Choose a tag to compare

v3.0.0-beta.7 Pre-release
Pre-release

3.0.0-beta.7 (2025-02-16)

Bug Fixes

  • kill process when a streamed block fails to index (#431) (84e189b)

v3.0.0-beta.6

13 Feb 19:19

Choose a tag to compare

v3.0.0-beta.6 Pre-release
Pre-release

3.0.0-beta.6 (2025-02-13)

Features

  • migrate ordinals api to ordhook repo (#389) (205b4c8)

Bug Fixes

  • brc20: verify ordinal transfers in chunks instead of individually (#394) (fe842e2)
  • clean up rocksdb connections during rollbacks (#420) (216cd52)
  • remove double parsing of inscriptions (#421) (19c8a79)
  • upgrade ord dependencies and integrate chainhook-sdk code (#397) (fcffa7e), closes #412

v3.0.0-beta.5

29 Jan 16:56

Choose a tag to compare

v3.0.0-beta.5 Pre-release
Pre-release

3.0.0-beta.5 (2025-01-29)

Bug Fixes