Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Here is a list of common upgrade paths that can be used to upgrade the Orbit cha

### [ArbOS 32 Bianca](https://docs.arbitrum.io/run-arbitrum-node/arbos-releases/arbos32)

1. Upgrade your Nitro node(s) to [Nitro v3.1.2](https://github.com/OffchainLabs/nitro/releases/tag/v3.1.2)
1. Upgrade your Nitro node(s) to [Nitro v3.3.1](https://github.com/OffchainLabs/nitro/releases/tag/v3.3.1)
1. Upgrade `nitro-contracts` to `2.1.0` using [nitro-contract 2.1.0 upgrade action](scripts/foundry/contract-upgrades/2.1.0)
1. Schedule the ArbOS 32 Bianca upgrade using [ArbOS upgrade at timestamp action](scripts/foundry/arbos-upgrades/at-timestamp)

Expand Down
6 changes: 5 additions & 1 deletion test/storage/AddWasmCacheManagerAction
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@

╭------+------+------+--------+-------+----------╮
| Name | Type | Slot | Offset | Bytes | Contract |
|------|------|------|--------|-------|----------|
+================================================+
╰------+------+------+--------+-------+----------╯

6 changes: 5 additions & 1 deletion test/storage/EnableFastConfirmAction
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@

╭------+------+------+--------+-------+----------╮
| Name | Type | Slot | Offset | Bytes | Contract |
|------|------|------|--------|-------|----------|
+================================================+
╰------+------+------+--------+-------+----------╯

6 changes: 5 additions & 1 deletion test/storage/NitroContracts1Point2Point1UpgradeAction
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@

╭------+------+------+--------+-------+----------╮
| Name | Type | Slot | Offset | Bytes | Contract |
|------|------|------|--------|-------|----------|
+================================================+
╰------+------+------+--------+-------+----------╯

6 changes: 5 additions & 1 deletion test/storage/NitroContracts2Point1Point0UpgradeAction
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@

╭------+------+------+--------+-------+----------╮
| Name | Type | Slot | Offset | Bytes | Contract |
|------|------|------|--------|-------|----------|
+================================================+
╰------+------+------+--------+-------+----------╯

6 changes: 5 additions & 1 deletion test/storage/SetSequencerInboxMaxTimeVariationAction
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@

╭------+------+------+--------+-------+----------╮
| Name | Type | Slot | Offset | Bytes | Contract |
|------|------|------|--------|-------|----------|
+================================================+
╰------+------+------+--------+-------+----------╯

6 changes: 5 additions & 1 deletion test/storage/UpgradeArbOSVersionAtTimestampAction
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@

╭------+------+------+--------+-------+----------╮
| Name | Type | Slot | Offset | Bytes | Contract |
|------|------|------|--------|-------|----------|
+================================================+
╰------+------+------+--------+-------+----------╯

Loading