Skip to content

Commit 4ecf958

Browse files
committed
fixes after rebase
1 parent 7a9b399 commit 4ecf958

File tree

7 files changed

+150
-137
lines changed

7 files changed

+150
-137
lines changed

Cargo.lock

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

chain/ethereum/src/adapter.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
use anyhow::Error;
2-
use ethabi::{Error as ABIError, ParamType, Token};
32
use graph::blockchain::ChainIdentifier;
43
use graph::components::subgraph::MappingError;
54
use graph::data::store::ethereum::call;

chain/ethereum/src/data_source.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ use graph::env::ENV_VARS;
1515
use graph::futures03::future::try_join;
1616
use graph::futures03::stream::FuturesOrdered;
1717
use graph::futures03::TryStreamExt;
18-
use graph::prelude::ethabi::ethereum_types::H160;
19-
use graph::prelude::ethabi::StateMutability;
20-
use graph::prelude::lazy_static;
21-
use graph::prelude::regex::Regex;
2218
use graph::prelude::web3::types::Address;
2319
use graph::prelude::web3::types::H160;
2420
use graph::prelude::{Link, SubgraphManifestValidationError};
@@ -36,9 +32,6 @@ use tiny_keccak::{keccak256, Keccak};
3632
use graph::{
3733
blockchain::{self, Blockchain},
3834
prelude::{
39-
async_trait,
40-
ethabi::{Address, Event, Function, LogParam, ParamType, RawLog},
41-
serde_json, warn,
4235
async_trait, serde_json, warn,
4336
web3::types::{Log, Transaction, H256},
4437
BlockNumber, CheapClone, EthereumCall, LightEthereumBlock, LightEthereumBlockExt,

chain/ethereum/src/trigger.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ use graph::data::subgraph::API_VERSION_0_0_2;
44
use graph::data::subgraph::API_VERSION_0_0_6;
55
use graph::data::subgraph::API_VERSION_0_0_7;
66
use graph::data_source::common::DeclaredCall;
7-
use graph::prelude::ethabi::ethereum_types::H160;
8-
use graph::prelude::ethabi::ethereum_types::H256;
9-
use graph::prelude::ethabi::ethereum_types::U128;
10-
use graph::prelude::ethabi::ethereum_types::U256;
11-
use graph::prelude::ethabi::ethereum_types::U64;
12-
use graph::prelude::ethabi::Address;
13-
use graph::prelude::ethabi::Bytes;
14-
use graph::prelude::ethabi::LogParam;
157
use graph::prelude::web3::types::Address;
168
use graph::prelude::web3::types::Block;
179
use graph::prelude::web3::types::Bytes;

0 commit comments

Comments
 (0)