Releases: hirosystems/bitcoin-indexer
Releases · hirosystems/bitcoin-indexer
v3.0.0-beta.11
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
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.10
Bug Fixes
- api: multiple parent display (703f98f)
v3.0.0-beta.7
Bug Fixes
- kill process when a streamed block fails to index (#431) (84e189b)
v3.0.0-beta.6
Features
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.4
Bug Fixes
- brc20: add to_address index to operations table (#390) (67c6035)
v3.0.0-beta.3
⚠ 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
Bug Fixes
- roll back ordinals db changes when brc20 db commit fails (#367) (f4e0c79)