This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Commit 966ef5a
committed
ABC,eth/vm/state: replace occurences of UUID with JournalDBCheckpoint.
Silences errors:
eth/vm/state.py:165: error: Incompatible return value type (got "Tuple[Hash32, JournalDBCheckpoint]", expected "Tuple[Hash32, UUID]")
eth/vm/state.py:173: error: Argument 1 to "discard" of "AccountDatabaseAPI" has incompatible type "UUID"; expected "JournalDBCheckpoint"
eth/vm/state.py:177: error: Argument 1 to "commit" of "AccountDatabaseAPI" has incompatible type "UUID"; expected "JournalDBCheckpoint"1 parent 857bef4 commit 966ef5a
2 files changed
+7
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
2301 | 2300 | | |
2302 | 2301 | | |
2303 | 2302 | | |
2304 | | - | |
| 2303 | + | |
2305 | 2304 | | |
2306 | 2305 | | |
2307 | 2306 | | |
| |||
2311 | 2310 | | |
2312 | 2311 | | |
2313 | 2312 | | |
2314 | | - | |
| 2313 | + | |
2315 | 2314 | | |
2316 | 2315 | | |
2317 | 2316 | | |
2318 | 2317 | | |
2319 | 2318 | | |
2320 | 2319 | | |
2321 | | - | |
| 2320 | + | |
2322 | 2321 | | |
2323 | 2322 | | |
2324 | 2323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments