December 13rd, 2024
This release addresses an issue with pull-mode event collection. The functionality has been enhanced to accurately retrieve events from finalized_block_events
, ensuring more reliable event processing.
IMPROVEMENTS
- Relayer Library
- Collect events from
finalized_block_events
when usingpull
mode
(#4263)
- Collect events from
- Integration Test Framework
- Update the version of Juno running the integration tests in the CI from
v24.0.0
tov25.0.0
(#4203)
- Update the version of Juno running the integration tests in the CI from