ethers-rs/ethers-solc/src
Matthias Seitz 331caf9418
fix(solc): resolver and remapping auto detection bugs (#893)
* fix(solc): support single quote imports

* feat: better error message

* fix: nfmt

* feat: handle additional remappings edge case

* fix(solc): treat nested remappings differently depending on src and contracts

* fix test

* chore(clippy): make clippy happy
2022-02-10 19:56:25 +02:00
..
compile feat(solc): better metadata support (#894) 2022-02-10 19:53:26 +02:00
artifact_output.rs feat: implement Artifact for serde_json (#885) 2022-02-09 00:48:53 +02:00
artifacts.rs feat(solc): better metadata support (#894) 2022-02-10 19:53:26 +02:00
cache.rs chore: fix all warnings (#890) 2022-02-10 08:54:39 +02:00
config.rs refactor(solc): rewrite compiler passes and cache change detection (#802) 2022-02-04 18:20:24 +02:00
error.rs fix(solc): resolver and remapping auto detection bugs (#893) 2022-02-10 19:56:25 +02:00
hh.rs refactor(solc): rewrite compiler passes and cache change detection (#802) 2022-02-04 18:20:24 +02:00
lib.rs chore: fix all warnings (#890) 2022-02-10 08:54:39 +02:00
project_util.rs fix(solc): support remapping autodetection edge case (#888) 2022-02-09 16:39:38 +02:00
remappings.rs fix(solc): resolver and remapping auto detection bugs (#893) 2022-02-10 19:56:25 +02:00
report.rs chore: fix all warnings (#890) 2022-02-10 08:54:39 +02:00
resolver.rs fix(solc): resolver and remapping auto detection bugs (#893) 2022-02-10 19:56:25 +02:00
sourcemap.rs feat(solc): add source map parser (#658) 2022-01-06 13:54:46 +02:00
utils.rs fix(solc): resolver and remapping auto detection bugs (#893) 2022-02-10 19:56:25 +02:00