Skip to content

1.9.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@eddort eddort released this 23 Jun 15:03
68b16c2

What's Changed

This version supports new features introduced with the TW release, including:

  • Whitelisting transactions by passing a list of transaction hashes via environment variables.
  • Whitelisting trusted Easy Track actors by passing their addresses via environment variables.
  • Enabling trust mode for local nodes (not remote) to simplify operations and skip node-related operational concerns.
  • Added events pubkeys checking on Consensus Layer (CL).
  • Reduced the amount of CL requests by implementing batching.
  • Fixed incorrect validation of payload from the Nethermind execution layer (#93).

Full Changelog: 1.8.0...1.9.1

New Contributors