Skip to content

6.0.3

Compare
Choose a tag to compare
@cd-blockapps cd-blockapps released this 20 Apr 17:32
· 124 commits to master since this release

STRATO 6.0.3 Release Notes

April 20, 2021

Features and Updates:

  • Add infrastructure and backend support for future x509 certificate feature
  • Add infrastructure and backend support for future Solidity IDE extension
  • Add backend support for Solidity debugging
  • Revise the block hydration method and related tests
  • Enable use of Unicode chars in contract string fields
  • Add missing function parameters to typescript support
  • Add RLP encoding for negative integers
  • Add detailed usage reporting to server and API call counting

Bug Fixes:

  • Fix subject JSON encodings and added JSON roundtrip tests
  • Fix bug in escaping logic which was mishandling event arguments that used reserve words
  • Fix bug in stats submission scheduler
  • Fix issue with entering Unicode characters in Solidity source code
  • Fix serialization bug in Merkle Patricia trees
  • Miscellaneous bug fixes to tests