🌳 Spawn multi-level trees of customized, scalable, EVM-compatible networks with IPC. L2++ powered by FVM, Wasm, libp2p, IPFS/IPLD, and CometBFT.
44
stars
39
forks
source link
refactor: replace LogLevel type with String #1167
Closed
sanderpick closed 1 month ago
This allows for more flexible log filters like
info,fendermint=debug
.This also includes a small solhint fix to get
make lint
to work for me locally. My compiler uses solidity0.8.26
.