Releases: lidofinance/lido-ethereum-sdk
Releases · lidofinance/lido-ethereum-sdk
@lidofinance/[email protected]
@lidofinance/lido-ethereum-sdk 3.1.2-alpha.1 (2024-03-06)
Bug Fixes
- fix package field 'url' (967061a)
@lidofinance/[email protected]
@lidofinance/[email protected]
@lidofinance/lido-ethereum-sdk 3.1.0 (2024-01-26)
SDK
Added
viem
version up to2.0.6
- Account hoisting support: methods no longer require address/account if it's hoisted to
walletClient
or available viaeth_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 calculategasLimit
which prevented usage when stake limit is reached
Playground
- Upped
next
andviem
versions
@lidofinance/[email protected]
@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]
@lidofinance/lido-ethereum-sdk 3.0.0 (2023-11-21)
Bug Fixes
- add errors for rewards, readme (30e93dd)
- apr and events demo (f2bf6fa)
- better wrap signatures and tests (e52c114)
- build (f0698ef)
- build error (2d3859e)
- build error (4c841f4)
- circular dep (0aaaef7)
- convert error to sdk error (e60c36d)
- exports and core readme (5c7109d)
- improve playground and fix permit (2dae8d6)
- logMode and core tests (02785bd)
- logs (62a1c8f)
- missing methods and readme (4a4e878)
- missing methods and readme (0e03238)
- naming and styling (b08a517)
- naming, exports and migration guide (4541343)
- per instance cache (d0a0800)
- request naming (cf295bf)
- rewards argument bug (ba31c72)
- rewards include argument (8da608b)
- seconds per day constant (9bf3b7f)
- shares transfer and tests (799abd4)
- styling (8f18950)
- styling and readme (c2cb4a4)
- toBackBlock bug (19caf69)
- type (52da4b7)
- types (361763b)
- types (cc54075)
Features
- add account hoisting (c860b9b)
- approve helpers and types (966d93f)
- apr in rewards, getLastRebaseEvents (4e76a1c)
- core wallet tests (03812a5)
- differentiate step arg (a1f905c)
- enable eslint, add to ci (5ca35dd)
- events ui and react json view (9dde3bd)
- initial test setup (f645035)
- rebase args (28ee551)
- request helpers (755347c)
- rewards time options (e15ace0)
- rework web3 provider and modules (0a9e5e4)
- stakeLimit proper return (3b6561b)
- total supply (7c19dc7)
- up viem and shares module (7a422b5)
- update claim and unsteth (1d0ea2d)
BREAKING CHANGES
- web3provider, withdrawals module, stake module