- 03 Jun, 2022 5 commits
-
-
Mark Tyneway authored
-
Mark Tyneway authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Joshua Gutow authored
Errors were not being logged. Note that we keep processing in the presence of batch derivation errors as we do not trust this L1 input to always be valid.
-
Mark Tyneway authored
contracts-bedrock: migrate to `packages`
-
Diederik Loerakker authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 02 Jun, 2022 28 commits
-
-
Mark Tyneway authored
l2geth: fix docker release build
-
Mark Tyneway authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Also lint now that linting rules apply
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Also remove the dependency on `contracts` by pulling in files that `contracts-bedrock` depends on.
-
smartcontracts authored
Drippie is a helper contract for managing automatic contract interactions. Drippie is meant to be deployed as a middle layer between our contracts and other automation services like Gelato. This commit also revamps the deployment process to use hardhat-deploy deterministic deployments, ledger support, and better authentication.
-
Mark Tyneway authored
The previous build didn't work due to a bug in the CI, this fixes the release
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
Develop -> Master PR
-
- 01 Jun, 2022 7 commits
-
-
Mark Tyneway authored
fix: op-exporter build
-
Mark Tyneway authored
-
Mark Tyneway authored
Fixes the docker build for `l2geth-exporter` Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Mark Tyneway authored
The docker build was broken, this commit fixes it Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Adds logic to startup that will attempt to recover from situations in which a DTL batch was skipped. Specifically meant to allow existing L1 syncing nodes to continue to sync after the recent DTL bug.
-
Mark Tyneway authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Joshua Gutow authored
This reduces the gas on the L1 Info Transaction from 99,999,999 down to 75,000. This is required as the gas from deposits is now being counted against the total gas used in the L2 block. Typically the transaction only uses around 30k gas and 35k would be fine; however, for the first transaction, it uses more gas to set the storage slots from zero (around 70k gas). As such, we set it to a single gas limit for the time being. We also give it a buffer of 5k gas to ensure that this transaction will not fail.
-