ethers-rs/ethers-solc/src
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
..
artifact_output fix(abigen/solc): make abigen work with ethers-solc and abiencoderv2 (#952) 2022-02-23 12:46:52 +02:00
artifacts fix(abigen/solc): make abigen work with ethers-solc and abiencoderv2 (#952) 2022-02-23 12:46:52 +02:00
compile fix(solc): off by one error finding version intersection (#930) 2022-02-18 19:24:02 +02:00
resolver test(solc): add capture test for curly bracket imports (#956) 2022-02-24 18:43:35 +02:00
cache.rs chore: fix all warnings (#890) 2022-02-10 08:54:39 +02:00
config.rs fix(solc): flatten import loc (#946) 2022-02-22 16:22:24 +02:00
error.rs fix(solc): resolver and remapping auto detection bugs (#893) 2022-02-10 19:56:25 +02:00
hh.rs fix(abigen/solc): make abigen work with ethers-solc and abiencoderv2 (#952) 2022-02-23 12:46:52 +02:00
lib.rs feat(solc): add helper functions to compile standalone files (#931) 2022-02-19 15:56:34 +02:00
project_util.rs feat(solc): add helper functions to compile standalone files (#931) 2022-02-19 15:56:34 +02:00
remappings.rs fix(solc): mimic hardhat import resolver when in node_modules (#928) 2022-02-18 19:54:23 +02:00
report.rs feat(solc): report on unresolved imports (#905) 2022-02-13 01:05:43 +02:00
sourcemap.rs feat(solc): add source map parser (#658) 2022-01-06 13:54:46 +02:00
utils.rs test: add curly bracket import test (#929) 2022-02-18 19:24:41 +02:00