Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add Dockerfile for avs contract deployment and avs, add env sample file * debug: add temp env * debug: add temp beancon genesis time and fork url * fix: update rust lib * logging improved, read lookahead at before preconf loop * rust:1.80 docker file * entrypoint instead of cmd in dockerfile * Coping only needed sources for docker build * Dockerfile with cache for faster builds * Better error handling for the registration * fixed call view function for registration * fixed switching epoch at the beginning * Add CLI command for force pushing lookahead * gas limit increased to 500_000 * force update lookahead when no txs * operator using epoch instead of timestamp * slot clock test * build fixed * slot clock genesis log * better debug logs * removed eth_call from force lookahead * removed misleading lookahead kept for next epoch in operator increased gas limit for the force lookahead * rpc url for the tx spammer * remove validator * Fix force push lookahead * Block proposed event receiving fixed * Automatically detect parentMetaHash in the smart contract * enable preconfirmation env flag Added a lookahead monitor for this case, not to complicate the node, which is entirely aimed at preconfirmation. * Remove unused variable * .env.sample * Improve the process of sending new block proposals * removed private keys and URLs from scripts --------- Co-authored-by: nmjustinchan <[email protected]> Co-authored-by: mikhailUshakoff <[email protected]>
- Loading branch information