ethers-rs/ethers-providers/src
Georgios Konstantopoulos 79bf896a2c
test: fix duplicate tx flakes by rotating through a list of wallets (#451)
* test: fix duplicate tx flakes by rotating through a list of wallets

* fix: make typed_txs test more robust

* fix: ensure wallets are loaded in a thread-safe way

without fetch_add, it's possible that 2 loads happen for the same id before the `store` mutex is acquired'
2021-09-14 16:40:15 +03:00
..
transports feat: add quorum provider (#409) 2021-08-29 14:03:53 +03:00
ens.rs Make 'ens' module public (#435) 2021-09-06 11:52:44 +03:00
lib.rs Make 'ens' module public (#435) 2021-09-06 11:52:44 +03:00
pending_transaction.rs test: fix duplicate tx flakes by rotating through a list of wallets (#451) 2021-09-14 16:40:15 +03:00
provider.rs feat: add quorum provider (#409) 2021-08-29 14:03:53 +03:00
pubsub.rs fix: add send + unpin to stream type (#402) 2021-08-23 17:55:36 +03:00
stream.rs feat: wasm support (#390) 2021-08-23 12:56:44 +03:00