- 26 Sep, 2024 1 commit
-
-
protolambda authored
* op-supervisor: supervisor-head-pointers squashed change entry indices to head pointers, refactor block processor, backend fixes Co-authored-by:
Axel Kingsley <axel.kingsley@gmail.com> * use ticker instead of time.After --------- Co-authored-by:
Axel Kingsley <axel.kingsley@gmail.com>
-
- 24 Sep, 2024 1 commit
-
-
protolambda authored
-
- 21 Sep, 2024 1 commit
-
-
protolambda authored
* op-supervisor: register each L2 block, refactor Signed-off-by:
protolambda <proto@protolambda.com> * op-supervisor: fix lint and tests * op-supervisor: minor fixes, logging * op-supervisor: fix semgrep --------- Signed-off-by:
protolambda <proto@protolambda.com>
-
- 20 Sep, 2024 1 commit
-
-
Axel Kingsley authored
* Add Emitter Contract * Emitter Contract and Bindings * AddL2RPC without Stopping * Rename testdata folder to contracts * update generate.sh * update solidity and gen script
-
- 17 Sep, 2024 1 commit
-
-
Axel Kingsley authored
* Add Logging ; Fix Broken Maintenance Context * Remove unneeded timing ; use Testlogger
-
- 14 Sep, 2024 1 commit
-
-
Axel Kingsley authored
* op-e2e: interop test setup (work in progress) * op-e2e: interop test setup * organization and comment updates * refactor creation code into WIP system2 * save secrets per L2 * Add SuperSystem Interface ; Add Users and Transactions * Further Refactoring ; Fix Test * Add Supervisor * Add Supervisor Client * Comment out Proposer * Add AddL2RPC to Supervisor Client * Fully link Supervisor and OP Node in E2E Test * correct RPC call supervisor_checkBlock * Make EOF acceptable for backend check * final structure names * Change unused functions to _ for linter * fix import order * Add Github Issue Numbers to TODOs * tynes comments: add World Resource as configurable --------- Co-authored-by:
protolambda <proto@protolambda.com>
-
- 07 Sep, 2024 1 commit
-
-
Axel Kingsley authored
* Add Admin RPC for Adding New Chain Monitors * Update op-supervisor/supervisor/backend/db/db.go --------- Co-authored-by:
protolambda <proto@protolambda.com>
-
- 28 Aug, 2024 2 commits
-
-
Axel Kingsley authored
* Implement CheckMessages API * Make AtLeastAsSafeAs a function of SafetyLevel * op-supervisor: checkMessages bundle message identifier and payload-hash --------- Co-authored-by:
protolambda <proto@protolambda.com>
-
Axel Kingsley authored
* implement CheckMessage * Add CheckBlock API * Cleanup and Unit Tests * Add Invalid Safety Type * Use *ChainsDB instead of ChainsDB for SafetyCheckers --------- Co-authored-by:
protolambda <proto@protolambda.com>
-
- 23 Aug, 2024 1 commit
-
-
Axel Kingsley authored
-
- 13 Jul, 2024 1 commit
-
-
Adrian Sutton authored
* op-supervisor: Introduce head tracker * op-supervisor: Move log db to subpackage of db. * op-supervisor: Route all updates through a common db that can track heads * op-supervisor: Remove unused error. * op-supervisor: Remove operations - it fits into a later PR. * op-supervisor: Fix semgrep * op-supervisor: Move resuming databases into ChainsDB so it can later update the chain heads too.
-
- 11 Jul, 2024 1 commit
-
-
Adrian Sutton authored
* op-supervisor: Move TruncatedHash and ExecutingMessage out of db package * op-supervisor: Introduce EntryIdx type Will make it clear when a value is a block number vs a db entry index when adding head tracking.
-
- 09 Jul, 2024 4 commits
-
-
Adrian Sutton authored
Add tests for finding the block to start from.
-
Adrian Sutton authored
Executing messages aren't extracted yet but basic log information is hashed and written.
-
Rick Bernt authored
* finish TODO(optimism#11023) * revert GetLogBlockNum() && use ClosestBlockInfo * catch error * rewind * gofmt -w -s . * op-supervisor: Remove unused import. --------- Co-authored-by:
Adrian Sutton <adrian@oplabs.co>
-
Adrian Sutton authored
-
- 29 Jun, 2024 1 commit
-
-
Adrian Sutton authored
-
- 28 Jun, 2024 1 commit
-
-
Adrian Sutton authored
* op-supervisor: Create clients and monitor chain heads for each L2 chain * op-supervisor: Remove rpc url from log message * op-supervisor: Update tickets in TODOs
-
- 18 Jun, 2024 1 commit
-
-
protolambda authored
* op-supervisor: initial service draft * supervisor: Fix log capitalization * op-supervisor: fix mockrun flag * op-supervisor: CLI tests --------- Co-authored-by:
Adrian Sutton <adrian@oplabs.co>
-