Commit bbdc3d8
authored
chain/ethereum, docs: Default to fetching receipts concurrently
- Inverts the logic in `ethereum_adapter module` to make fetching receipts
concurrently the default behaviour.
- An environment variable `GRAPH_ETHEREUM_FETCH_TXN_RECEIPTS_IN_BATCHES` is
provided for reverting to the previous, batching strategy.1 parent e2b8b6d commit bbdc3d8
File tree
2 files changed
+9
-8
lines changed- chain/ethereum/src
- docs
2 files changed
+9
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
| 118 | + | |
| 119 | + | |
122 | 120 | | |
123 | 121 | | |
124 | 122 | | |
| |||
1081 | 1079 | | |
1082 | 1080 | | |
1083 | 1081 | | |
1084 | | - | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
1085 | 1086 | | |
1086 | 1087 | | |
1087 | 1088 | | |
| |||
1095 | 1096 | | |
1096 | 1097 | | |
1097 | 1098 | | |
1098 | | - | |
1099 | | - | |
1100 | | - | |
1101 | 1099 | | |
1102 | 1100 | | |
1103 | 1101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
0 commit comments