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
AKI-467: Added a config option to capture deployed contracts
-if set, this will capture all deployed contracts to the given directory
-these can then be re-imported for offline analysis by the DirectoryDeployer tool
AKI-331: Do not rename user defined interfaces in debug mode
- This fixes an issue where the generated class from InterfaceFieldMappingVisitor would fail to initialize in debug mode
AKI-221: implemented caching based on execution type
- DApp's data and code cache are read or updated based on the ExecutionType provided by the kernel
Fixes to StringBuilder, StringBuffer billing based on length
This could allow some calls to be performed with a constant cost instead of a linear one based on length