ethers-rs/ethers/examples
Austin Abell 42b10cca9a
feat: implement IPC transport support (#260)
* Initial IPC setup

* Cleanup

* Oops

* change futures dependency reference

* Document, add prints, cleanup

* Fix logic

* Make result type consistent with crate

* Setup geth ipc config and tests

* Cleanup subscription test

* Switch hash function to siphash

* Update dep usage for ordering

* Use tempfile for better cleanup (and OS support)

* Replace prints with tracing logs

* Ignore test with Celo feat

* chore: remove debug logs and use default geth ipc path

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2021-04-08 09:52:31 +03:00
..
abigen.rs ABI Encoder v2 + ABI Spec v6.6 (#17) 2020-06-16 15:08:42 +03:00
contract.sol refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
contract_abi.json fix(abigen): correctly parse params in human readable abi (#194) 2021-02-16 19:10:26 +02:00
contract_human_readable.rs feat: add async setup utility functions (#241) 2021-03-22 13:09:12 +02:00
contract_with_abi.rs feat: add async setup utility functions (#241) 2021-03-22 13:09:12 +02:00
ens.rs Returning a `PendingTransaction` after sending a tx (#107) 2020-12-17 13:26:01 +02:00
ipc.rs feat: implement IPC transport support (#260) 2021-04-08 09:52:31 +03:00
ledger.rs Returning a `PendingTransaction` after sending a tx (#107) 2020-12-17 13:26:01 +02:00
local_signer.rs Returning a `PendingTransaction` after sending a tx (#107) 2020-12-17 13:26:01 +02:00
mnemonic.rs docs: add example for mnemonic (#258) 2021-04-05 11:24:06 +03:00
sign.rs feat: generalize wallet/private key + yubihsm2 (#75) 2020-10-02 11:41:16 +03:00
transfer_eth.rs feat: add support for EIP-234 and EIP-1898 (#231) 2021-03-16 21:46:07 +02:00
watch_blocks.rs Replace contract client references with Arc (#35) 2020-06-22 11:44:08 +03:00
yubi.rs Returning a `PendingTransaction` after sending a tx (#107) 2020-12-17 13:26:01 +02:00