- 24 Aug, 2021 10 commits
-
-
Mark Tyneway authored
Using EIP-1559 should reduce transaction fees as using legacy transactions are more expensive based on the EIP-1559 mechanism. This bumps the version of ethers across all of the packages. This also regenerates the `yarn.lock` which upgrades deps across the codebase. It was not building until this was done due to mismatched versions in the `yarn.lock`
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
Develop -> Master Merge
-
Mark Tyneway authored
l2geth: skip clique consensus rule
-
smartcontracts authored
chore: deprecate smock v1
-
Kelvin Fichter authored
-
Mark Tyneway authored
fix: correctly use contract artifact import
-
Kelvin Fichter authored
-
Kelvin Fichter authored
-
- 21 Aug, 2021 1 commit
-
-
Mark Tyneway authored
batch-submitter,dtl: use ethers.StaticJsonRpcProvider
-
- 20 Aug, 2021 11 commits
-
-
Mark Tyneway authored
Develop -> Master Release PR
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
merge develop into master
-
Mark Tyneway authored
fix: broken indentation in release.yml
-
smartcontracts authored
-
Mark Tyneway authored
This PR migrates the applications to use the Ethers.js StaticJsonRpcProvider to reduce the number of requests that are being sent.
-
Mark Tyneway authored
Fix runtime target comment
-
Mark Tyneway authored
l2geth: various fixes to reduce the diff and add docs
-
Mark Tyneway authored
There is a rule in the Clique `verifyHeader` function that will prevent blocks with a timestamp in the future from being included in the chain. We want to ensure that this check is being the `UsingOVM` flag as to prevent blocks from ever being considered not valid.
-
Mark Tyneway authored
Attempting to standardize as much as possible around `UsingOVM` as a way to locate OVM specific changes. Also adding comments that describe the OVM specific changes.
-
- 19 Aug, 2021 2 commits
-
-
smartcontracts authored
merge develop into master
-
smartcontracts authored
-
- 18 Aug, 2021 2 commits
- 17 Aug, 2021 9 commits
-
-
Annie Ke authored
-
Annie Ke authored
-
Annie Ke authored
-
Mark Tyneway authored
feat: make contracts package browser compatible
-
Kelvin Fichter authored
-
Kelvin Fichter authored
-
Kelvin Fichter authored
-
Mark Tyneway authored
Merge pull request #1340 from ethereum-optimism/dependabot/npm_and_yarn/ops/docker/hardhat/path-parse-1.0.7 chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /ops/docker/hardhat
-
Mark Tyneway authored
l2geth: rollup client style
-
- 14 Aug, 2021 4 commits
-
-
Mark Tyneway authored
Small style fix in the rollup client Co-authored-by: r1cs
-
Mark Tyneway authored
Update L2StandardTokenFactory deployment artefact and script
-
Mark Tyneway authored
Remove examples from monorepo
-
Mark Tyneway authored
l2geth: remove dead code in `blockchain.go` and `miner/worker.go`
-
- 13 Aug, 2021 1 commit
-
-
Mark Tyneway authored
l2geth: allow RPC transactions to go to `address(0)`
-