@ -459,17 +459,27 @@ defmodule Indexer.Block.FetcherTest do
] ,
logs : [ ] ,
transactions : [
% Explorer.Chain.Hash {
byte_count : 32 ,
bytes :
<< 76 , 188 , 236 , 37 , 153 , 153 , 224 , 115 , 252 , 79 , 176 , 224 , 228 , 166 , 18 , 66 , 94 , 61 , 115 , 57 ,
47 , 162 , 37 , 255 , 36 , 96 , 161 , 238 , 171 , 66 , 99 , 10 >>
% Transaction {
block_number : block_number ,
index : 0 ,
hash : % Explorer.Chain.Hash {
byte_count : 32 ,
bytes :
<< 76 , 188 , 236 , 37 , 153 , 153 , 224 , 115 , 252 , 79 , 176 , 224 , 228 , 166 , 18 , 66 , 94 , 61 , 115 ,
57 , 47 , 162 , 37 , 255 , 36 , 96 , 161 , 238 , 171 , 66 , 99 , 10 >>
} ,
internal_transactions_indexed_at : nil
} ,
% Explorer.Chain.Hash {
byte_count : 32 ,
bytes :
<< 240 , 237 , 34 , 44 , 16 , 174 , 248 , 135 , 4 , 196 , 15 , 198 , 34 , 220 , 218 , 174 , 13 , 208 , 242 , 122 ,
154 , 143 , 4 , 28 , 171 , 95 , 190 , 255 , 254 , 174 , 75 , 182 >>
% Transaction {
block_number : block_number ,
index : 1 ,
hash : % Explorer.Chain.Hash {
byte_count : 32 ,
bytes :
<< 240 , 237 , 34 , 44 , 16 , 174 , 248 , 135 , 4 , 196 , 15 , 198 , 34 , 220 , 218 , 174 , 13 , 208 , 242 ,
122 , 154 , 143 , 4 , 28 , 171 , 95 , 190 , 255 , 254 , 174 , 75 , 182 >>
} ,
internal_transactions_indexed_at : nil
}
]
} } = Fetcher . fetch_and_import_range ( block_fetcher , block_number . . block_number )
@ -553,11 +563,16 @@ defmodule Indexer.Block.FetcherTest do
}
] ,
transactions : [
% Explorer.Chain.Hash {
byte_count : 32 ,
bytes :
<< 83 , 189 , 136 , 72 , 114 , 222 , 62 , 72 , 134 , 146 , 136 , 27 , 174 , 236 , 38 , 46 , 123 , 149 , 35 , 77 ,
57 , 101 , 36 , 140 , 57 , 254 , 153 , 47 , 255 , 212 , 51 , 229 >>
% Transaction {
block_number : block_number ,
index : 0 ,
hash : % Explorer.Chain.Hash {
byte_count : 32 ,
bytes :
<< 83 , 189 , 136 , 72 , 114 , 222 , 62 , 72 , 134 , 146 , 136 , 27 , 174 , 236 , 38 , 46 , 123 , 149 , 35 ,
77 , 57 , 101 , 36 , 140 , 57 , 254 , 153 , 47 , 255 , 212 , 51 , 229 >>
} ,
internal_transactions_indexed_at : nil
}
]
} ,