- 11 Sep, 2022 12 commits
-
-
Joshua Gutow authored
* op-node: goimports * op-batcher: goimports * op-proposer: goimports * Fix deleted line due to overeager sed * fix imports Co-authored-by:
protolambda <proto@protolambda.com>
-
Mark Tyneway authored
op-node,op-proposer: move rollup client bindings
-
Mark Tyneway authored
contracts-bedrock: delete hardhat genesis tasks
-
Will Cory authored
* add wsteth to indexer * changeset Co-authored-by:
Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by:
Mark Tyneway <mark.tyneway@gmail.com>
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
contracts-bedrock: regenerate storage layout
-
protolambda authored
-
mergify[bot] authored
-
Mark Tyneway authored
-
Mark Tyneway authored
op-chain-ops: better error message
-
Mark Tyneway authored
-
- 10 Sep, 2022 28 commits
-
-
protolambda authored
* op-node: sync start update func signature, port over tests from safe-head-fix pr * op-node: sync start now starts with current heads by label * op-node: single loop find-heads * op-node: sync - clean up go doc * op-node: use sync fn in engine queue * op-node: fix engine queue finalization test * op-node: sync off-by-one fix * op-node: fix highest l2 block with canon origin, need to reset when l1 reorg * op-node: handle non-standard safe/finalized not found errors * op-node: sync start review fixes / comment typos * op-node: seq window size check with l1 origin, update engine queue test with extra l1 origin, now that off by 1 fix applies properly to chains with multiple L2 blocks per L1 block * op-node: start from parent block before seq nr 0 * Update op-node/rollup/sync/start.go Co-authored-by:
Joshua Gutow <jgutow@optimism.io> * review fixes * fix lint Co-authored-by:
Joshua Gutow <jgutow@optimism.io> Co-authored-by:
Matthew Slipper <me@matthewslipper.com>
-
Mark Tyneway authored
feat(ctb): tweak XDM storage layout
-
Mark Tyneway authored
Improve the error message during genesis generation
-
Kelvin Fichter authored
Tweaks the storage layout of the CrossDomainMessenger base contract to reduce the number of changes with the existing system. The L1CrossDomainMessenger has no storage diff after this PR.
-
Mark Tyneway authored
These are no longer used, in favor of the `op-node` commands that generate the genesis files instead. contracts-bedrock: delete imports
-
smartcontracts authored
feat(ctb): make StandardBridge vars immutable
-
Mark Tyneway authored
chore: Upgrade foundry
-
Kelvin Fichter authored
Updates the StandardBridge to use immutable variables instead of state variables. Primary reason for this change is to guarantee that the storage layout will not be a problem during the upgrade. Plus, there's really no reason why these variables shouldn't be immutable.
-
protolambda authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Matthew Slipper authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
protolambda authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Matthew Slipper authored
* op-node: Add heartbeater * Update op-node/heartbeat/service.go Co-authored-by:
Joshua Gutow <jgutow@optimism.io> * imports Co-authored-by:
Joshua Gutow <jgutow@optimism.io>
-
Mark Tyneway authored
Use `hardhat compile` so that it ensures that the artifacts used by the generator are up to date
-
Mark Tyneway authored
Moves the `GovernanceToken` into `contracts-bedrock` so that its artifact can be easily inspected. This is the first step in deleting `contracts-governance`. The other files should be moved to `contracts-periphery`.
-
Mark Tyneway authored
Every L2 predeploy that has `Semver` must be built so that it's immutables are handled, even though they are hardcoded in the bytecode. Co-authored-by:
Matthew Slipper <me@matthewslipper.com>
-
Mark Tyneway authored
fix(ci): properly publish hardhat-node
-
Mark Tyneway authored
l2geth: add block tag to `eth_estimateGas`
-
Mark Tyneway authored
Fix: expired Discord link
-
Mark Tyneway authored
-
Matthew Slipper authored
* op-node: Add additional command to generate L2 configs This command will be used in bedrock-regentool to replace the old hardhat scripts. * fix linter
-
Mark Tyneway authored
-
Matthew Slipper authored
Release op-* v0.8.6
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
* op-chain-ops: Allow configurable dev accounts * Set difficulty to zero * Add tests
-