ethers-rs/ethers/examples
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
..
abigen.rs ABI Encoder v2 + ABI Spec v6.6 (#17) 2020-06-16 15:08:42 +03:00
contract.rs feat: allow encoding/decoding function data (#90) 2020-10-29 09:48:24 +02:00
contract.sol refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
ens.rs feat: Transaction Gas Price Escalator middleware (#81) 2020-10-08 18:56:36 +03:00
ledger.rs feat: Transaction Gas Price Escalator middleware (#81) 2020-10-08 18:56:36 +03:00
local_signer.rs feat: Transaction Gas Price Escalator middleware (#81) 2020-10-08 18:56:36 +03:00
sign.rs feat: generalize wallet/private key + yubihsm2 (#75) 2020-10-02 11:41:16 +03:00
transfer_eth.rs feature: Middleware Architecture (#65) 2020-09-25 00:33:09 +03:00
watch_blocks.rs Replace contract client references with Arc (#35) 2020-06-22 11:44:08 +03:00
yubi.rs feat: Transaction Gas Price Escalator middleware (#81) 2020-10-08 18:56:36 +03:00