Skip to content

Releases: archethic-foundation/libjs

v1.0.1

24 Feb 15:18

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

24 Feb 15:18

Choose a tag to compare

What's Changed

  • add crypto functions (hash, derivationKey, sign, encryption)
  • add transaction builder
  • add the API interaction to send tx
  • Wrap code/content/secret to get the byte size instead of the string size
  • support of auto finding the transaction index
  • add other transaction type code proposal , code approval
  • Support NFT transfers
  • Move Buffer to Uint8Array
  • Implement AES encryption/decryption
  • Add get storage nonce public key
  • Ensure amount are positive

Full Changelog: https://github.com/archethic-foundation/libjs/commits/v1.0.0

v1.3.3

04 Feb 10:32
3b40864

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.3.3

1.3.2

22 Dec 13:00
88048f6

Choose a tag to compare

What's Changed

  • Fixed missing decrypt functions in the top level API by @manujuniris in #19

Full Changelog: v1.3.1...v1.3.2