lighthouse
lighthouse copied to clipboard
Rust doppelganger tests
Issue Addressed
Resolves #2656
Proposed Changes
- Add a new
local_testnetcrate that provides a framework for spinning up a testnet in rust based on a TOML file - makes
lcliavailable as a library - extends the #2808 refactor to
lcli
Additional Info
- This currently includes #2808 changes, so this will sort of be blocked on that