ethers-rs/ethers-solc/tests
Matthias Seitz ff29e96380
feat(solc): optimize output selection in cache mode (#1029)
* feat(solc): add mock project generator

* feat: mock project

* refactor: rename to mock

* feat(solc): mock project support

* refactor: move output selection to new type

* refactor: revert filter implementation

* feat: filter sources

* feat: support filtering

* refactor: update function signatures

* feat: optimize output

* chore: export helper macros

* fix(deps): add required features

* style: allow unused

* feat: also generate artifactless files

* feat: add create function

* chore(clippy): make clippy happy

* feat: add helper function

* test: add state machine test

* test: add more mock tests
2022-03-15 08:58:33 -07:00
..
mocked.rs feat(solc): optimize output selection in cache mode (#1029) 2022-03-15 08:58:33 -07:00
project.rs fix(solc): skip artifacts check for files without artifacts (#1018) 2022-03-14 00:36:26 +02:00