Skip to content

0.65.0

Choose a tag to compare

@github-actions github-actions released this 14 Oct 19:47
· 18 commits to main since this release
  • Supported delete and binary operators for varUintN/varIntN types.
  • Supported function references for library function, e.g. function(int, int) internal returns (int) op = Math.add;
  • Supported gosh functions: applyBinPatch/applyBinPatchQ/applyZipBinPatch/applyZipBinPatchQ.
  • Supported conversion uint32 to private function, e.g. function(uint, uint) internal pure returns (uint) fun = uint32(123456).
  • Support command line option --private-function-ids for printing private function ids.
  • Support pragma upgrade func/oldsol; to upgrade old contracts.