ethers-rs/ethers
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
..
examples feat: allow encoding/decoding function data (#90) 2020-10-29 09:48:24 +02:00
src refactor: extract minimal features of Contract into BaseContract (#88) 2020-10-27 12:57:01 +02:00
tests feat: ledger support (#66) 2020-09-20 18:17:02 +03:00
Cargo.toml feat: generalize wallet/private key + yubihsm2 (#75) 2020-10-02 11:41:16 +03:00