Skip to content

Commit 20e123e

Browse files
authored
Merge pull request #435 from AdExNetwork/issue-382-old-channel-and-fns-cleanup
Issue 382 Remove V4 Channel and fns cleanup
2 parents e063aef + b32d221 commit 20e123e

37 files changed

+449
-937
lines changed

Cargo.lock

Lines changed: 38 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adapter/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ thiserror = "^1"
3333
# Futures
3434
futures = "0.3"
3535
async-trait = "0.1"
36-
tokio-compat-02 = "0.2"
3736

3837
# Dummy adapter
3938
dashmap = "4.0"

adapter/src/dummy.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ use primitives::{
55
Adapter, AdapterErrorKind, AdapterResult, Deposit, DummyAdapterOptions,
66
Error as AdapterError, Session,
77
},
8-
channel_v5::Channel,
98
config::Config,
10-
Address, ChannelId, ToETHChecksum, ValidatorId,
9+
Address, Channel, ChannelId, ToETHChecksum, ValidatorId,
1110
};
1211
use std::{collections::HashMap, fmt, sync::Arc};
1312

0 commit comments

Comments
 (0)