- 27 Oct, 2022 9 commits
-
-
Mark Tyneway authored
-
mergify[bot] authored
op-chain-ops: implement migration script
-
Mark Tyneway authored
-
mergify[bot] authored
op-e2e: cleanup test actors, run all action tests in parallel
-
mergify[bot] authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Does not yet include the validation checks
-
Mark Tyneway authored
Add go code for reading output of the `migration-data` package.
-
- 26 Oct, 2022 18 commits
-
-
mergify[bot] authored
ctb: Add beta-1 artifacts
-
mergify[bot] authored
-
mergify[bot] authored
op-node,specs: Drop invalid batches
-
mergify[bot] authored
-
smartcontracts authored
chore: rename verifyFoundryInstall.ts to verify-foundry-install.ts
-
mergify[bot] authored
specs,op-node: Clarify channel bank pruning
-
protolambda authored
-
Chris Wolf authored
-
Matthew Slipper authored
Also includes updates to the oneshot container to work with beta-1. The beta-1 container is already pushed to the remote.
-
mergify[bot] authored
-
mergify[bot] authored
feat(md): state dump file parsing
-
mergify[bot] authored
-
mergify[bot] authored
op-chain-ops: improve error message
-
mergify[bot] authored
-
mergify[bot] authored
specs,op-node: Clarify max bytes per channel comparison
-
mergify[bot] authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Improves the error message when reading a deploy config to print the path. Will be helpful for CLI tooling that consumes this function to give a better error message at runtime.
-
- 25 Oct, 2022 13 commits
-
-
Kelvin Fichter authored
Adds a command for parsing state dump files from l2geth into two json files to be inputted to the migration script.
-
Joshua Gutow authored
The exact requirement is that the input length is less than or equal to the max bytes per channel. This comparison is done with inputLimit in the RLP reader.
-
mergify[bot] authored
chore: Delete some unused flags
-
mergify[bot] authored
-
mergify[bot] authored
feat(docs): update readme
-
mergify[bot] authored
-
mergify[bot] authored
fix(ctb): resolve compiler warning
-
Kelvin Fichter authored
-
Kelvin Fichter authored
Resolves a small compiler warning. Nothing significant.
-
Will Cory authored
-
Will Cory authored
-
Joshua Gutow authored
This changes the channel bank to match the specs that it should ingest a single frame at a time.
-
Joshua Gutow authored
-