Matthias Seitz
|
7b10b76e20
|
feat: add EthEvent proc macro derive support (#227)
* refactor: extract error module and use error macros
* feat: add solidity struct parser
* refactor: add AbiParse and support struct parsing
* test: add more struct parsing tests
* feat: add EthAbiType proc macro derive for deriving Tokenizable trait
* test: add EthAbiType derive tests
* refactor: extract tokenizeable implementation in separate method
* chore(test): use EthAbiType derive instead implementing Detokenizeable
* feat: introduce EthEvent trait
* feat: add EthEvent proc macro derive support
* test: add proc macro derive tests
* chore: rustfmt
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2021-03-15 13:59:52 +02:00 |
Georgios Konstantopoulos
|
61767c8dd2
|
release: 0.2.2 (#219)
|
2021-03-04 09:30:27 +02:00 |
Georgios Konstantopoulos
|
fc4b3e4ce4
|
release: bump to 0.2.0 (#151)
|
2021-01-13 20:10:50 +02:00 |
Georgios Konstantopoulos
|
4ff466a593
|
fix intradoc links and add missing cargo metadata (#29)
|
2020-06-20 16:55:07 +03:00 |
Georgios Konstantopoulos
|
cd4914d37f
|
refactor: pull crates to root dir
|
2020-06-01 21:24:22 +03:00 |