ethers-rs/ethers-contract/src
Matthias Seitz bef7960a2b
feat: add display support for events (#513)
* chore: move proc macro implementation to separate modules

* feat: add display derive macro

* chore: reexport hex

* feat: add EthDisplay

* test: add display test

* fix: use ? op

* feat: derive EthDisplay in abigen

* feat: derive display for event enum

* chore: update changelog
2021-10-16 16:42:17 +03:00
..
multicall chore: remove cyclical dependencies (#410) 2021-08-29 00:06:29 +03:00
base.rs fix(ethabi): breaking changes and force enable serialize for eth-types (#448) 2021-09-13 20:43:54 +03:00
call.rs feat(ethers-contract): typed txs (part 4) (#362) 2021-08-09 03:50:38 +03:00
contract.rs chore: remove cyclical dependencies (#410) 2021-08-29 00:06:29 +03:00
event.rs feat: stream_with_meta (#354) 2021-07-30 14:01:38 +03:00
factory.rs chore: remove cyclical dependencies (#410) 2021-08-29 00:06:29 +03:00
lib.rs feat: add display support for events (#513) 2021-10-16 16:42:17 +03:00
log.rs feat: stream_with_meta (#354) 2021-07-30 14:01:38 +03:00
stream.rs bug: log streams properly end when internal stream closes (#387) 2021-08-19 10:01:49 +03:00