- 24 Nov, 2022 1 commit
-
-
clabby authored
-
- 23 Nov, 2022 13 commits
-
-
clabby authored
toc
-
clabby authored
-
mergify[bot] authored
fix(sdk): final flake hotfix
-
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 20 commits
-
-
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
-
Maurelian authored
-
Maurelian authored
op-node: Use assert rather than require
-
Maurelian authored
-
Matthew Slipper authored
-
Kelvin Fichter authored
Introduces the first exit point for the MigrationSystemDictator.
-
mergify[bot] authored
CI: Enable Hive to work with external contributors
-
Matthew Slipper authored
Bedrock: release v0.10.1 go modules
-
protolambda authored
-
protolambda authored
-
protolambda authored
-
protolambda authored
-
protolambda authored
-
mergify[bot] authored
fix(ctb): allow same L2OO owner and proposer
-
Kelvin Fichter authored
Tweaks the L2OutputOracle to allow owner and proposer addresses to be the same. Extra logic required to prevent this case added smart contract code to a critical contract and it's unlikely that this will be a problem in practice.
-
Joshua Gutow authored
This splits the docker publish job into a build & publish job. They were previously just steps. The build step uses docker save & circle workspaces to provide the docker images to dependent jobs (like the publish & hive jobs). This makes one change to the hive job to remove the docker.pull=true flag. This is because it loads the image locally but in the case of an external contributor the image will not be published. Docker will use the local image first & then pull other images if they are not present.
-
- 21 Nov, 2022 4 commits
-
-
Joshua Gutow authored
The old nightlies used a partial build (which is the purpose of the --target flag), but they were removed in PR #3330 (commit f772f66c).
-
Mark Tyneway authored
Fix: Proper debug output for L1 CTC Address env var in l2geth-exporter
-
mergify[bot] authored
feat(ctb): no gas snapshot for fuzz tests
-
Mark Tyneway authored
-
- 20 Nov, 2022 1 commit
-
-
Kelvin Fichter authored
Use the new no-match-test option for gas snapshots to remove differential and fuzz tests from gas snapshots. Significantly speeds up the process of generating gas snapshots.
-
- 19 Nov, 2022 1 commit
-
-
epociask authored
-