Bugfixes:
- Fixed problem with getting inherited function
afterSignatureCheck. - Support overloading for function
onCodeUpgrade.
Breaking change:
- Function
onCodeUpgradehad function id = 2. Now, it has another id, but you can setfunctionID(2)in new
contracts to upgrade old ones.