• Mark Tyneway's avatar
    core-utils: more flexible watcher · 8da04505
    Mark Tyneway authored
    Adds new config options to the watcher to allow it to upgrade in
    a non breaking way. New config options include setting a global
    `pollForPending` and `blocksToFetch`. It is also possible to
    specify the number of blocks to fetch on each `Layer`.
    
    The event ids are precomputed and held as globals instead of computed
    on the fly each time.
    8da04505
watcher.ts 4.17 KB