v0.34.1
Release v0.34.1
Mainly new opcodes prices and small performance improvements in the BinaryMerkleTree
.
Changed
- #492 Minor improvements to BMT internals, including a reduction in usage of
Box
, usingexpect(...)
overunwrap()
, and additional comments.
Breaking
- #493 The default
GasCostsValues
is updated according to the benches withfuel-core 0.19
. It may break some unit tests that compare actual gas usage with expected.
What's Changed
- chore: BMT clean up by @bvrooman in #492
- Update gas prices based on
fuel-core 0.19
by @xgreenx in #493
Full Changelog: v0.34.0...v0.34.1