- 16 Feb, 2023 5 commits
-
-
Mark Tyneway authored
Use the named function arguments syntax for encoding the nonce in the L1CrossDomainMessenger tests. This reduces the cognitive overhead of ensuring that the tests are correct. I had to spend the mental energy figuring out what the arguments were over and over again so i elimated the problem by moving to the kargs syntax. I believe that tests should require the least amount of mental overhead as possible to confirm their correctness. This is a single commit that reduces the mental overhead of ensuring our test suite is correct.
-
mergify[bot] authored
op-chain-ops: Add inject-mints tool
-
Matthew Slipper authored
We have some replicas that synced with an old version of l2geth that wasn't adding mints to the witness data. This PR adds a tool called `inject-mints` that will add historical mints data to an existing witness file so that we don't have to resync those replicas. Fixes CLI-3348
-
mergify[bot] authored
maint(ctb): revamp the rekey task
-
mergify[bot] authored
-
- 15 Feb, 2023 35 commits
-
-
Matthew Slipper authored
proxyd: Remove logging
-
Matthew Slipper authored
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
mergify[bot] authored
op-node: Fix `Frame` parsing
-
mergify[bot] authored
-
mergify[bot] authored
proxyd: Add global flag to method overrides
-
Sebastian Stammler authored
-
Matthew Slipper authored
This allows us to set global limits on individual RPCs that ignore any origin/user agent exemption.
-
mergify[bot] authored
txmgr: Don't submit underpriced replacements
-
mergify[bot] authored
-
mergify[bot] authored
Don't log warnings when legacy block gossip validation fails
-
mergify[bot] authored
-
mergify[bot] authored
fix(op-node): Require chain IDs to be positive
-
mergify[bot] authored
-
mergify[bot] authored
feat(ctb): add getting-started network
-
Adrian Sutton authored
-
mergify[bot] authored
-
mergify[bot] authored
Update op-geth
-
mergify[bot] authored
-
Kelvin Fichter authored
Adds the getting-started network and configuration for the OP Stack Getting Started guide.
-
Mark Tyneway authored
op-chain-ops: more strict checks for config validity
-
Adrian Sutton authored
-
Adrian Sutton authored
Update the update-op-geth script to account for removal of go.work
-
mergify[bot] authored
feat(opn): expose GasUsed in BlockInfo type
-
mergify[bot] authored
-
Mark Tyneway authored
fix(ctb): Add creation time check for `SUBMISSION_INTERVAL` > `L2_BLOCK_TIME`
-
Kelvin Fichter authored
Exposes the GasUsed field in the BlockInfo type. This has no impact on the op-node for Optimism Mainnet, but it will be used in the OP Stack Getting Started guide.
-
mergify[bot] authored
-
Mark Tyneway authored
-
clabby authored
-
Adrian Sutton authored
Improve error wording
-
Mark Tyneway authored
Adds in additional sanity checks for the config validity to prevent accidental bad configurations of the L2 predeploys. Ensures that specific values are set in the immutables. Note this this makes the immutables config specific to optimism, previously it was implemented in a generic way using a map so that it could be used with other projects that are doing similar things with setting contracts in state with their immutables preset. We could turn it into a struct instead of using a map which could make it easier to use. Tests were updated as the data in the tests failed the validation.
-
clabby authored
-