Skip to content

0.5.12_GreatVoyage_v4.0.1

Compare
Choose a tag to compare
@Sh11thead Sh11thead released this 15 Aug 10:58
29ca5e6

New Features

  • Update to version 0.5.12
  • ABI: Additional internal type info in the field internalType.
  • ABI Output: Change sorting order of functions from selector to kind, name.
  • Allow assignment to external function arguments except for reference types.
  • And TRONZ related precompile function for Shielded TRC-20 Contract transactions:
    verifyMintProof, verifyTransferProof, verifyBurnProof TIP-135 TIP-137
    Pedersenhash function TIP-138

Important Bugfixes

  • Fix internal error when popping a dynamic storage array of mappings.
  • View/Pure Checker: Properly detect state variable access through base class.