• Kelvin Fichter's avatar
    fix(fd): use correct fn for getTotalElements · f9b579d5
    Kelvin Fichter authored
    Fault detector was using L2OutputOracle.latestOutputIndex() to query the
    total number of outputs submitted, which was off by one. Correct
    function is L2OutputOracle.nextOutputIndex(). Caused crashes of the
    fault detector on startup if no outputs had been submitted to the L2OO
    yet.
    f9b579d5
Name
Last commit
Last update
..
actor-tests Loading commit data...
atst Loading commit data...
balance-monitor Loading commit data...
chain-mon Loading commit data...
common-ts Loading commit data...
contracts Loading commit data...
contracts-bedrock Loading commit data...
contracts-periphery Loading commit data...
core-utils Loading commit data...
data-transport-layer Loading commit data...
fault-detector Loading commit data...
hardhat-deploy-config Loading commit data...
message-relayer Loading commit data...
migration-data Loading commit data...
replica-healthcheck Loading commit data...
sdk Loading commit data...
two-step-monitor Loading commit data...