Skip to content

Releases: massalabs/massa-as-sdk

v3.0.0

16 Oct 13:59
e30ff40
Compare
Choose a tag to compare

⚠️ Breaking Changes

  • Caller Funds Check: When using mockTransferredCoins (or the deprecated setCallCoins), the caller must have sufficient funds in their wallet.
  • Updated balance() Method: Now returns the actual contract balance plus any coins transferred via mockTransferredCoins.
  • Updated balanceOf(smartContractAddress) Method: Now returns the sum of the smart contract's balance plus any coins transferred.
  • Call Function Update: The caller must have enough funds to cover the coins parameter if set.

What's Changed

Full Changelog: v2.5.4...v3.0.0

v2.5.4

29 Dec 14:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.3...v2.5.4

v2.5.3

28 Dec 10:09
0b1bccb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.2...v2.5.3

v2.5.2

20 Oct 12:23
450e1d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.1...v2.5.2

v2.5.1

25 Aug 14:40
98f064f
Compare
Choose a tag to compare

What's Changed

  • export solidity_compact functions and objects by @Ben-Rey in #294

Full Changelog: v2.5.0...v2.5.1

v2.5.0

25 Aug 08:57
712a4d7
Compare
Choose a tag to compare

What's Changed

  • Add AbiEncode & friends + Bytes32 + Bytes4 classes by @sydhds in #289
  • Add proper credits for persistentMap by @sydhds in #291
  • Add prefix for getOpKeys by @sydhds in #292
  • PersistentMap: add support for StaticArray + Serilizable object by @sydhds in #290
  • update version minor by @Ben-Rey in #293

Full Changelog: v2.4.0...v2.5.0

v2.4.0

27 Jul 14:56
de02e91
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

20 Jul 13:44
f141b90
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.3.0

v2.1.0

07 May 07:08
fb60b60
Compare
Choose a tag to compare

Testnet compatibility

Testnet version 20, 21

Improvements

  • Documentation
  • Tests

Breaking changes

  • Rename getBytecodeFor -> getBytecodeOf
  • Rename toBase58 -> blake3

New feature

  • new validateAddress function

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

24 Jan 16:22
4803c6d
Compare
Choose a tag to compare

Testnet compatibility

Testnet version 18, 19

New features

  • HTML documentation
  • New mock for smart-contract call and "callerHasWriteAccess"

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1