Releases: archethic-foundation/libjs
Releases · archethic-foundation/libjs
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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
What's Changed
- Added Setter Function: Issue #22 by @prix-uniris in #23
New Contributors
- @prix-uniris made their first contribution in #23
Full Changelog: v1.3.2...v1.3.3
1.3.2
What's Changed
- Fixed missing decrypt functions in the top level API by @manujuniris in #19
Full Changelog: v1.3.1...v1.3.2