• Inphi's avatar
    op-program: Add hint route for block execution (#13631) · 2dddfdb9
    Inphi authored
    * op-program: Implement deposit-only block receipt hint
    
    * op-program: Reflective program for block execution
    
    * op-program: Hook new hint route to the L2 oracle
    
    * op-program: Fix prefetch hint for L2BlockData
    
    * op-program: Abstract program execution in prefetcher
    
    * op-program: Add chainID to l2-block-data hint
    
    * Derive block succeeding the agreed block
    
    * fix validation on client.Main
    
    * refactor L2Source interface
    
    * uint8 chainID; fix TODOs
    
    * add test for block exec cache hit
    
    * remove useless comment
    2dddfdb9
Name
Last commit
Last update
..
engineapi Loading commit data...
test Loading commit data...
cache.go Loading commit data...
cache_test.go Loading commit data...
db.go Loading commit data...
db_test.go Loading commit data...
engine.go Loading commit data...
engine_backend.go Loading commit data...
engine_backend_test.go Loading commit data...
engine_test.go Loading commit data...
hints.go Loading commit data...
oracle.go Loading commit data...
oracle_test.go Loading commit data...