ethers-rs/ethers-contract/ethers-contract-derive
Matthias Seitz b5a2ee9a3d
fix: event decoding for events with zero or one parameters (#300)
* fix: support events with zero or one paramaters

* test: test against events with zero and one parameter
2021-05-28 10:44:42 +03:00
..
src fix: event decoding for events with zero or one parameters (#300) 2021-05-28 10:44:42 +03:00
Cargo.toml feat: add EthEvent proc macro derive support (#227) 2021-03-15 13:59:52 +02:00
README.md docs: add missing attribution to Gnosis for codegen & macros 2020-06-20 17:02:57 +03:00

README.md

This proc-macro was adapted from the original ethcontract-rs repository by Gnosis.