Skip to content

0.66.0 (2022-10-25)

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Oct 10:04
· 18 commits to main since this release

Bugfixes:

  • Fixed problem with getting inherited function afterSignatureCheck.
  • Support overloading for function onCodeUpgrade.

Breaking change:

  • Function onCodeUpgrade had function id = 2. Now, it has another id, but you can set functionID(2) in new
    contracts to upgrade old ones.