ethers-rs/ethers-core/src
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
..
abi fix: rustdoc errors (#1808) 2022-11-07 15:43:23 -08:00
macros feat(core, contract): improve `determine_ethers_crates` (#1988) 2023-01-03 15:11:57 +02:00
types feat: debug_traceCall (#1949) 2022-12-25 13:33:05 +02:00
utils feat(core): expose all genesis related structs (#1975) 2022-12-30 14:48:47 +02:00
lib.rs chore(clippy): add some deny lints (#1064) 2022-03-19 10:05:39 -07:00