All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.3.1 (2024-12-14)
- Export
SuiInteractor
class (e7109e0) - Upgrade
@mysten/sui
to version1.3.1
(5925815) - Add
createTxBlock
; updateselectCoinsWithAmount
to returnversion
and alsodigest
instead ofobjectId
only (569c043)
- Upgrade
@mysten/sui
sdk to 1.7.0 and other related packages (f17e669)
1.3.0 (2024-07-25)
- Update
mysten/sui
sdk (c0a4691) - Bump version to match
mysten/sui
version
1.0.2 (2024-07-12)
- Add
number
andbigint
check onconvertArgs
(c73ccb3) - Fix types and
pure
getter onSuiTxBlock
(6cae48f)
1.0.1 (2024-07-12)
- Minor fixes (060761c)
1.0.0 (2024-07-9)
- Upgrade to
@mysten/sui@1
(#23)
0.52.0 (2024-06-14)
- Add
balance
property toselectCoins
method inSuiInteractor
class (c61c7d8) - Match version number with
mysten/sui.js
library version
0.44.45 (2024-05-14)
0.44.2 (2023-12-30)
- correct VecArg for convertArgs (c213a7b)
0.44.0 (2023-10-22)
0.42.0 (2023-09-27)
- change
JsonRpcProvider
toSuiClient
, and changegetSinger
togetKeypair
in SuiKit class