Skip to content

build(deps-dev): bump @arbitrum/nitro-contracts from 1.1.1 to 3.2.0#627

Open
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/npm_and_yarn/arbitrum/nitro-contracts-3.2.0
Open

build(deps-dev): bump @arbitrum/nitro-contracts from 1.1.1 to 3.2.0#627
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/npm_and_yarn/arbitrum/nitro-contracts-3.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 3, 2026

Copy link
Copy Markdown
Contributor

Bumps @arbitrum/nitro-contracts from 1.1.1 to 3.2.0.

Release notes

Sourced from @​arbitrum/nitro-contracts's releases.

Arbitrum Nitro Contracts v3.2.0

v3.2.0

Highlights

Custom Data Availability Support

This release introduces a pluggable interface for custom DA providers. Chains can now implement ICustomDAProofValidator to support alternative data availability solutions beyond the built-in DAS and blob support.

Improved Base Stake Management

Base stake changes are now split into increaseBaseStake and decreaseBaseStake functions. Decreasing stake is restricted to permissioned chains with additional safety checks to prevent fund extraction attacks.

Deterministic Factory Deployment

Factory contracts now deploy to deterministic addresses via Create2, simplifying multi-chain deployments and verification.

Breaking Changes

Interface Changes

  • IRollupAdmin.setBaseStake(uint256)decreaseBaseStake(uint256, uint64) + increaseBaseStake(uint256)
  • IRollupEventInbox.rollupInitialized(uint256, string)rollupInitialized(uint256, string, uint256)

Constructor Changes

  • RollupCreator now requires all template parameters at construction
  • OneStepProverHostIo requires customDAValidator address (use address(0) for default behavior)

Removed Functionality

  • BridgeCreator.updateTemplates() and updateERC20Templates() - templates are now immutable
  • ValidatorWalletCreator.setTemplate() - template is now immutable
  • FactoryDeployerHelper contract removed entirely

What's Changed

New Contributors

Full Changelog: https://github.com/OffchainLabs/nitro-contracts/compare/v3.1.1..v3.2.0

Arbitrum Nitro Contracts v3.2.0-beta.0

... (truncated)

Commits
  • 2695e7b Merge pull request #408 from OffchainLabs/develop
  • 97fb837 fix: factory deployment for non arbitrum L2s (#411)
  • 6c42bdd Merge branch 'main' into develop
  • fb4cd4f Update change date in LICENSE.md to 2030 (#409)
  • 2c26a00 Merge pull request #395 from OffchainLabs/release-3.2.0
  • 0a8d87b chore: set version to 3.2.0
  • fe16f70 Update audit-ci.jsonc
  • 76c5e0a Fix executeValidatePreimage to match Rust prover validation (#398)
  • 4341b13 Rename arbitrator/ dir to crates/ (#406)
  • 036a4cc fix: verification process (#397)
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 3, 2026
@cla-bot cla-bot Bot added the cla-signed label Mar 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/arbitrum/nitro-contracts-3.2.0 branch from d2fd171 to f81cde0 Compare March 25, 2026 16:59
Bumps [@arbitrum/nitro-contracts](https://github.com/offchainlabs/nitro-contracts) from 1.1.1 to 3.2.0.
- [Release notes](https://github.com/offchainlabs/nitro-contracts/releases)
- [Commits](OffchainLabs/nitro-contracts@v1.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: "@arbitrum/nitro-contracts"
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/arbitrum/nitro-contracts-3.2.0 branch from f81cde0 to 05bae2d Compare March 27, 2026 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant