You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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-135TIP-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.