ethers-rs/ethers-middleware
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
..
contracts feat(abigen): extend ethevent trait methods and decoding (#239) 2021-03-19 17:44:59 +02:00
src chore: remove cyclical dependencies (#410) 2021-08-29 00:06:29 +03:00
tests test: fix duplicate tx flakes by rotating through a list of wallets (#451) 2021-09-14 16:40:15 +03:00
Cargo.toml test: fix duplicate tx flakes by rotating through a list of wallets (#451) 2021-09-14 16:40:15 +03:00