- 12 Dec, 2022 2 commits
- 10 Dec, 2022 32 commits
-
-
mergify[bot] authored
feat(contracts-periphery): Add attestation contract
-
Will Cory authored
prettier comments
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Mark Tyneway authored
feat(ctb): Add benchmark for `proveWithdrawalTransaction`
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
clabby authored
-
Matthew Slipper authored
* op-node: Reduce wait time * Update op-node/rollup/driver/sequencer.go Co-authored-by:
protolambda <proto@protolambda.com> * op-node: fix remaining time * op-node: handle when scheduling is bad * op-node: improve sequencing scheduling to maximize building time, timeliness and tx inclusion * op-node: estimate desired delay and sealing mode * op-node: only re-schedule next sequencing action if head changes Co-authored-by:
protolambda <proto@protolambda.com>
-
Joshua Gutow authored
The previous steps (required for this one) had the check changed script. This means that the required build artifacts were not being created and then cause this step to fail.
-
Will Cory authored
-
Will Cory authored
-
Mark Tyneway authored
[RFC] Bedrock: rename "optimism" ENR key to "opstack"
-
Will Cory authored
-
Mark Tyneway authored
specs: update predeploy spec
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
It fell out of date, so this commit updates the spec to be more modern. It also removes the inlined solidity interfaces for the contracts and instead adds a link to the contract itself. This will help to prevent churn with maintaining a copy of the interface inlined in the spec. Some language is updated when describing each predeploy. There is a tradeoff in having the contracts themselves explain each function vs the spec explaining each function.
-
mergify[bot] authored
feat(ctb): preserve legacy ETH invariant
-
- 09 Dec, 2022 6 commits
-
-
mergify[bot] authored
ctb: Add echidna tests for Hashing
-
Maurelian authored
-
Kelvin Fichter authored
Preserves the invariant in LegacyERC20ETH that balanceOf(x) is always the same as address(x).balance. balanceOf is the only function that was not being blocked and contracts may exist that rely on this behavior.
-
mergify[bot] authored
fix(cmn): BaseServiceV2 options parsing bug
-
mergify[bot] authored
feat(cmn): make logLevel a default option
-
mergify[bot] authored
ctb: Add echidna tests for metering
-