Skip to content

Releases: hirosystems/ordhook

v2.2.5

23 Jul 20:38
Compare
Choose a tag to compare

2.2.5 (2024-07-23)

Bug Fixes

  • abort scan on predicate action error (#345) (7ee763a)
  • validate and wait for bitcoind block height responses (#340) (b28b92e)

v2.2.4

26 Jun 18:18
Compare
Choose a tag to compare

2.2.4 (2024-06-26)

Bug Fixes

v2.2.3

26 Jun 16:42
Compare
Choose a tag to compare

2.2.3 (2024-06-26)

Bug Fixes

v2.2.2

18 Jun 22:11
Compare
Choose a tag to compare

2.2.2 (2024-06-18)

Bug Fixes

  • augment brc20 tx by tx_index (#315) (122bfdf)
  • retrieving block height from inscriptions db (6c9ea06)

v2.2.1

11 Jun 15:47
Compare
Choose a tag to compare

2.2.1 (2024-06-11)

Bug Fixes

  • base catchup on inscriptions db, vs blocks db (a76a037)
  • consider meta protocols when switching to stream (#311) (26d8ed9)
  • set is_streaming_blocks to false when scanning (#309) (b31f6bd)

v2.2.0

24 May 18:07
Compare
Choose a tag to compare

2.2.0 (2024-05-24)

Features

Bug Fixes

v2.1.0

12 Feb 16:25
Compare
Choose a tag to compare

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

v2.0.1

08 Jan 21:38
Compare
Choose a tag to compare

2.0.1 (2024-01-08)

Bug Fixes

  • replay + jubilee number increment (d5bf88f)

v2.0.0

05 Jan 04:58
Compare
Choose a tag to compare

✨ 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 and ord 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

v1.2.0

06 Dec 20:23
Compare
Choose a tag to compare

1.2.0 (2023-12-06)

Features

  • revisit observers handling (c6bd89e)

Bug Fixes