Releases: lidofinance/lido-ethereum-sdk
Releases · lidofinance/lido-ethereum-sdk
@lidofinance/lido-ethereum-sdk@2.1.0
@lidofinance/lido-ethereum-sdk@2.0.0
@lidofinance/lido-ethereum-sdk 2.0.0 (2023-09-21)
Bug Fixes
- fix contract cache (03cfae1)
Features
- change modules' structure and naming (9c82abf)
BREAKING CHANGES
Rename staking module, withdrawals module, methods:
- rename
staking
module tostake
- rename Stake methods:
- rename
stake
method tostakeEth
stakeEOA
tostakeEthEOA
stakeMultisig
tostakeEthMultisig
stakeSimulateTx
tostakeEthSimulateTx
stakeEncodeData
tostakeEthEncodeData
stakePopulateTx
tostakeEthPopulateTx
- rename
- rename
withdrawals
module towithdraw
- rename Withdraw methods:
- rename
getContractWithdrawalsQueue
method togetContractWithdrawalQueue
- rename
- rename
LidoSDKWithdrawals
toLidoSDKWithdraw
- rename
LidoSDKStaking
toLidoSDKStake
- rename
LidoSDKWithdrawalsViews
toLidoSDKWithdrawViews
- rename
LidoSDKWithdrawalsRequestsInfo
toLidoSDKWithdrawRequestsInfo
- rename
LidoSDKWithdrawalsContract
toLidoSDKWithdrawContract
- rename
LidoSDKWithdrawalsApprove
toLidoSDKWithdrawApprove
- rename
LidoSDKWithdrawalsRequest
toLidoSDKWithdrawRequest
- rename
LidoSDKWithdrawalsClaim
toLidoSDKWithdrawClaim
@lidofinance/lido-ethereum-sdk@1.9.0
@lidofinance/lido-ethereum-sdk 1.9.0 (2023-09-19)
Migration Guide
Staking
lidoSdk.staking.balanceStETH(address)
moved tolidoSdk.steth.balance(address)
Wrap
lidoSdk.wrap.balanceWstETH(address)
moved tolidoSdk.wsteth.balance(address)