- 20 Oct, 2022 19 commits
-
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
This is necessary in order to perform the mainnet OVM ETH and withdrawal hashes migration. Operates using a L2GETH_STATE_DUMP_PATH environment variable that specifies the file that addresses should be dump to. They are not deduplicated. The format of the file is: ``` ETH|<ovm eth address> MSG|<sender>|<msg> ```
-
Mark Tyneway authored
Moves the previously top level files to a new package called `ether` that is responsible for doing the legacy eth migration. The OVM_ETH ERC20 token representation of ETH will be migrated to actual ETH that is in the storage trie. This makes the system eth equiavalent.
-
mergify[bot] authored
specs: Remove outdated portions
-
mergify[bot] authored
-
mergify[bot] authored
op-node: Limit decompressed size in channel_out
-
mergify[bot] authored
-
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>
-
Joshua Gutow authored
-
Joshua Gutow authored
This ensures that the channel creator respects the limits used in derivation. This returns a sentinel error if the batch would make the channel too large.
-
mergify[bot] authored
specs,op-node: Clarify Max RLP Bytes Per Channel
-
mergify[bot] authored
-
- 19 Oct, 2022 17 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
-
Joshua Gutow authored
-
mergify[bot] authored
INF-11 updates docker-publish jobs to use OIDC auth
-
mergify[bot] authored
-
Joshua Gutow authored
-
- 18 Oct, 2022 4 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
-