Skip to content

Releases: lidofinance/lido-ethereum-sdk

@lidofinance/lido-ethereum-sdk@2.1.0

06 Oct 07:26
4c260f0
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 2.1.0 (2023-10-06)

Bug Fixes

Features

@lidofinance/lido-ethereum-sdk@2.0.0

21 Sep 09:57
a3f76ee
Compare
Choose a tag to compare

@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

@lidofinance/lido-ethereum-sdk@1.9.0

19 Sep 13:31
57ca690
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 1.9.0 (2023-09-19)

Migration Guide

Staking

  • lidoSdk.staking.balanceStETH(address) moved to lidoSdk.steth.balance(address)

Wrap

  • lidoSdk.wrap.balanceWstETH(address) moved to lidoSdk.wsteth.balance(address)

Bug Fixes

Features

@lidofinance/lido-ethereum-sdk@1.8.1

15 Sep 14:17
ee003cf
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 1.8.1 (2023-09-15)

Bug Fixes

  • add stringify for object fields (723caf0)
  • fix bigInt cache (8337e84)

@lidofinance/lido-ethereum-sdk@1.8.0

13 Sep 08:47
dd2573f
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 1.8.0 (2023-09-13)

Features

  • change export for withdrawals (a87db44)
  • add log mode for console (14b3c23)
  • change eth string to wei string in stake (265e7d8)

@lidofinance/lido-ethereum-sdk@1.7.0

12 Sep 15:34
c990605
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 1.7.0 (2023-09-12)

Features

  • update requestInfo methods (fc495fb)

@lidofinance/lido-ethereum-sdk@1.6.1

12 Sep 05:46
e8f93f3
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 1.6.1 (2023-09-12)

Bug Fixes

@lidofinance/lido-ethereum-sdk@1.6.0

11 Sep 15:01
bd2dd1f
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 1.6.0 (2023-09-11)

Features

  • add callback for claim (891f881)
  • add withdrawals claim (889589d)
  • change withdrawals structure, add claim (21df68f)

@lidofinance/lido-ethereum-sdk@1.5.0

07 Sep 07:17
bb5d087
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 1.5.0 (2023-09-07)

Bug Fixes

Features

  • add method for allowance, update doc (4023aeb)

@lidofinance/lido-ethereum-sdk@1.4.0

06 Sep 12:44
9c8a671
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 1.4.0 (2023-09-06)

Bug Fixes

  • add extends Bus (3ceb0cf)
  • remove unnecessary caching (3fe0c7a)
  • rename 'contract' props to 'token' (1114755)
  • update 'requestWithoutPermit', docs (de65300)
  • update errorHandler decorator, fix context (6533bd3)

Features

  • add all request methods, add approval methods (790162e)
  • add bus for withdrawal parts (1199f20)
  • add errorHandler decorator, update logger (721f998)
  • withdrawals sdk, add permit, add withdrawals request (252bbb1)