-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: simplify BOLDUpgradeAction (#266)
* chore: use 2.1.0 for OldRollup * fix: wait for deployment * feat: allow excessStakeReceiver to be eoa * wip: print action calldata * wip: show executor perform call data * fix: testnode master rollup addr * wip: add local testnode executor * wip: testnode validator * wip: testnode validator wallet * fix: small range lookup * chore: sample env for testnode * feat: bold upgrade execute and improved logging * fix: use nextInboxPosition at upgrade to verify * Revert "fix: use nextInboxPosition at upgrade to verify" This reverts commit 6948823. * fix: getlog range * fix: nextInboxPosition * chore: print bold addresses * chore: log more stuffs * chore: use 1000 range when searching log * fix: parse event to get nextInboxPosition and more logging * feat: allow ROLLUP_ADDRESS override in bold upgrade * refactor: remove rollup reader * format: fix * refactor: do not upgrade old rollup * fix: format again * fix: typo * fix: min version required * chore: warn if old rollup is old * feat: make bold rollup address predictable easily * fix: expectedRollupAddress * feat: isRollupDeployedAtAddress * feat: validateRollupDeployedAtAddress * fix: squeeze within size limit * chore: whitelist npm audit issue * chore: remove excessStakeReceiver check * chore: revert typo
- Loading branch information
Showing
7 changed files
with
166 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,6 @@ | |
}, | ||
"private": false, | ||
"devDependencies": { | ||
"@arbitrum/nitro-contracts-2.1.0": "npm:@arbitrum/[email protected]", | ||
"@arbitrum/sdk": "^3.4.1", | ||
"@ethersproject/providers": "^5.7.2", | ||
"@nomicfoundation/hardhat-verify": "^2.0.9", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.