ethers-rs/ethers-contract/ethers-contract-abigen
Mathis c21362b696
Make order of types in shared_types deterministic (#2169)
* Add missing development dependencies to flake.nix

* Use BTreeMap/Set for deterministic shared types

Fixes an issue where the order of types in the generated shared_types is
not always deterministic.
2023-02-20 16:18:31 -08:00
..
src Make order of types in shared_types deterministic (#2169) 2023-02-20 16:18:31 -08:00
Cargo.toml refactor(abigen): source (#2016) 2023-01-13 10:59:44 -08:00
README.md docs: add missing attribution to Gnosis for codegen & macros 2020-06-20 17:02:57 +03:00

README.md

This code generator was adapted from the original ethcontract-rs repository by Gnosis.