Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 604 Bytes

File metadata and controls

9 lines (6 loc) · 604 Bytes

Added

  • [WASM] Support for WASM contracts written in Solidity compiled using solang

Fixed

-[RPC/Transact] CallCodeSim and CallTxSim were run against uncommitted checker state rather than committed state were all other reads are routed. They were also passed through Transactor for no particularly good reason. This changes them to run against committed DB state and removes the code path through Transactor.

Changed

  • [State] TxExecution's Envelope now stored in state so will be reproduced in Vent Tx tables and over RPC, and so matches TxExecutions served from *Sync rpctransact methods