Skip to content

Casper JS SDK v5.0.0-rc6

Pre-release
Pre-release
Compare
Choose a tag to compare
@alexmyshchyshyn alexmyshchyshyn released this 09 Dec 09:23
· 0 commits to dev since this release
dc8a2af

Added

  • Basic documentation for Casper 2.0 (Condor)
  • Enhanced CLValue.newCLOption Method:
    • Automatic resolution of the option type from inner when provided.
    • Optional clType parameter when inner is present.
    • Defaults to CLTypeAny if inner is null and clType is not specified.
  • New Method:
    • ExecutionResult.toJSON(executionResult: ExecutionResult): object
      • Converts an ExecutionResult instance to a plain JSON object using the TypedJSON serializer.

Fixed

  • Issue with parsing in RPC getDictionaryItem method

Full Changelog: 5.0.0-rc5...5.0.0-rc6