1.9.1
Pre-release
Pre-release
What's Changed
- main to dev by @eddort in #143
- feat(orc-413): remove lastRequestedValidatorIndex by @chasingrainbows in #142
- Feature/orc 409 tw ejector off chain changes by @chasingrainbows in #141
- Feature/orc 428 ejector check events public keys by @chasingrainbows in #144
- Feature/orc 431 ejector fix nethermind bug by @chasingrainbows in #145
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
- @chasingrainbows made their first contribution in #142