Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@Ben-Rey Ben-Rey released this 16 Oct 13:59
· 7 commits to main since this release
e30ff40

⚠️ 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