Skip to content

Releases: hirosystems/bitcoin-indexer

v3.0.0-beta.11

25 Feb 16:36
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
v3.0.0-beta.5 Pre-release
Pre-release

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

Bug Fixes

v3.0.0-beta.4

28 Jan 16:56
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release

3.0.0-beta.4 (2025-01-28)

Bug Fixes

  • brc20: add to_address index to operations table (#390) (67c6035)

v3.0.0-beta.3

14 Jan 18:38
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

3.0.0-beta.3 (2025-01-14)

⚠ BREAKING CHANGES

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

Code Refactoring

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

v3.0.0-beta.2

24 Sep 00:16
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

3.0.0-beta.2 (2024-09-24)

Bug Fixes

  • roll back ordinals db changes when brc20 db commit fails (#367) (f4e0c79)