- 25 Jan, 2023 2 commits
-
-
Joshua Gutow authored
fix spec/assets/engine.svg
-
bap2pecs authored
-
- 24 Jan, 2023 14 commits
-
-
Matthew Slipper authored
ctb: Regenesis internal devnet
-
Matthew Slipper authored
Merge pull request #4773 from ethereum-optimism/zhwrd/01-23-INF-22_explicity_set_chainId_in_op-signer_SendTransaction INF-22 explicity set chainId in op-signer SendTransaction
-
Zach Howard authored
-
Zach Howard authored
-
Matthew Slipper authored
-
mergify[bot] authored
fix(cmn): waitForProvider logging bug
-
Kelvin Fichter authored
Fixes a small bug in waitForProvider where the name of the provider was being incorrectly logged.
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
mergify[bot] authored
op-chain-ops: Use precalculated mint events
-
mergify[bot] authored
-
mergify[bot] authored
feat: op-node docs
-
Andreas Bigger authored
-
- 23 Jan, 2023 16 commits
-
-
mergify[bot] authored
proxyd: Add sender-based rate limiter
-
mergify[bot] authored
-
Matthew Slipper authored
This PR adds a sender-based rate limiter to proxyd. This rate limiter throttles eth_sendRawTransaction requests based on sender in order to prevent abusive behavior on the sequencer. Integration tests have been added to test this functionality.
-
Zach Howard authored
Merge pull request #4726 from ethereum-optimism/zhwrd/01-10-INF-22_integrate_op-signer_client_with_op-proposer INF-22 integrate op-signer client with op-proposer
-
mergify[bot] authored
-
mergify[bot] authored
op-bindings: Check for duplicate artifacts
-
mergify[bot] authored
-
mergify[bot] authored
contracts-bedrock: Missing Event Tests
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Zach Howard authored
-
Matthew Slipper authored
Updates the migration to use the precalculated mint events in the witness data. This should significantly reduce the amount of time the migration takes, since it eliminates the need to iterate over mint events in the Geth DB. Fixes ENG-3220
-
Matthew Slipper authored
Checks for duplicate artifacts when instantiating the `hardhat` object. This armors against an issue in the regentool where the regentool was passing in the deployments directory rather than the network directory. This led to artifacts being non-deterministically chosen based on however `fs.WalkDir` iterated over the deployments directory. Fixes ENG-3054
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
Merge pull request #4725 from ethereum-optimism/zhwrd/01-09-INF-22_integrate_op-signer_client_with_op-batcher INF-22 integrate op-signer client with op-batcher
-
- 22 Jan, 2023 2 commits
-
-
Matthew Slipper authored
Add two step monitor package to dockerfile and releases
-
Matthew Slipper authored
Add scaffolding for new 'two-step-monitor' package
-
- 21 Jan, 2023 6 commits
-
-
mergify[bot] authored
op-proposer: Cleanup
-
mergify[bot] authored
-
Joshua Gutow authored
This removes the driver / service design from the proposer & puts it all in the L2 Output Submitter. This significantly reduces some of the boilerplate. This also removes some extra config options.
-
Mark Tyneway authored
l2geth: default gascap
-
Mark Tyneway authored
Follows upstream by setting a default gascap for rpc
-
Maurelian authored
-