Releases: hirosystems/ordinals-api
Releases · hirosystems/ordinals-api
v2.1.1-beta.2
v2.1.1-beta.1
v2.1.0
v2.1.0-beta.1
2.1.0-beta.1 (2024-01-04)
Features
v2.0.1
v2.0.1-beta.4
v2.0.1-beta.3
v2.0.1-beta.2
v2.0.1-beta.1
v2.0.0
2.0.0 (2023-11-21)
⚠ BREAKING CHANGES
- handle transfer types and consider them for BRC-20 indexing (#258)
Features
Bug Fixes
- address location counts (#273) (86efc3a)
- also remove null bytes in blessed inscriptions (7e8d412)
- batch size to 2000 (9cf9230)
- bump docker image (08688da)
- do not reject unbounded inscriptions that come in disorder (#264) (56e2235)
- guarantee gap detection is comparing numbers (0f3f51a)
- inscription count generation (13e1f16)
- keep block transfer index (#260) (0e33a64)
- only advance blessed number after gap detection (c8f3c81)
- only scan BRC-20 after its genesis height (#263) (6381760)
- only validate gaps for blessed numbers (#262) (29aaeda)
- reduce batching to 4500 (8fd770b)
- reduce brc-20 batch to 5k (2037647)
- reduce brc20 processing batch size to half (7079dc0)
- reduce chunk size to 3000 (9556148)
- reduce to 4000 chunk size (3373422)
- reject blocks that would create blessed inscription gaps (#259) (18cd028)
- remove null bytes before inserting inscriptions (#274) (cec3de0)
- try batch iterator generator (e2ed039)
- try returning brc20 batch to normal, use batchIterate everywhere (1d3a24b)