- 13 Oct, 2022 1 commit
-
-
protolambda authored
-
- 07 Oct, 2022 9 commits
-
-
protolambda authored
op-node: reset buildingID in CompleteBuildingBlock to also do so when not calling the legacy start/complete combination
-
protolambda authored
-
mergify[bot] authored
ctb: Format forge tests with prettier
-
Maurelian authored
-
mergify[bot] authored
fix: update goerli scc address
-
mergify[bot] authored
-
Matthew Slipper authored
-
mergify[bot] authored
op-e2e: action testing L2 sequencer, use L1State in verifier
-
mergify[bot] authored
-
- 06 Oct, 2022 28 commits
-
-
mergify[bot] authored
ctb: Fix codecov flag args to match config
-
mergify[bot] authored
-
mergify[bot] authored
CI Builder: install slither==0.9.0
-
mergify[bot] authored
-
mergify[bot] authored
feat(sdk): add Bedrock Alpha Testnet contracts
-
mergify[bot] authored
-
Maurelian authored
-
Annie Ke authored
-
mergify[bot] authored
indexer: Restore some bindings
-
mergify[bot] authored
-
protolambda authored
-
mergify[bot] authored
ENG-2835 adds release configs for endpoint-monitor
-
mergify[bot] authored
-
mergify[bot] authored
Use uint64 for arithmetic in XDM's baseGas
-
Maurelian authored
-
Maurelian authored
-
Matthew Slipper authored
To support Bedrock and non-Bedrock within the same indexer, we need to include the SCC bindings.
-
Maurelian authored
-
Matthew Slipper authored
This allows us to use stacked diffs more effectively.
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
Prepares the repo to land the indexer changes by mocing some additional utilities to `op-e2e` and moving `backoff` from `op-node` into `op-service`.
-
Kelvin Fichter authored
Adds contract addresses for the Bedrock Alpha testnet.
-
Joshua Gutow authored
* op-node: Simplify Receipts Fetching API The previous API would return a receipts fetcher that the caller was responsible for iterating through and then calling `Result` on. This moves this inside the `Fetch` function. This simplifies usage of the API and does not result in performance regression because the receipts hash check requires all receipts to be fetched before * Cache receipts fetcher rather than receipts This modifies the refactor to be equivalent to the previous code. Caching the receipts fetcher is actually critical for performance because the fetcher caches intermediate results. The fetcher typically makes lots of calls to fetch all the receipts so if all work is thrown out on a single failure it will be very hard for the node to make progress. * Rename Fetch -> FetchReceipts
-
Mark Tyneway authored
* ctp: mainnet nft bridge deployments * Create mighty-planets-pump.md Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 05 Oct, 2022 2 commits
-
-
Maurelian authored
* ctb: Rename event in the L2ToL1MessagePasser The new name MessagePassed, is less confusing since the name 'WithdrawalInitiated' is used in the L2 Bridge. * Chore: bindings * op-node: fix tests for MessagePassed topic 0 * chore: Changeset Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
protolambda authored
op-node: split driver state/model into L1 state, L1 origin selector, L2 sequencer, L2 derivation (#3647) * op-node: split driver state/model into l1 state, l1 origin selector, l2 sequencer, l2 derivation * op-node: implement driver refactor review feedback Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-