Skip to content

Arbitrum Nitro Contracts v1.1.0

Compare
Choose a tag to compare
@gzeoneth gzeoneth released this 26 Oct 16:41
· 884 commits to develop since this release
1a94dab

What's Changed

This release add Orbit with custom fee token support.

A minor storage change in the Outbox where L2ToL1Context now contains an additional field packed into the struct. As a result, Outbox.postUpgradeInit MUST be called during the upgrade from prior 1.0.x version to 1.1.0 to set the new default context.

The deployment of Inbox/ERC20Inbox and SequencerInbox now requires and additional constructor argument on the template maxDataSize, which should be set to 117964 when deployed on L1. RollupCreator.createRollup now takes a single RollupDeploymentParams struct for deployment parameters.

Here is the list of changes:

Full Changelog: v1.0.3-beta.3...v1.1.0