Releases: OffchainLabs/arbitrum-orbit-sdk
Releases · OffchainLabs/arbitrum-orbit-sdk
v0.17.1
What's Changed
- Added an example script for enabling fast withdrawals (@TucksonDev in #143)
- Updated version of the
@arbitrum/sdk
dependency tov4.0.0
(@spsjvc in #151)
Full Changelog: v0.17.0...v0.17.1
v0.17.0
What's Changed
- Added
isAnyTrust
for checking if the given chain is an AnyTrust chain (@chrstph-dvx in #130) - Added
getKeysets
for fetching the list of DAC keysets for a given AnyTrust chain (@chrstph-dvx in #129)
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
- Added
getBatchPosters
for fetching the list of active batch posters (@chrstph-dvx in #124)
Full Changelog: v0.15.3...v0.16.0
v0.15.3
v0.15.2
v0.15.1
What's Changed
- Fixed issue with UpgradeExecutor utils only being usable on parent chains (@chrstph-dvx in #121)
- Exported UpgradeExecutor roles (@chrstph-dvx in #120)
Full Changelog: v0.15.0...v0.15.1
v0.15.0
What's Changed
- Added getters for
createRollup
default values (@spsjvc in #104)- Including
getDefaultConfirmPeriodBlocks
andgetDefaultSequencerInboxMaxTimeVariation
- Including
- Added
createRollupPrepareDeploymentParamsConfig
for preparing rollup deployment config (@spsjvc in #100)- It is meant to replace
createRollupPrepareConfig
, which is marked as deprecated(!) and will be removed(!) in a future release - It keeps almost exactly the same API, other than requiring a
PublicClient
of the parent chain in order to provide better defaults
- It is meant to replace
- Added support for deploying chains on top of Base and Base Sepolia (@spsjvc in #99)
- Added
getValidators
for fetching the list of active validators (@chrstph-dvx in #102) - Fixed type issue with
createRollupPrepareConfig
arguments (@spsjvc in #103) - Fixed type issue with
PublicClient
(@spsjvc in #106, #109, #111, #112, #113) - Fixed deployment block number for Holesky RollupCreator (@spsjvc in #107)
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- Added UpgradeExecutor utilities (@TucksonDev in #29)
- Added ArbAggregator utilities (@TucksonDev in #91)
- Fixed issue with rollup address override in
rollupAdminLogicPublicActions
(@chrstph-dvx in #95) - Exported
getRollupCreatorAddress
,getTokenBridgeCreatorAddress
andRollupAdminLogic
ABI (@chrstph-dvx in #96)
Full Changelog: v0.13.1...v0.14.0
v0.13.1
v0.13.0
What's Changed
- Added RollupAdminLogic actions (@fionnachan and @chrstph-dvx in #70)
- Added SequencerInbox actions (@chrstph-dvx in #71)
- Fixed an issue with
arbOwnerPrepareTransactionRequest
where the type forargs
wasn't being inferred (@chrstph-dvx in #86)
Full Changelog: v0.12.0...v0.13.0