Skip to content

Releases: hirosystems/ordinals-api

v2.1.1-beta.2

09 Jan 21:27
Compare
Choose a tag to compare
v2.1.1-beta.2 Pre-release
Pre-release

2.1.1-beta.2 (2024-01-09)

Bug Fixes

  • optimize BRC-20 activity count by ticker (#289) (0a7648e)

v2.1.1-beta.1

05 Jan 19:06
Compare
Choose a tag to compare
v2.1.1-beta.1 Pre-release
Pre-release

2.1.1-beta.1 (2024-01-05)

Bug Fixes

  • remove problematic migration (a82d078)

v2.1.0

04 Jan 20:54
Compare
Choose a tag to compare

2.1.0 (2024-01-04)

Features

  • support ordinals jubilee, ignore classic cursed inscriptions for BRC-20 (#286) (fde705c)

v2.1.0-beta.1

04 Jan 15:39
Compare
Choose a tag to compare
v2.1.0-beta.1 Pre-release
Pre-release

2.1.0-beta.1 (2024-01-04)

Features

  • support ordinals jubilee, ignore classic cursed inscriptions for BRC-20 (#286) (fde705c)

v2.0.1

05 Dec 15:33
Compare
Choose a tag to compare

2.0.1 (2023-12-05)

Bug Fixes

  • add ENV to toggle inscription gap detection (56ab283)
  • optimize block rollback logic for re-orgs (#279) (293c323)
  • select only the first inscription id match (106368e)
  • upgrade chainhook client to v1.4.2 (#277) (67ba3d4)

v2.0.1-beta.4

05 Dec 15:25
Compare
Choose a tag to compare
v2.0.1-beta.4 Pre-release
Pre-release

2.0.1-beta.4 (2023-12-05)

Bug Fixes

  • optimize block rollback logic for re-orgs (#279) (293c323)

v2.0.1-beta.3

29 Nov 17:03
Compare
Choose a tag to compare
v2.0.1-beta.3 Pre-release
Pre-release

2.0.1-beta.3 (2023-11-29)

Bug Fixes

v2.0.1-beta.2

23 Nov 07:52
Compare
Choose a tag to compare
v2.0.1-beta.2 Pre-release
Pre-release

2.0.1-beta.2 (2023-11-23)

Bug Fixes

  • select only the first inscription id match (106368e)

v2.0.1-beta.1

23 Nov 07:31
Compare
Choose a tag to compare
v2.0.1-beta.1 Pre-release
Pre-release

2.0.1-beta.1 (2023-11-23)

Bug Fixes

  • add ENV to toggle inscription gap detection (56ab283)

v2.0.0

21 Nov 18:32
Compare
Choose a tag to compare

2.0.0 (2023-11-21)

⚠ BREAKING CHANGES

  • handle transfer types and consider them for BRC-20 indexing (#258)

Features

  • handle transfer types and consider them for BRC-20 indexing (#258) (7b83761)

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)