Skip to content

Releases: symbol/symbol-sdk-typescript-javascript

v0.10.1-beta

17 Jul 11:28

Choose a tag to compare

  • added replyGiven(deadline: Deadline): Transaction to Transaction class to support reply an unconfirmed transaction in the future. PR #18

v0.10.0-beta

30 Jun 18:15

Choose a tag to compare

broken backward compatibility

  • upgraded rxjs version to 6.

v0.9.5

27 Jun 10:40

Choose a tag to compare

v0.9.5 Pre-release
Pre-release
  • changed Account class adding the method signData(data: string): string: Given an string input, the account signs it with the private-public encryption and returns the data signed.
  • changed PublicAccount class adding the method verifySignature(data: string, signature: string): boolean: Given a signature and data, it checks if it has been signed by the public account.

v0.9-beta.3

22 May 16:49

Choose a tag to compare

v0.9-beta.3 Pre-release
Pre-release
  • Added support for NodeJS 10