Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

54 lines (33 loc) · 1.65 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Improved epoch closure procedure (avoids edge case that can lead to skipping L1 blocks)
  • Added CI e2e tests with local environment using espresso-dev-node

Added

  • CI binaries generation for multiple platforms

Changed

  • Fixed epoch closure procedure
  • Fixed startup policy when there is no record of the last processed espresso block
  • Default URI endpoint updated to 0.0.0.0:8080

Changed

  • Binary generation in CI now supporting multiple platforms

Changed

  • Adapt to new node version (2025-01-28)
  • Safer parsing of EIP-712 structures

Added

  • Initial EspressoReader implementation