File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 26
26
futures:: {
27
27
future:: join_all,
28
28
stream:: {
29
- iter,
30
29
SplitSink ,
31
30
SplitStream ,
32
31
} ,
Original file line number Diff line number Diff line change 6
6
StorageInstance ,
7
7
} ,
8
8
types:: {
9
- AccumulatorMessages ,
10
9
MessageType ,
11
10
PriceFeedUpdate ,
12
11
PriceFeedsWithUpdateData ,
13
12
RequestTime ,
14
- Slot ,
15
13
Update ,
16
14
} ,
17
15
} ,
32
30
anyhow,
33
31
Result ,
34
32
} ,
35
- derive_builder:: Builder ,
36
- moka:: future:: Cache ,
37
33
pyth_oracle:: Message ,
38
34
pyth_sdk:: PriceIdentifier ,
39
35
pythnet_sdk:: wire:: v1:: {
40
- WormholeMerkleRoot ,
41
36
WormholeMessage ,
42
37
WormholePayload ,
43
38
} ,
@@ -108,7 +103,6 @@ impl Store {
108
103
}
109
104
}
110
105
}
111
-
112
106
Update :: AccumulatorMessages ( accumulator_messages) => {
113
107
let slot = accumulator_messages. slot ;
114
108
log:: info!( "Storing accumulator messages for slot {:?}." , slot, ) ;
You can’t perform that action at this time.
0 commit comments