ethers-rs/ethers-contract
Georgios Konstantopoulos 5c1f8f532a
Upgrade to Tokio 1.0 and remove async-std (#120)
* feat(providers): tokio 1.0

BREAKING: This removes async-std as a compatibility option

* feat: tokio 1.0 in rest of crates

* fix: patch Cargo.toml until deps are released

* fix(contract): load ws deps

* feat: bytes 1.0 (#121)

* feat(core): move to bytes::Bytes

* feat: adjust rest of crates to Bytes

* chore: bump deps

CI fails due to:
https://github.com/snapview/tokio-tungstenite/pull/142#discussion_r550445144

* chore: use latest tokio-tungstenite

* ci: split tests into jobs (#129)

* Switch to `hex` (#128)

* fix(core): replace rustc_hex with hex

* fix(providers): replace rustc_hex with hex

* chore: replace rustc-hex with hex

* chore: cargo fmt

* fix(ledger): copy address from string correctly

* chore: fix flaky tests

Fixes #105
2020-12-31 19:19:14 +02:00
..
ethers-contract-abigen Upgrade to Tokio 1.0 and remove async-std (#120) 2020-12-31 19:19:14 +02:00
ethers-contract-derive docs: add missing attribution to Gnosis for codegen & macros 2020-06-20 17:02:57 +03:00
src Upgrade to Tokio 1.0 and remove async-std (#120) 2020-12-31 19:19:14 +02:00
tests Upgrade to Tokio 1.0 and remove async-std (#120) 2020-12-31 19:19:14 +02:00
Cargo.toml Upgrade to Tokio 1.0 and remove async-std (#120) 2020-12-31 19:19:14 +02:00