- 24 Nov, 2022 11 commits
-
-
Zach Howard authored
Merging develop to master for release
-
Zach Howard authored
Version Packages
-
github-actions[bot] authored
-
Zach Howard authored
Fix changesets and release
-
Zach Howard authored
remove the integration-tests-bedrock changeset since the package was …
-
Zach Howard authored
-
Zach Howard authored
Trigger releases
-
Maurelian authored
-
Maurelian authored
-
Kelvin Fichter authored
Fixes a deploy bug that slipped through CI because the devnet test was not a required check.
-
Maurelian authored
-
- 23 Nov, 2022 23 commits
-
-
mergify[bot] authored
feat(ctb): move L2OO genesis setup to init
-
Kelvin Fichter authored
Moves genesis output, timestamp, and block number setup to the initializer. This is necessary because we will not have this information at deploy time for the migration deployment.
-
mergify[bot] authored
maint: remove teleportr
-
Mark Tyneway authored
refactor: fix typo `NewTransactionManger`
-
Mark Tyneway authored
-
mergify[bot] authored
fix(ctb): Address DoS vulnerability in `OptimismPortal`'s `proveWithdrawalTransaction`
-
Neuti Yoo authored
-
clabby authored
-
clabby authored
-
mergify[bot] authored
feat(ctb): allow multiple output deletions
-
mergify[bot] authored
fix(sdk): final flake hotfix
-
Kelvin Fichter authored
Removes teleportr since it's being deprecated.
-
Kelvin Fichter authored
Updates the L2OutputOracle to allow deletion of multiple outputs at the same time. This is a safety mechanism that prevents a compromised sequencer from forcing the multisig into deleting potentially thousands of bad outputs one by one.
-
Kelvin Fichter authored
Final hotfix for flakes, if this doesn't work then I'll dive into figuring out the root cause. Now we wait 30 seconds and only continue if we haven't seen a reorg for the full 30 seconds.
-
mergify[bot] authored
maint(ctb): minor cleanups in L2OO
-
mergify[bot] authored
feat(ctb): unify fresh and migration deployments
-
mergify[bot] authored
ctb: Remove old beta-1 network
-
Kelvin Fichter authored
Several small cleanups to the L2OutputOracle.
-
mergify[bot] authored
fix(sdk): test flakes #2
-
Kelvin Fichter authored
Additional tweaks to prevent test flakes in the SDK.
-
Kelvin Fichter authored
Removes the concept of a "Fresh" deployment and deploys some legacy contracts where necessary so that all new deployments will mirror the mainnet system. Although this enshrines some legacy code, it means that we won't have multiple conflicting deployments in the future.
-
mergify[bot] authored
fix(sdk): test flakes
-
Kelvin Fichter authored
Fixes test flakes in the SDK
-
- 22 Nov, 2022 6 commits
-
-
clabby authored
-
mergify[bot] authored
feat(ctb): MSD exit point 1
-
Matthew Slipper authored
Most ephemeral networks created via the regntool don't need verification. This PR allows verification to be enabled on a case-by-case basis by setting an environment variable.
-
Maurelian authored
-
Maurelian authored
op-node: More test cleanup
-
Maurelian authored
-