Skip to content

Releases: lidofinance/lido-ethereum-sdk

@lidofinance/[email protected]

19 Dec 14:38
59c9fd3
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 3.0.1 (2023-12-19)

Bug Fixes

  • allow passing url object to getSubgraphUrl (7530bdd)
  • erc20 populate permit account fallback (d663887)
  • findCheckpointHints first index (5206e56)
  • getClaimableRequestsInfo only returns claimable (25d0958)
  • larger timeout (68a9bf2)
  • logs (23a37c8)
  • requests order and test for claim (9129534)
  • simulate account hoisting and tests (b22c8a6)
  • types and request info tests (f0681c8)

@lidofinance/[email protected]

21 Nov 14:46
0189e2d
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 3.0.0 (2023-11-21)

Bug Fixes

Features

BREAKING CHANGES

  • web3provider, withdrawals module, stake module

@lidofinance/[email protected]

16 Nov 12:43
89cd92b
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 2.3.2 (2023-11-16)

Bug Fixes

@lidofinance/[email protected]

24 Oct 15:21
71d8ec2
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 2.3.1 (2023-10-24)

Bug Fixes

  • single block rewards ege case (2604bc4)

@lidofinance/[email protected]

23 Oct 08:15
3f86a29
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 2.3.0 (2023-10-23)

Bug Fixes

Features

@lidofinance/[email protected]

06 Oct 10:15
1000b51
Compare
Choose a tag to compare

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

Bug Fixes

  • add cache for getBlockByDays method (93e77ca)
  • add rounding to decimal for sma apr (34ba09c)
  • change days number for sma apr (fbb3010)
  • remove recursion (af9ffa1)
  • update calculation of sma apr (d25ad30)

Features

  • add statistics (apr) and events (rebase) (3f4e3c2)
  • fix events (61add4b)

@lidofinance/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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)