- 08 Dec, 2022 20 commits
-
-
Matthew Slipper authored
-
Matthew Slipper authored
op-wheel: commands frontend
-
Matthew Slipper authored
op-wheel: execution engine logic
-
Matthew Slipper authored
op-wheel: geth db cheats logic
-
Håvard Anda Estensen authored
-
Mark Tyneway authored
op-chain-ops: single database commit
-
mergify[bot] authored
maint(ctb): standardized whitespace in deploys
-
Mark Tyneway authored
Very simple one for now
-
Mark Tyneway authored
-
Kelvin Fichter authored
Standardizes the whitespace in deployment files. I have nothing better to do right now.
-
Mark Tyneway authored
-
Mark Tyneway authored
Instead of having multiple statedbs created, use a single statedb and make sure that it is only committed once. Various APIs are required for the full migration which wrap the low level LevelDB at various abstractions. This will ensure that changes to the statedb are committed to disk.
-
Maurelian authored
-
mergify[bot] authored
maint(ctb): add comments to deploy utils
-
mergify[bot] authored
feat(ctb): mini trie refactor for legibility
-
Matthew Slipper authored
op-heartbeat: Add implementation
-
Matthew Slipper authored
maint: update TypeScript version
-
Maurelian authored
ctb: Used a config file for echidna
-
Maurelian authored
-
Kelvin Fichter authored
Adds comments to existing deploy utils.
-
- 07 Dec, 2022 20 commits
-
-
Kelvin Fichter authored
Updates TypeScript to the latest version so we get access to the satisfies keyword.
-
Matthew Slipper authored
l2geth: Skip flaky console test
-
Kelvin Fichter authored
Small refactor that has MerkleTrie.get throw explicitly when an element does not exist, rather than returning a non-existence boolean. Makes the code much cleaner. We need to review this change very carefully.
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
feat(dtl): fast goerli sync
-
Matthew Slipper authored
feat(indexer): Update bedrock tests for `WithdrawalProven` event
-
Matthew Slipper authored
feat(indexer): Support OP Portal's `WithdrawalProven` event
-
Matthew Slipper authored
fix(ctb): clean and fix test names script
-
Matthew Slipper authored
feat(ctb): make owner and controller required
-
Matthew Slipper authored
op-wheel,op-service: create op-wheel, and extend op-service base functionality
-
Matthew Slipper authored
op-heartbeat: Project setup
-
Matthew Slipper authored
op-service: Exit HTTP server more cleanly
-
Joshua Gutow authored
* Copy .git during Docker build This ensure that the git metadata is available to make when it is building the binaries. * Prompt to update version inside op binaries This is easier to do than writing a script to update the individual versions, but should be enough to remind the developer cutting the release to do the updates.
-
Matthew Slipper authored
-
Kelvin Fichter authored
Makes the finalSystemOwner and controller configuration values required. By making these required, we avoid the massive warnings that come with not setting the values. Much easier than repeating the warnings everywhere.
-
Kelvin Fichter authored
Cleans up the test names script and fixes a few errors.
-
mergify[bot] authored
maint(ctb): remove unnecessary deploy vars
-
protolambda authored
-
protolambda authored
-