Skip to content

OffchainLabs

Dev Tools · Utility

Verified Builder
ShippingLast ship 2h ago

Latest ship

Active development: 27 commits across 5 contributors

Code ActivitySource linked

13 active day(s) in OffchainLabs/arbitrum-chain-sdk.

Builder activity

Meaningful, source-backed updates per week. Commits are aggregated, not counted individually.

Build timeline

  1. Active development: 86 commits across 5 contributors

    Code ActivitySource linked

    40 active day(s) in OffchainLabs/arbitrum-portal.

    View evidence
  2. Active development: 23 commits across 4 contributors

    Code ActivitySource linked

    12 active day(s) in OffchainLabs/arbitrum-chain-sdk.

    View evidence
  3. Active development: 86 commits across 5 contributors

    Code ActivitySource linked

    40 active day(s) in OffchainLabs/arbitrum-portal.

    View evidence
  4. Active development: 86 commits across 5 contributors

    Code ActivitySource linked

    40 active day(s) in OffchainLabs/arbitrum-portal.

    View evidence
  5. Active development: 84 commits across 5 contributors

    Code ActivitySource linked

    39 active day(s) in OffchainLabs/arbitrum-portal.

    View evidence
  6. Active development: 84 commits across 5 contributors

    Code ActivitySource linked

    39 active day(s) in OffchainLabs/arbitrum-portal.

    View evidence
  7. Active development: 81 commits across 5 contributors

    Code ActivitySource linked

    38 active day(s) in OffchainLabs/arbitrum-portal.

    View evidence
  8. v0.27.0

    Github ReleaseSource verified

    Summary Arbitrum Chain SDK CLI This release adds a command-line interface for the SDK: any SDK function can be invoked from the command line, backed by zod schemas that validate JSON input and per-contract commands generated from ABIs. The CLI ships as a Docker image or installs via npm or npx as arbitrum-chain-sdk. The SDK also gains inbox allow list functions and token bridge deployment without a running node. Fund Distribution Contracts This release upgrades the Fund Distribution Contracts. The SDK now ships t

    View evidence
  9. v0.26.0

    Github ReleaseSource verified

    Summary Nitro Contracts v3.2 This release upgrades from Nitro contracts v3.1 to v3.2. All new deployments now use v3.2, replacing v3.1 as the latest version. Support for v3.1 remains for backwards compatibility but it is no longer used for new deployments. New ABIs have also been added for RollupCreator v3.2, Rollup v3.2 and SequencerInbox v3.2. What's Changed * chore: fix and cleanup advisories allowlist by @alxdca in https://github.com/Offcha

    View evidence
  10. v0.25.3

    Github ReleaseSource verified

    Summary Updates the ArbOwnerPublic contract ABI for ArbOS 51. What's Changed * feat: update ArbOwnerPublic ABI for ArbOS 51 by @spsjvc in https://github.com/OffchainLabs/arbitrum-chain-sdk/pull/654 Full Changelog: https://github.com/OffchainLabs/arbitrum-chain-sdk/compare/v0.25.2...v0.25.3

    View evidence
  11. v0.25.2

    Github ReleaseSource verified

    Summary Updates the WASM module root to that of Consensus v51.1. The minimum version of Nitro required for this release is v3.9.6. What's Changed * feat: update wasm module root for consensus v51.1 by @alxdca in https://github.com/OffchainLabs/arbitrum-chain-sdk/pull/644 New Contributors * @alxdca made their first contribution in https://github.com/OffchainLabs/arbitrum-chain-sdk/pull/644 Full Changelog: https://github.com/OffchainLabs/arbitrum-chain-s

    View evidence
  12. v0.25.1

    Github ReleaseSource verified

    Summary ArbOS 51.1 ArbOS 51.1 is now the default for all new deployments. What's Changed * feat: default to ArbOS 51.1 by @spsjvc in https://github.com/OffchainLabs/arbitrum-chain-sdk/pull/643 Full Changelog: https://github.com/OffchainLabs/arbitrum-chain-sdk/compare/v0.25.0...v0.25.1

    View evidence
  13. v0.25.0

    Github ReleaseSource verified

    Summary ArbOS 51 Dia ArbOS 51 is now the default for all new deployments. The minimum Nitro version that supports ArbOS 51 is v3.9.3. What's Changed * feat: remove bold.strategy from prepareNodeConfig by @Jason-W123 in https://github.com/OffchainLabs/arbitrum-chain-sdk/pull/633 * feat: update node config type to v3.9.5 by @spsjvc in https://github.com/OffchainLabs/arbitrum-chain-sdk/pull/641 * feat: default to ArbOS 51 by @spsjvc in https://github.com/Offc

    View evidence
  14. v0.24.2

    Github ReleaseSource verified

    Summary This release adds the ability to deploy the OpChildToParentRewardRouter on OP Stack chains. Users can deploy this to route AEP fees through OP Stack chains. What's Changed * feat: deploy c2p router on op chain by @yahgwai in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pull/614 Full Changelog: https://github.com/OffchainLabs/arbitrum-orbit-sdk/compare/v0.24.1...v0.24.2

    View evidence
  15. v0.24.1

    Github ReleaseSource verified

    Summary This release aligns how keys are sorted in the chain config object to match the behavior of Nitro. What's Changed * fix: sort chain config keys by @spsjvc in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pull/521 Other * build(deps): bump sha.js, cipher-base and update audit-ci.jsonc by @spsjvc in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pull/587 Full Changelog: https://github.com/OffchainLabs/arbitrum-orbit-sdk/compare/v0.24.0...v0.24.1

    View evidence
  16. v0.24.0

    Github ReleaseSource verified

    Summary RollupCreator Multi-Version Support Previously, support for Nitro contracts v2.1 and v3.1 (which use BoLD) was split across versions v0.22.* and v0.23.* of the SDK, respectively. This release simplifies things by adding support for both versions in a single build. A couple of utilities now accept an optional parameter called rollupCreatorVersion (accepted values are v2.1 and v3.1 with latest being the default), and have smarter types that reflect the version chosen: * `createRollu

    View evidence
  17. v0.22.5

    Github ReleaseSource verified

    Summary This release fixes a bug in createRollupFetchTransactionHash so that upgrades of the Rollup contract (e.g. for BoLD) are properly handled and the original deployment is fetched. What's Changed * fix: handle rollup upgrades when querying tx hash by @spsjvc in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pull/489 Full Changelog: https://github.com/OffchainLabs/arbitrum-orbit-sdk/compare/v0.22.4...v0.22.5

    View evidence
  18. v0.23.5

    Github ReleaseSource verified

    Summary This release fixes a bug in createRollupFetchTransactionHash so that upgrades of the Rollup contract (e.g. for BoLD) are properly handled and the original deployment is fetched. It also adds the option to specify the version of RollupCreator to be used in certain utilities, with more to be added in a future release. What's Changed * feat: add versioning to getRollupCreatorAddress by @spsjvc in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pull/470 * feat: add versioning to createRollupGetRetryablesFees by @spsjvc in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pu

    View evidence
  19. v0.22.4

    Github ReleaseSource verified

    Summary This release adds generateBridgeUiConfig for easily generating a config to be used in the Arbitrum Bridge UI. What's Changed * feat: add generateBridgeUiConfig with example by @Jason-W123 in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pull/396 Other * docs: update README.md by @yahgwai in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pull/397 * test: update expected ArbOS version to 40 by @spsjvc in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pull/398 * ci: update testnode ref by @spsjvc in https://github.com/OffchainLabs/arb

    View evidence
  20. v0.23.4

    Github ReleaseSource verified

    Summary This release adds generateBridgeUiConfig for easily generating a config to be used in the Arbitrum Bridge UI. What's Changed * feat: add generateBridgeUiConfig with example by @Jason-W123 in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pull/396 Other * docs: update README.md by @yahgwai in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pull/397 * test: update expected ArbOS version to 40 by @spsjvc in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pull/398 * ci: update testnode ref by @spsjvc in https://github.com/OffchainLabs/arb

    View evidence
  21. v0.22.3

    Github ReleaseSource verified

    What's Changed * fix: handle no 0x prefix in keyset by @spsjvc in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pull/322 Full Changelog: https://github.com/OffchainLabs/arbitrum-orbit-sdk/compare/v0.22.2...v0.22.3

    View evidence
  22. v0.23.3

    Github ReleaseSource verified

    What's Changed * fix: handle no 0x prefix in keyset by @spsjvc in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pull/322 Full Changelog: https://github.com/OffchainLabs/arbitrum-orbit-sdk/compare/v0.23.2...v0.23.3

    View evidence
  23. v0.22.2

    Github ReleaseSource verified

    Summary This release adds prepareKeysetHash for generating keyset hashes for AnyTrust (read more here), and dependency updates. What's Changed * feat: generate keyset hash by @spsjvc in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pull/289 Other * build(deps-dev): bump vitest from 3.0.9 to 3.1.4 by @dependabot in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pull/284 * build(deps-dev): bump audit-ci from 7.0.1 to 7.1.0 by @dependabot in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pull/286 * b

    View evidence
  24. v0.23.2

    Github ReleaseSource verified

    Summary This release adds prepareKeysetHash for generating keyset hashes for AnyTrust (read more here), and dependency updates. What's Changed * feat: generate keyset hash by @spsjvc in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pull/289 Other * build(deps-dev): bump vitest from 3.0.9 to 3.1.4 by @dependabot in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pull/284 * build(deps-dev): bump audit-ci from 7.0.1 to 7.1.0 by @dependabot in https://github.com/OffchainLabs/arbitrum-orbit-sdk/pull/286 * b

    View evidence

Research notes

Written by Dawnscan researchers and reviewed before publishing. Commentary with sources — not the project's own claims, and not evidence of shipping.

No published notes on OffchainLabs yet.

    Know something about OffchainLabs? Sign in with wallet to submit a research note. Notes are reviewed before they appear here.

    Sources