ethers-rs/ethers-signers/src
Georgios Konstantopoulos 79b21b9ea0
add pending tx type to wait for tx confirmations (#11)
* feat: add pending tx type

* feat(pending-txs): implement the full state machine

* tests(ethers): fix transfer eth example

* feat: use the pending transaction struct when deploying a contract

* ci: skip the pending tx test

* chore: fix doctests
2020-06-15 15:40:06 +03:00
..
client.rs add pending tx type to wait for tx confirmations (#11) 2020-06-15 15:40:06 +03:00
lib.rs feat(signers): join the transaction futures 2020-06-10 13:34:48 +03:00
wallet.rs docs(signers): expand Wallet examples 2020-06-10 17:48:34 +03:00