Releases: hirosystems/bitcoin-indexer
Releases · hirosystems/bitcoin-indexer
v3.0.0-beta.1
3.0.0-beta.1 (2024-09-20)
⚠ BREAKING CHANGES
- support brc20 activity on scan blocks command (#350)
- keep original deployed ticker for brc20 tokens (#349)
Features
- add prometheus monitoring (#356) (f35e1d0)
- keep original deployed ticker for brc20 tokens (#349) (39774a9)
- 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
v2.2.5
v2.2.4
v2.2.3
v2.2.2
v2.2.1
v2.2.0
v2.1.0
2.1.0 (2024-02-12)
Features
- confirm before deleting blocks (a5fee25)
- display git-commit (3256427)
- extract additional data (4141fd6)
- improve queue management (d57ac75)
- improve transfers handling (21ce9ca)
- introduce stream-indexing flag (9c9e2a5)
- locations are now ordinal_number centric (instead of inscription_id) (d667958)
- migrate to tcmalloc (7d048a3)
- revisit config files (1c80b67)
Bug Fixes
- add unicity constraints, cascade changes (4b81d1e)
- additional adjustments on pointers (faacfc5)
- consider end_block when scanning (2feb512)
- git-commit ENV (203cfa3)
- handle inscription pointers (3ce1932)
- imitate overflow behavior (306f850)
- jubilee block transition (d1b995b)
- jubilee increment (4222d46)
- observers.sqlite code path missing (5076275)
- ordinal_number data type (0b54537)
- pointer ignored (2db6f1f)
- satoshis computations duplicates (22eb729)
- simulate ord numbering bug (5828f82)
- tests (869b17e)
- transfer duplicates (0416cd8)
- transfer offset (1c3a5dd)
- transfer tracking (8098673)
- typo (eca79f0)
v2.0.1
v2.0.0
✨ Features
- Implement support for Jubilee (#207). Note: the schema of the payloads being pushed is slightly evolving.
- Introduce
--check-blocks-integrity
flag for repairing interrupted initial ingestion (#210)
🐞 Bug fixes
ordhook
andord
cursed sequence are now fully aligned (#129, #181, #202)- Backward traversal edge case, miscalculating ordinal number of inscription
29759ec49d0a29ef5000a0ca5eeb1b46c4134e8365acb345d54e6d68edd96abei0
(#229) - Tweaking ulimit settings
🏎️ Optimizations
- This version is coming with a good amount of speed optimisations, at the storage level.
Warning
This version is not compatible with the states produced by prior versions or ordhook. A new state must be re-computed from scratch (rocksdb + sqlite)
Contributors ShoutOut
@GuutBoy
@bruffstar
@rafaelcr
@314159265359879
@taoyouxian
@MikaelBTC
@omahs
@ordinariusprof
@CharlieC3
@aravindgee
@deantchi