Skip to content

Commit

Permalink
Remove the RPC client example (paritytech#10217)
Browse files Browse the repository at this point in the history
* Remove the RPC client example

Might be slightly contentious but I think we want to migrate this example to `subxt` and redirect the community to use that for things like this.

* Remove rpc-client example code from workspace
  • Loading branch information
dvdplm authored and ark0f committed Feb 27, 2023
1 parent 97cd3be commit 834acd9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 95 deletions.
11 changes: 0 additions & 11 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ members = [
"bin/node/executor",
"bin/node/primitives",
"bin/node/rpc",
"bin/node/rpc-client",
"bin/node/runtime",
"bin/node/testing",
"bin/utils/chain-spec-builder",
Expand Down
20 changes: 0 additions & 20 deletions bin/node/rpc-client/Cargo.toml

This file was deleted.

63 changes: 0 additions & 63 deletions bin/node/rpc-client/src/main.rs

This file was deleted.

0 comments on commit 834acd9

Please sign in to comment.