Skip to content

v1.7.0

Latest
Compare
Choose a tag to compare
@ygboucherk ygboucherk released this 14 Jul 16:20

Changelog

Cross-Chain

  • Enable ethereum datafeed support (pulling data FROM ethereum)

EVM

  • rework the way storage works (by optimizing empty slot management)
  • rework external calls implementation (method in CallEnv rather than a huge opcodes)
  • update gas management on CREATE(2) calls
  • improved revert implementation (way cleaner now)

RPC

  • eth_getTransactionReceipt now returns events

Miscellaneous

  • improve read code readability
  • removed unused code/variables