DaniPopes
|
97582cc346
|
feat(core, contract): improve `determine_ethers_crates` (#1988)
* refactor: determine_ethers_crates
* feat: improve crate resolution
* export new types and functions
* export
* fix: file name check
* fix: invert condition and check CARGO_MANIFEST_DIR
* use abigen macro to generate multicall
* chore: rm debug
* rm unnecessary .replace
* chore: clippy
* chore: clippy
* Revert "chore: clippy"
This reverts commit bd220f308d .
* Revert "chore: clippy"
This reverts commit 5550f4e856 .
* add tests
* better tests, docs
* add another test
* fix docs
* refactor: add an environment struct for determining ethers crates
* fix: use fmt::Debug to escape paths
* docs: rename and rm old docs
* feat: use global path for crates
* fix: docs
* chore: move rand impl to tests mod
|
2023-01-03 15:11:57 +02:00 |
Georgios Konstantopoulos
|
48dbbbd829
|
chore: clippy
|
2022-12-30 14:18:58 +02:00 |
DaniPopes
|
debd6fec3d
|
chore: clippy (#1812)
* chore: clippy
* fmt
|
2022-11-07 15:43:11 -08:00 |
Matthias Seitz
|
3d4feccabf
|
fix(core): check against ethers internal crate names (#1060)
* fix(core): check against ethers internal crate names
* fix: add import back
|
2022-03-17 15:14:53 -07:00 |
Matthias Seitz
|
2af28be283
|
fix(core): more sophisticated crate detection (#1056)
* fix(core): more sophisticated crate detection
* fix: remove RA hack
|
2022-03-17 12:49:38 -07:00 |
Georgios Konstantopoulos
|
f97a8ca541
|
fix(abigen): do not panic when run on non-cargo projects (#918)
* fix(abigen): do not panic when run on non-cargo projects
* chore: bump solidity test to 0.8.12
|
2022-02-16 17:46:25 +02:00 |
Matthias Seitz
|
dbea856e8c
|
fix: lift macros feature to lib level (#567)
|
2021-11-08 22:08:03 +02:00 |
Sebastian Martinez
|
e72636210c
|
Refactor crate determination in new ethers-macro crate (#555)
* fix: compute ethers-core path in derive eip712
Co-authored-by: Ryan <ryan.tate@fieldresponder.io>
* refactor: move crate determination to ethers-macro
* docs: update fmt command
* fix: change cargo_metadata dep to optional
Co-authored-by: Ryan <ryan.tate@fieldresponder.io>
|
2021-11-05 15:00:01 +02:00 |