Skip to content

Commit 724d0f5

Browse files
authored
Remove the old API (#565)
* Remove the old API * Fix integration test
1 parent 2c98d06 commit 724d0f5

18 files changed

+1
-2445
lines changed

.circleci/config.yml

-4
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ jobs:
105105
- checkout
106106
- restore_cache:
107107
key: integration-test-cache
108-
- run:
109-
command: cargo run --example ping-client -- /ip4/127.0.0.1/tcp/4001
110-
- run:
111-
command: cargo run --example echo-dialer -- /ip4/127.0.0.1/tcp/10333
112108
- save_cache:
113109
key: integration-test-cache
114110
paths:

Cargo.toml

-22
Original file line numberDiff line numberDiff line change
@@ -47,28 +47,6 @@ tokio-current-thread = "0.1"
4747
tokio-io = "0.1"
4848
tokio-stdin = "0.1"
4949

50-
[[example]]
51-
name = "echo-dialer"
52-
53-
[[example]]
54-
name = "echo-server"
55-
56-
[[example]]
57-
name = "floodsub"
58-
59-
[[example]]
60-
name = "kademlia"
61-
62-
[[example]]
63-
name = "ping-client"
64-
65-
[[example]]
66-
name = "random_peerid"
67-
68-
[[example]]
69-
name = "relay"
70-
71-
7250
[workspace]
7351
members = [
7452
"core",

0 commit comments

Comments
 (0)