- 21 Mar, 2023 11 commits
-
-
Madhur Shrimal authored
-
Madhur Shrimal authored
-
Madhur Shrimal authored
-
Madhur Shrimal authored
-
Madhur Shrimal authored
-
Madhur Shrimal authored
-
Madhur Shrimal authored
-
Madhur Shrimal authored
-
Madhur Shrimal authored
-
mergify[bot] authored
op-chain-ops: Check and mutate DB in parallel during OVM_ETH migration
-
mergify[bot] authored
-
- 20 Mar, 2023 22 commits
-
-
mergify[bot] authored
op-node: make find-sync-start more resilient against errors by improving cache usage
-
mergify[bot] authored
-
mergify[bot] authored
feat(ctb): Add negative test for token compliance in the `L2ERC721Bridge`
-
mergify[bot] authored
-
clabby authored
-
Matthew Slipper authored
Updates the precheck script to check and mutate the DB during the OVM_ETH migration. This saves a significant amount of time during the migration, since we avoid performing a full storage iteration over the OVM_ETH state followed by a single-threaded iteration over the addresses to migrate. Now, both run in parallel which makes the runtime of the OVM_ETH migration bounded by how quickly we can update the trie.
-
Maurelian authored
-
mergify[bot] authored
Batcher Metrics
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
By removing some code duplication and a more efficient implementation of the MaxRLPBytes test.
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
Reusable event metrics modules.
-
Sebastian Stammler authored
RefMetrics are a reusable metrics module to enable block reference metrics.
-
Sebastian Stammler authored
The caller of BlockToBatch is sometimes interested in the L1BlockInfo of the block, so instead of re-extracting it again, we just return it here.
-
Sebastian Stammler authored
This is similar to PayloadToBlockRef but takes an interface instead that e.g. a types.Block fulfills. This way, we can directly extract L2BlockRefs from type.Blocks that have a valid L1 Info Deposit tx as first tx. A block could also be converted into an ExecutionPayload, but this would make an inefficient roundtrip, marshalling and unmarshalling all transactions.
-
s7v7nislands authored
-
s7v7nislands authored
-
mergify[bot] authored
op-proposer: log L2OutputOracle version + address
-
- 19 Mar, 2023 1 commit
-
-
clabby authored
feat(ctb): Add test for `finalizeBridgeERC721` reverting if the token is not compliant with the `IOptimismMintableERC721` interface
-
- 18 Mar, 2023 6 commits
-
-
Mark Tyneway authored
Logs the L2OutputOracle version and address after building a client to call it. This is generally useful information to have and future implementations of the `op-proposer` will need to function differently depending on the version to keep the software compatible with both permissioned and permissionless output proposal submission.
-
mergify[bot] authored
feat(ctb): reduce the timeout on awaitCondition
-
mergify[bot] authored
-
mergify[bot] authored
op-service/txmgr: Better handle price bumps
-
Maurelian authored
30 seconds is too long, it feels like the script is broken.
-
mergify[bot] authored
-