Skip to content

Latest commit

 

History

History
229 lines (143 loc) · 21 KB

CHANGELOG.md

File metadata and controls

229 lines (143 loc) · 21 KB

1.7.0 (2024-07-05)

New Features

  • predicate validation (#611)
  • improve chainhook-sdk interface (#608)

Bug Fixes

  • allow aborting a predicate scan (#601)

CI

  • add snapcraft.yaml (#607) - releases are now available on the snap store!
  • winget pkg version bump (#606) - releases are now available on winget!

1.6.2 (2024-06-06)

Bug Fixes

  • use stacks_node_rpc_url from config (#579)
  • print to console for unknown cli commands (#595)

CI

  • revamp ci (#594) - This PR adds builds to our Releases page for Windows, Linux, and MacOS!

1.6.1 (2024-05-15)

Bug Fixes

1.6.0 (2024-05-09)

Features

  • add Bitcoin transaction index to typescript client (#568) (6f7eba4)

Bug Fixes

  • add stacks event position to ts client (#575) (3c48eeb)
  • add starting stacks height for prometheus metrics (#567) (6a8c086)
  • make bitcoin payload serialization deserializable (#569) (5f20a86)
  • set Interrupted status for streaming predicates that fail (#574) (11bde53), closes #523
  • shut down observer on bitcoin block download failure (#573) (f3530b7), closes #572

1.5.1 (2024-04-12)

Bug Fixes

  • correctly track bitcoin block append metrics; add additional metrics (#563) (f85ac9e), closes #562

1.5.0 (2024-04-06)

Features

Bug Fixes

  • build error (03b3938)
  • log errors on block download failure; implement max retries (#503) (3bfb0e1)
  • metrics: update latest ingested block on reorg (#515) (823713a)
  • order and filter blocks used to seed forking block pool (#534) (a2865b7)
  • revisit 7+ blocks reorg handling (#553) (184fd07)
  • seed forking handler with unconfirmed blocks to improve startup stability (#505) (b77aca2), closes #487
  • skip db consolidation if no new dataset was downloaded (#513) (b1469a6)
  • update scan status for non-triggering predicates (#511) (32cdfee), closes #498

1.4.1 (2024-04-02)

Bug Fixes

  • limit scope of stacks_rw_db usage to free lock (#543) (0c287ca)
  • resolve dependencies (#548) (86334f4)
  • return unsupported kind for PoisonMicroblock (#545) (123ec9d)

1.4.0 (2024-03-27)

Features

  • detect http / rpc errors as early as possible (ad78669)
  • use stacks.rocksdb for predicate scan (#514) (a4f1663), closes #513 #485

Bug Fixes

1.3.1 (2024-02-14)

Bug Fixes

1.3.0 (2024-02-08)

Features

Bug Fixes

  • adjust ordinal_number entry in ts client inscription transfer event, add new reveal data (#476) (28bf5c4)
  • remove early return for event evaluation (#484) (98f9e86), closes #469
  • remove unreachable panic; return instead (#490) (abe0fd5)
  • use cli feature for cargo chainhook-install (#486) (32f4d4e)
  • validate predicate start_block and end_block (#489) (e70025b), closes #477 #464

1.2.1 (2024-01-30)

Bug Fixes

  • reduce memory usage in archive file ingestion (#480) (83af58b)

1.2.0 (2024-01-25)

Features

  • add bad request support (7abe4f6)
  • add inscription transfer destination schema (526de7a)
  • add jubilee support for inscription_revealed schemas (#470) (823f430)
  • add Wallet Descriptor Support for Transaction Indexing (959da29)
  • broadcast ObserverEvent::BitcoinPredicateTriggered on successful requests (6407e2c)
  • broadcast ObserverEvent::BitcoinPredicateTriggered on successful requests (a6164ea)
  • introduce signet mode (549c775)

Bug Fixes

  • address review (687e2ae)
  • broken tests (0e6359e)
  • broken tests (7a0209b)
  • buffer decoding of archive file to reduce memory usage (#450) (f1b89f7), closes #401
  • build error (88f597e)
  • enable default features for hiro-system-kit (867424a)
  • skip empty chunks when decoding gz (b4ce82f)
  • stacks-indexer: prevent subtract with overflow (#449) (d8d9979)
  • update ordhook URLs on typescript client (9462ae3)
  • warnings (126d049)

1.1.1 (2023-10-11)

Bug Fixes

1.1.0 (2023-10-10)

Features

Bug Fixes

1.4.0 (2023-01-23)

New Features
  • Polish LSP completion capability (4cc24ed3, 16db8dd4, 905e5433, 9ffdad0f, d3a27933, cad54358, 439c4933)
  • Upgrade clarity vm (fefdd1e0)
  • Upgrade stacks-node next image (492804bb)
  • Expose stacks-node settings wait_time_for_microblocks, first_attempt_time_ms, subsequent_attempt_time_ms in Devnet config file
  • Improve Epoch 2.1 deployments handling
  • Improve stacks-devnet-js stability
Documentation
  • Updated documentation to set clarity version of contract (b124d96f)

1.3.1 (2023-01-03)

New Features

Bug Fixes