- 02 Jun, 2022 1 commit
-
-
Mark Tyneway authored
Develop -> Master PR
-
- 01 Jun, 2022 8 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.
-
Matthew Slipper authored
-
- 31 May, 2022 1 commit
-
-
Mark Tyneway authored
The build and the docker build was broken, this commit fixes that
-
- 27 May, 2022 13 commits
-
-
Mark Tyneway authored
deps: bump go-ethereum to 1.10.17
-
dependabot[bot] authored
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.16 to 1.10.17. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](https://github.com/ethereum/go-ethereum/compare/v1.10.16...v1.10.17) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Bumps internal dependency versions for the integration tests. Changesets should keep this in sync from now on. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Mark Tyneway authored
-
Mark Tyneway authored
-
dependabot[bot] authored
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.16 to 1.10.17. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](https://github.com/ethereum/go-ethereum/compare/v1.10.16...v1.10.17) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.16 to 1.10.17. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](https://github.com/ethereum/go-ethereum/compare/v1.10.16...v1.10.17) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.16 to 1.10.17. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](https://github.com/ethereum/go-ethereum/compare/v1.10.16...v1.10.17) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.16 to 1.10.17. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](https://github.com/ethereum/go-ethereum/compare/v1.10.16...v1.10.17) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.16 to 1.10.17. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](https://github.com/ethereum/go-ethereum/compare/v1.10.16...v1.10.17) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Joshua Gutow authored
Repeatedly using time.After in a select loop leaks resources as resources are allocated for each timer, but not released until the timer fires. The timer may not fire due to other return paths. By using tickers, this resource leak is no longer able to happen. I verified that this problem no longer exists with the following semgrep command. semgrep --config="r/dgryski.semgrep-go.timeafter.leaky-time-after" Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Updates legacy MetricsServer to bind to 0.0.0.0 instead of 127.0.0.1 by default which makes it possible to expose the metrics server from inside docker. Only the DTL is still using legacy metrics, so should be fine. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Joshua Gutow authored
fmt.Sprintf is discouraged from being used to create network addresses.
-
- 26 May, 2022 2 commits
-
-
smartcontracts authored
fix: update ethers deps
-
Kelvin Fichter authored
Updates all ethers dependencies in response to the BN.js bug reported for versions below 5.8.6. Also removes various extra dependencies to reduce the total number of deps and simplify the process of updating in the future.
-
- 24 May, 2022 4 commits
-
-
Joshua Gutow authored
This command runs `go mod tidy` in every bedrock go module. This enables easier updating of self-dependent modules. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Joshua Gutow authored
go.work.sum holds references to transitive dependencies. The size of the file can be reduced even more with `go work sync`, however that command modifies every subproject's go.mod and go.sum Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Joshua Gutow authored
The gitignore was non-existant or ignoring the old binary. This updates them to hide the `bin` directory (where builds are placed). Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Joshua Gutow authored
This specifically notifies users if abigen, forge, and gofmt are not found in the path. This is to provide an early warning that the commands are required instead of failing when attempting to invoke the commands.
-
- 23 May, 2022 3 commits
-
-
Mark Tyneway authored
bedrock-contracts: fix hardhat build
-
mergify[bot] authored
-
Daniele Salatti authored
* Fix: make build for Apple Silicon I had the same issue as #2429, adding `eudev-dev` and `build-base` fixes it. * Remove redundant eudev-dep from Dockerfile.packages Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 21 May, 2022 1 commit
-
-
Mark Tyneway authored
Adds in a compiler version for WETH9, since it requires an older compiler version
-
- 20 May, 2022 3 commits
-
-
Diederik Loerakker authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Diederik Loerakker authored
* fix(exec-engine): typo * specs: fix TOC Co-authored-by:
Ori Pomerantz <qbzzt1@gmail.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Liam Horne authored
-
- 19 May, 2022 4 commits
-
-
Diederik Loerakker authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Diederik Loerakker authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Diederik Loerakker authored
* fix(op-node/flags): fix p2p advertise udp flag * fix(op-node/rollup): fix config validation Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Mark Tyneway authored
* contracts: update forge-std This adds 2 new cheatcodes to the `vm` interface, a `expectCall` that asserts on the call with a `msg.value` set to a specific amount as well as a `mockCall` that can send a specific amount of value as part of the mocked call. * contracts: deploy OVM_ETH as part of setup * contracts: deployer whitelist * contracts: OVM_ETH * contracts: sequencer fee vault * contracts: weth9 * contracts: ignore linting for weth9 * contracts: gas oracle * contracts: l1 standard bridge * contracts: new snapshot Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-