Skip to content

Casper JS SDK v2.8.0

Compare
Choose a tag to compare
@hoffmannjan hoffmannjan released this 07 Feb 11:15
3d11e89

2.8.0

Added

  • Added support to CLPublicKey passed as argument to CLKey (it gets serialized to account-hash when serializing).
  • New Contracts class that basically acts as contract client (possible to install WASM, call an entrypoint, query state or dictionary) - will deprecate casper-js-client-helper soon.
  • Added getDictionaryItemByName that uses state_get_dictionary_item with dictionary_name and dictionary_item_key
  • Added sign and send method on Deploy class.