v0.36.1
Version 0.36.1
Changed
- #546: Improve debug formatting of instruction in panic receipts.
Fixed
- #547: Bump
ed25519-dalek
to2.0.0
to deal with RustSec Advisory - #524: Fix a crash in
CCP
instruction when overflowing contract bounds. Fix a bug inCCP
where overflowing contract bounds in a different way would not actually copy the contract bytes, but just zeroes out the section. Fix a bug inLDC
where it would revert the transaction when the contract bounds were exceeded, when it's just supposed to fill the rest of the bytes with zeroes.
What's Changed
- Instruction debug fmt improvements by @Dentosal in #546
- Fix a crash in CCP and zero-filling issues in CCP and LDC by @Dentosal in #524
- Bump dalek version because of RustSec Advisory by @MitchTurner in #547
Full Changelog: v0.36.0...v0.36.1