telosnetwork / telos-consensus-client

Consensus client for TelosEVM
Apache License 2.0
2 stars 0 forks source link

Logging on startup #60

Closed coa-telos closed 1 month ago

coa-telos commented 1 month ago

Added logs on consensus client startup so we can check LIB, latest reth finalized block and last stored final block. Removed duplicated mod definitions in main.rs. Main function clean-up to remove unwraps.