- 23 Nov, 2022 5 commits
-
-
mergify[bot] authored
ctb: Remove old beta-1 network
-
mergify[bot] authored
fix(sdk): test flakes #2
-
Kelvin Fichter authored
Additional tweaks to prevent test flakes in the SDK.
-
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
-
- 18 Nov, 2022 3 commits
-
-
mergify[bot] authored
Update forge-std and use bound instead of vm.assume
-
Maurelian authored
ctb: Update Hashing tests with bounded version ctb: Update Portal tests with bound
-
Maurelian authored
-
- 16 Nov, 2022 6 commits
-
-
mergify[bot] authored
feat(ctb): allow owner to finalize MSD at any time
-
mergify[bot] authored
Deleted unused variables from contracts-bedrock and add changeset
-
Kelvin Fichter authored
Allows the owner of the MigrationSystemDictator to finalize the deployment at any time. Finalizing the deployment will transfer ownership of relevant contracts to the final owner.
-
ProtocolWhisper authored
-
mergify[bot] authored
fix(ctb): tweak addresses for MSD to wipe
-
Matthew Slipper authored
-