- 23 May, 2023 8 commits
-
-
OptimismBot authored
op-node: GC for peer scores
-
mergify[bot] authored
-
Mark Tyneway authored
contracts-bedrock: seize and split gas management
-
mergify[bot] authored
-
OptimismBot authored
feat(op-challenger): L2OutputOracle Filter Query.
-
mergify[bot] authored
-
Adrian Sutton authored
-
Mark Tyneway authored
Ensure that a constant amount of gas is passed to each account when splitting up the seized bond. We can assume that the recipients will be able to receive ether with 30,000 gas. It is the end user's fault if they do funny business in a fallback function and cannot receive the ether. We also cannot revert if the transfer fails because a malicious entity could prevent all other entities from receiving their funds. Previously, the amount of gas sent to each recipient was different and also based on the amount of gasleft in the execution. The problem with using gasleft here is that gas estimation will result in enough gas being used for the most gas guzzling call to be used for each of the calls.
-
- 22 May, 2023 11 commits
-
-
OptimismBot authored
op-service: Define an abstract Clock
-
mergify[bot] authored
-
OptimismBot authored
op-node: Add extended peer store to store scores
-
protolambda authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
Supports storing gossip scores for peers.
-
Adrian Sutton authored
Provides by system and deterministic implementations so services can have a common abstraction over time functions that enables testing.
-
OptimismBot authored
docs: update
-
Mark Tyneway authored
-
Mark Tyneway authored
-
- 20 May, 2023 5 commits
-
-
OptimismBot authored
fix(proxyd): clean up cache initialization
-
mergify[bot] authored
-
Andreas Bigger authored
-
OptimismBot authored
op-wheel: Copy the header safely
-
Matthew Slipper authored
The header wasn't being copied, which was leading to issues finding the latest block when starting Geth against a cheated L1 disk. This PR uses the Geth `CopyHeader` utility to safely copy the header.
-
- 19 May, 2023 16 commits
-
-
OptimismBot authored
fix: hardhat dev dependency
-
Kelvin Fichter authored
-
Felipe Andrade authored
-
Felipe Andrade authored
-
OptimismBot authored
op-node: Modify p2p unsafe sync rate limits
-
mergify[bot] authored
-
OptimismBot authored
feat(sdk): add custom bridge address for ECO
-
James Kim authored
-
James Kim authored
-
James Kim authored
-
James Kim authored
-
James Kim authored
-
James Kim authored
-
James Kim authored
-
James Kim authored
-
James Kim authored
-