This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 794
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: snapview/tokio-tungstenite#142 (comment) * 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
- Loading branch information
Showing
40 changed files
with
408 additions
and
870 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.