Version 0.41.6
Added
- 2668: Expose gas price service test helpers
- 2621: Global merkle root storage updates process upgrade transactions.
- 2650: Populate
ProcessedTransactions
table in global merkle root storage. - 2667: Populate
Blobs
table in global merkle root storage. - 2652: Global Merkle Root storage crate: Add Raw contract bytecode to global merkle root storage when processing Create transactions.
Fixed
- 2673: Change read behavior on the InMemoryTransaction to use offset and allow not equal buf size (fix CCP and LDC broken from FuelLabs/fuel-vm#847)
What's Changed
- chore(runnable_task): remove async_trait usage by @rymnc in #2660
- Expose gas price service test helpers by @MitchTurner in #2668
- Handle new state transition bytecode and new consensus parameter version by @acerone85 in #2621
- fault_proving(global_roots): populate ProcessedTransactions table by @netrome in #2650
- fault_proving(global_roots): Populate
Blobs
table by @netrome in #2667 - Fault proving: Populate ContractsRawCode when processing Create Transaction in global merkle root crate by @acerone85 in #2652
- Change
read
behavior on theInMemoryTransaction
to use offset and allow not equal buf size by @AurelienFT in #2673 - Release 0.41.6 by @AurelienFT in #2674
Full Changelog: v0.41.5...v0.41.6