Skip to content

Releases: lidofinance/lido-ethereum-sdk

@lidofinance/[email protected]

06 Mar 02:55
9a20e3d
Compare
Choose a tag to compare
Pre-release

@lidofinance/lido-ethereum-sdk 3.1.2-alpha.1 (2024-03-06)

Bug Fixes

  • fix package field 'url' (967061a)

@lidofinance/[email protected]

21 Feb 09:14
15f30ef
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 3.1.1 (2024-02-21)

Bug Fixes

  • update mainnet subgraph id (6fb5f57)

@lidofinance/[email protected]

26 Jan 13:42
8778267
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 3.1.0 (2024-01-26)

SDK

Added

  • viem version up to 2.0.6
  • Account hoisting support: methods no longer require address/account if it's hoisted to walletClient or available via eth_requestAccounts
  • Stake, Wrap, Withdraw Request & Claim transaction methods now return parsed transaction result
  • waitForTransactionReceiptParameters optional config added to all transaction methods props

Fixed

  • better multisig behavior for transactions
  • Simulate methods now have correct return types
  • stakeEthPopulateTx not does not calculate gasLimit which prevented usage when stake limit is reached

Playground

  • Upped next and viem versions

@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