Skip to content

Releases: lidofinance/lido-ethereum-sdk

@lidofinance/[email protected]

18 Sep 14:02
99db55f
Compare
Choose a tag to compare
Pre-release

@lidofinance/lido-ethereum-sdk 3.5.0-alpha.1 (2024-09-18)

Bug Fixes

Features

@lidofinance/[email protected]

21 Aug 11:19
c4fee3b
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 3.4.0 (2024-08-21)

Bug Fixes

  • update sdk build script (fix errors after TS update) (a160e40)

Features

@lidofinance/[email protected]

23 Jul 16:26
255e3a2
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 3.3.1 (2024-07-23)

Bug Fixes

  • add gasLimit to stake eth (d67fa43)

@lidofinance/[email protected]

01 Jul 11:31
87ec66c
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 3.3.0 (2024-07-01)

Features

  • add docusaurus docs, add docusaurus deploy (00a9a37)

@lidofinance/[email protected]

05 Jun 08:13
8214254
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 3.2.2 (2024-06-05)

Bug Fixes

@lidofinance/[email protected]

03 May 12:52
c470d64
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 3.2.1 (2024-05-03)

Bug Fixes

  • fixed edge-cases in getRewardsFromChain and getRewardsFromSubgraph sometimes causing transfer events to be wronged and leading to negative balance (ebc43f6)

@lidofinance/[email protected]

01 Apr 10:35
482256c
Compare
Choose a tag to compare

@lidofinance/lido-ethereum-sdk 3.2.0 (2024-04-01)

Bug Fixes

  • add real token rebased block for Sepolia (931bcb0)
  • custom errors (1a6bed0)
  • fix package field 'url' (967061a)

Features

  • add Sepolia testnet (92c8411)
  • added fetch options, updated types (e2f6a06)
  • added unsupported chain error (242310a)
  • added withdrawal waiting time methods, tests, playground examples, docs (a540f0a)
  • docs update (79abdc0)
  • update function parameters (fdc6018)
  • update request by ids (d8556a5)
  • update types (3592dd5)

@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