Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 492 Bytes

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 492 Bytes

Changelog

Unreleased

v0.1.0-dev.5

This is development pre-release.

Added

  • Implement the CODESIZE and EXTCODESIZE opcodes.

Changed

  • Include the full revive version in the contract metadata.

Fixed

v0.1.0-dev-4

This is development pre-release.

Added

  • Support the ORIGIN opcode.

Changed

  • Update polkavm to v0.14.0.
  • Enable the a, fast-unaligned-access and xtheadcondmov LLVM target features, decreasing the code size for some contracts.

Fixed