Refactor the Global Configuration & Context (#157)

* Cleanup the config

* Update usage guides

* Update the run script

* Fix tests

* Use kitchensink in tests

* Use shared node more often in tests
This commit is contained in:
Omar
2025-09-04 17:25:05 +03:00
committed by GitHub
parent 7878f68c26
commit c2526e48e7
23 changed files with 805 additions and 441 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
use std::path::{Path, PathBuf};
use anyhow::Context;
use anyhow::Context as _;
use cache::get_or_download;
use download::SolcDownloader;