ethers-rs/ethers-solc/src
Matthias Seitz 19d2fd1155
feat(solc): add configurable Artifact type (#907)
* refactor: make artifacts a sub mod

* feat: more options for output selection

* feat(solc): make ArtifactOutput struct functions

* fix: migrate all features

* feat: add configurable artifacts type

* refactor: move configurable to separate file

* feat: impl ArtifactOutput

* refactor: write extras

* simplify write extra

* feat: more helper functions

* feat: implement delegate

* fix: failing doc test

* fix: rustfmt

* chore: update CHANGELOG

* feat: add helper functions

* refactor: remove flatten

* feat: add link function

* feat: replace default type

* fix: doc tests

* feat: more utility functions

* fix: failing tests

* chore: rename types

* chore: bump ethers-solc 0.3.0

* fix: set metadata file extension properly
2022-02-17 17:31:35 +02:00
..
artifact_output feat(solc): add configurable Artifact type (#907) 2022-02-17 17:31:35 +02:00
artifacts feat(solc): add configurable Artifact type (#907) 2022-02-17 17:31:35 +02:00
compile feat(solc): add configurable Artifact type (#907) 2022-02-17 17:31:35 +02:00
cache.rs chore: fix all warnings (#890) 2022-02-10 08:54:39 +02:00
config.rs feat(solc): add configurable Artifact type (#907) 2022-02-17 17:31:35 +02:00
error.rs fix(solc): resolver and remapping auto detection bugs (#893) 2022-02-10 19:56:25 +02:00
hh.rs feat(solc): add configurable Artifact type (#907) 2022-02-17 17:31:35 +02:00
lib.rs feat(solc): add configurable Artifact type (#907) 2022-02-17 17:31:35 +02:00
project_util.rs feat(solc): add configurable Artifact type (#907) 2022-02-17 17:31:35 +02:00
remappings.rs fix(solc): resolver and remapping auto detection bugs (#893) 2022-02-10 19:56:25 +02:00
report.rs feat(solc): report on unresolved imports (#905) 2022-02-13 01:05:43 +02:00
resolver.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 fix(solc): resolver and remapping auto detection bugs (#893) 2022-02-10 19:56:25 +02:00