ethers-rs/ethers-contract/ethers-contract-abigen
Clifton King aa008727ee
fix(abigen): contract names can be reserve words (#1498)
* fix(abigen): contract names can be reserve words

* update changelog

* clippy warning

* module names consistent with other safe_*

* update refs to generated abis

* move reserved words tests to their own fn

* added note to changelog re: module name changes
2022-07-24 03:18:24 +02:00
..
src fix(abigen): contract names can be reserve words (#1498) 2022-07-24 03:18:24 +02:00
Cargo.toml fix(abigen): contract names can be reserve words (#1498) 2022-07-24 03:18:24 +02: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.