Skip to content

Version 0.9.0

Latest
Compare
Choose a tag to compare
@jnordberg jnordberg released this 13 Jun 20:42
· 44 commits to master since this release

Minor release, only breaking change is cryptoUtils.signTransaction that now has a new signature. Another change is that PublicKey.from no longer needs an address prefixe but this should be backwards compatible.

Changelog

  • Add a transaction digest helper, cryptoUtils.transactionDigest(tx, chainId)
  • Simplify serialiser and remove prefix requirement from PublicKey parsing.
  • Update all dependencies to latest versions
  • Fix tests to run against appbase nodes