Skip to content

v0.41.5

Compare
Choose a tag to compare
@AurelienFT AurelienFT released this 03 Feb 22:53
· 13 commits to master since this release
ea46e9f

Version 0.41.5

Warning

This release has a bug while executing the LDC and CCP opcodes. It has been patched in v0.41.6, please use that version.

Changed

  • 2387: Update description tx-max-depth flag.
  • 2630: Removed some noisy tracing::info! logs
  • 2643: Before this fix when tip is zero, transactions that use 30M have the same priority as transactions with 1M gas. Now they are correctly ordered.

Added

  • 2617: Add integration skeleton of parallel-executor.
  • 2553: Scaffold global merkle root storage crate.
  • 2598: Add initial test suite for global merkle root storage updates.
  • 2635: Add metrics to gas price service

Fixed

  • 2632: Improved performance of certain async trait impls in the gas price service.
  • 2662: Fix balances query endpoint cost without indexation and behavior coins to spend with one parameter at zero.

What's Changed

  • Remove noisy logging by @MitchTurner in #2630
  • chore(gas_price_service): refactor usage of async_trait impls to improve performance by @rymnc in #2632
  • Change description flag depth in TxPool by @AurelienFT in #2387
  • Add generation of docker images on release/master push by @AurelienFT in #2631
  • chore(async_trait): reduce usage of async_trait for small types again by @rymnc in #2634
  • chore(gas_price_service): minor refactors to make the code more readable by @rymnc in #2636
  • Remove netlink proto fix by @AurelienFT in #2637
  • fault_proving(global_roots): scaffold global merkle root storage crate by @netrome in #2553
  • Add metrics to gas price service by @MitchTurner in #2635
  • chore: Add code owners for fraud proofs by @netrome in #2649
  • Patch transaction pool ordering zero tip by @AurelienFT in #2643
  • chore: Add entire team as code owners for the changelog and Cargo.lock by @netrome in #2655
  • fault_proving(global_roots): Initial test suite for merklized storage updates by @netrome in #2598
  • Add integration skeleton of parallel-executor by @AurelienFT in #2617
  • Fix balances query endpoint cost without indexation and behavior coins to spend with one parameter at zero by @AurelienFT in #2662
  • Add print of collision reason in TxPool by @AurelienFT in #2664
  • Release/v0.41.5 by @AurelienFT in #2663

Full Changelog: v0.41.4...v0.41.5