ethers-rs/ethers-contract
Georgios Konstantopoulos eb26915081
feat: allow encoding/decoding function data (#90)
* feat: allow encoding/decoding function data

* feat: allow decoding event data

* feat: human readable abi

inspired from https://blog.ricmoo.com/human-readable-contract-abis-in-ethers-js-141902f4d917

* test: add event / fn decoding tests

* chore: fix clippy

* feat(abigen): allow providing args in human readable format
2020-10-29 09:48:24 +02:00
..
ethers-contract-abigen feat: allow encoding/decoding function data (#90) 2020-10-29 09:48:24 +02:00
ethers-contract-derive docs: add missing attribution to Gnosis for codegen & macros 2020-06-20 17:02:57 +03:00
src feat: allow encoding/decoding function data (#90) 2020-10-29 09:48:24 +02:00
tests refactor: extract minimal features of Contract into BaseContract (#88) 2020-10-27 12:57:01 +02:00
Cargo.toml feature: Middleware Architecture (#65) 2020-09-25 00:33:09 +03:00