Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.32 KB

File metadata and controls

26 lines (18 loc) · 1.32 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

Unreleased

0.2.0

Added

  • Added createdAt timestamp to block, batch and settlement models.#502
  • Added missing block detection and recovery in the indexer.#488
  • @dependencyFactory for static dependency factory type safety
  • Added Mempool sorting #395
  • Introduced dynamic block building and JIT transaction fetching #394
  • Introduced block explorer #381
  • Added CircuitAnalysisModule for easy analysis of protocol circuits #379
  • Separated settlement and bridging functionally, so now settlement can be used without bridging #376
  • Added nightly releases via pkg.pr.new #384
  • Introduced Changelog #378

Removed

  • Removed tick event on BlockTrigger #417