- 07 Dec, 2023 29 commits
-
-
Felipe Andrade authored
-
Joshua Gutow authored
Fix several minor typos
-
Mark Tyneway authored
build(deps-dev): bump typescript from 5.3.2 to 5.3.3
-
Mark Tyneway authored
contracts-bedrock: Allow initializing system as paused
-
Joshua Gutow authored
CI: Fix proxyd store tests
-
Adrian Sutton authored
op-e2e: Use deterministic RNG in l2 batcher test
-
Maurelian authored
-
Maurelian authored
-
Adrian Sutton authored
op-e2e: Refactor dispute game helpers
-
Matthew Slipper authored
-
Maurelian authored
contracts-bedrock: Deploy L1StandardBridge extended pause
-
dependabot[bot] authored
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.2 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Sukey authored
-
Maurelian authored
contracts-bedrock: L2StandardBridge `initialize()`
-
Sukey authored
-
Maurelian authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Adds an `initialize()` function to the `L2StandardBridge` implementation. This standardizes on having noop init functions for L2 contracts. They are set in genesis state directly so the initialize function should never execute. Keeping it there is more transparent. Otherwise one may forget that it is initializable. The `_initialized` storage slot MUST be set during L2 genesis generation.
-
Adrian Sutton authored
-
Adrian Sutton authored
Currently ignored until contracts select the correct pre-state for steps.
-
Adrian Sutton authored
Retrieve the various clients and endpoints required from the System rather than needing to pass them into multiple different methods.
-
Joshua Gutow authored
op-node: Span batch Unprotected Tx Handling + Logic Error Fix
-
Joshua Gutow authored
specs: typo fix
-
Sebastian Stammler authored
Add `PrefetchingEthClient`, which builds a cache of ethclient data for callers.
-
Joshua Gutow authored
-
EvanJRichard authored
op-service: Add new eth client alternative PrefetchingEthClient, which proactively fills its cache with blocks, receipts, and txns. Co-authored-by:
Sebastian Stammler <seb@oplabs.co>
-
Pan chao authored
-
Matthew Slipper authored
fix(ctb): Output Bisection Alphabet VM
-
- 06 Dec, 2023 11 commits
-
-
Mark Tyneway authored
contracts-bedrock: add bool getter/setter to `Storage.sol`
-
Taem Park authored
span-batches: encode bitlists as big-endian integers, use standard Go…
-
protolambda authored
span-batches: encode bitlists as big-endian integers, use standard Go big.Int encoding/decodig, update spec
-
Adrian Sutton authored
op-challenger: Close the polling client
-
Tei Im authored
-
pcw109550 authored
-
Hamdi Allam authored
feat(Indexer) - Troubleshooting Runbook
-
Matthew Slipper authored
op-e2e: Use a fixed seed to make TestMixedDeposits repeatable
-
Maurelian authored
contracts-bedrock: ERC721Bridge pausable
-
Mark Tyneway authored
-
Mark Tyneway authored
build(deps-dev): bump hardhat from 2.19.1 to 2.19.2
-