Skip to content

@lidofinance/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 09:57
· 411 commits to main since this release
a3f76ee

@lidofinance/lido-ethereum-sdk 2.0.0 (2023-09-21)

Bug Fixes

Features

  • change modules' structure and naming (9c82abf)

BREAKING CHANGES

Rename staking module, withdrawals module, methods:

  • rename staking module to stake
  • rename Stake methods:
    • rename stake method to stakeEth
    • stakeEOA to stakeEthEOA
    • stakeMultisig to stakeEthMultisig
    • stakeSimulateTx to stakeEthSimulateTx
    • stakeEncodeData to stakeEthEncodeData
    • stakePopulateTx to stakeEthPopulateTx
  • rename withdrawals module to withdraw
  • rename Withdraw methods:
    • rename getContractWithdrawalsQueue method to getContractWithdrawalQueue
  • rename LidoSDKWithdrawals to LidoSDKWithdraw
  • rename LidoSDKStaking to LidoSDKStake
  • rename LidoSDKWithdrawalsViews to LidoSDKWithdrawViews
  • rename LidoSDKWithdrawalsRequestsInfo to LidoSDKWithdrawRequestsInfo
  • rename LidoSDKWithdrawalsContract to LidoSDKWithdrawContract
  • rename LidoSDKWithdrawalsApprove to LidoSDKWithdrawApprove
  • rename LidoSDKWithdrawalsRequest to LidoSDKWithdrawRequest
  • rename LidoSDKWithdrawalsClaim to LidoSDKWithdrawClaim