- 20 Oct, 2022 4 commits
-
-
Zach Howard authored
-
Will Cory authored
* add ecopod mergify rules * and was unnecessary does this fix it? * Update mergify.yml Co-authored-by:
Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by:
Matthew Slipper <me@matthewslipper.com>
-
mergify[bot] authored
specs,op-node: Clarify Max RLP Bytes Per Channel
-
mergify[bot] authored
-
- 19 Oct, 2022 15 commits
-
-
mergify[bot] authored
op-e2e: actiont test l2 block building - prepare tx before applying it
-
mergify[bot] authored
-
protolambda authored
op-e2e: actiont test l2 block building - deposit processing needs to prepare state before applying tx
-
mergify[bot] authored
op-node: Skip conf depth check if L1 head is empty
-
Joshua Gutow authored
The L1 Head block in the conf depth is pulled from the L1 State object. The L1 State is never initialized at startup but instead from the new head channel. This means that prior to the first new head, any code which calls BlockByNumber would always fail if the conf depth was not zero.
-
mergify[bot] authored
fix(ctb): move inits under constructors
-
mergify[bot] authored
-
Matthew Slipper authored
-
mergify[bot] authored
ci: Fix incorrect flag naming on codecov upload
-
Maurelian authored
-
mergify[bot] authored
feat: withdrawal migration
-
Joshua Gutow authored
This pulls it out into it's own constant inside the op-node. This also clarifies where the limit is applied and the implications that the limit has on what batches can be accepted.
-
Mark Tyneway authored
-
mergify[bot] authored
INF-11 updates docker-publish jobs to use OIDC auth
-
mergify[bot] authored
-
- 18 Oct, 2022 21 commits
-
-
Kelvin Fichter authored
Standardizes the location of initializers to be under constructors.
-
mergify[bot] authored
op-node: Add P2P metrics
-
mergify[bot] authored
-
Matthew Slipper authored
-
mergify[bot] authored
op-e2e: last receipt getter
-
Matthew Slipper authored
-
mergify[bot] authored
-
Mark Tyneway authored
Add a getter for fetching the last receipt. This is useful if values from a receipt need to be parsed as input to additional calls
-
mergify[bot] authored
op-e2e: user action allow set calldata
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
mergify[bot] authored
op-e2e: user action allow set value
-
mergify[bot] authored
-
mergify[bot] authored
op-chain-ops: add weth9 as a L1 predeploy
-
mergify[bot] authored
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
Mark Tyneway authored
-
Mark Tyneway authored
This will make e2e testing that requires and erc20 token that is mintable easy. Just send eth to the correct address and then you will have an erc20 token. This will be used for e2e tests for token deposits and withdrawals.
-