Skip to content

Commit

Permalink
replaced Client struct with async_trait (#7913)
Browse files Browse the repository at this point in the history
The concrete implementation wrapping ClientActor and ViewClientActor has been moved to near_client crate.
Network(View)ClientMessage will be moved to near_client crate in a separate PR.
  • Loading branch information
pompon0 committed Oct 24, 2022
1 parent 181c28d commit 3ebcaa1
Show file tree
Hide file tree
Showing 21 changed files with 716 additions and 665 deletions.
25 changes: 17 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -74,6 +74,7 @@ arc-swap = "1.5"
arrayref = "0.3"
assert_matches = "1.5.0"
async-recursion = "0.3.2"
async-trait = "0.1.58"
atty = "0.2"
awc = { version = "3", features = ["openssl"] }
backtrace = "0.3.64"
Expand Down
1 change: 1 addition & 0 deletions chain/client/Cargo.toml
Expand Up @@ -11,6 +11,7 @@ edition.workspace = true
actix-rt.workspace = true
actix.workspace = true
ansi_term.workspace = true
async-trait.workspace = true
borsh.workspace = true
chrono.workspace = true
futures.workspace = true
Expand Down

0 comments on commit 3ebcaa1

Please sign in to comment.