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 |
Matthias Seitz
|
24236997a9
|
refactor(solc): bump svm-rs and use returned install path (#1034)
* chore(deps): bump svm-rs
* refactor: use solc install path directly
* style: use if elese over option
|
2022-03-15 02:16:22 -07:00 |
Matthias Seitz
|
26de793698
|
chore(solc): provide remappings on unresolved import message (#1026)
|
2022-03-14 13:29:00 +02:00 |
Matthias Seitz
|
f55f02476c
|
fix(solc): respect offline mode (#1002)
|
2022-03-10 06:40:35 -08:00 |
Matthias Seitz
|
0c42c23746
|
fix(solc): fix cache and allowed paths bug (#998)
* fix: don't emit on error
* fix: allowed-paths condition
* fix(solc): cache and allowed paths bug
|
2022-03-09 10:52:40 -08:00 |
Georgios Konstantopoulos
|
de275db56a
|
fix: bump solang and adjust breaking change
fixes https://github.com/gakonst/ethers-rs/issues/985
|
2022-03-03 16:47:09 -08:00 |
Matthias Seitz
|
601cb1b75e
|
test(solc): add capture test for curly bracket imports (#956)
* test(solc): add capture test for curly bracket imports
* chore: rustfmt
|
2022-02-24 18:43:35 +02:00 |
Roman Krasiuk
|
1f822e47e6
|
fix(solc): flatten import loc (#946)
* protograva test-data
* revert import parsing change
* compare flatten results against full strings
|
2022-02-22 16:22:24 +02:00 |
Matthias Seitz
|
7d2d96d761
|
feat(solc): add tree printer implementation (#933)
* feat(solc): add tree printer implementation
* test: feature gate windows
* typos
|
2022-02-19 15:55:21 +02:00 |