Skip to content

Releases: DOBEN/ContractCompanion

1.2.0

12 Oct 18:12
Compare
Choose a tag to compare

Added

  • Add decoding of function mutability which adds one label (pure,view,payable, or nonpayable) to the functions and one label (read or write) to the functions.

Changed

  • Bump version of evMole dependency.
  • Change to use vite production mode only.