Skip to content

Release for tags/v0.2.8

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 00:29
· 19 commits to main since this release
e1c36f4

Features

  • Add support for Schnorr signatures. This is useful for cross chain applications wishing to interact with blockchains using Schnorr ed25519.
    • A useful reference may be: http://ethanfast.com/top-crypto.html where curve25519 corresponds to chains that use Schnorr ed25519.
    • We can confirm that Solana transactions can be signed with this API. Other chains should work but have not yet been tested.

Maintenance

  • Dependencies have been updated.
  • Pocket-ic canister bindings are now generated automatically, for improved testing.
  • Tooling for creating and verifying NNS proposals has been added.