This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Commit 9736c50
Store trie nodes in DB (#157)
* move responsibility of storage_root calculation to state backend
* have `storage_root` produce a memoizable transaction
* store trie nodes in kvdb
* fix up test fallout
* remove stray newline
* Fix comment
* test for setting and checking state data
* fiddle with dependencies
* all parity deps on same commit hash
* fix network protocol registration1 parent 58223b0 commit 9736c50
File tree
15 files changed
+434
-231
lines changed- polkadot/api/src
- substrate
- client
- db
- src
- src
- network/src
- state-machine
- src
15 files changed
+434
-231
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
| 171 | + | |
175 | 172 | | |
176 | 173 | | |
177 | 174 | | |
| |||
278 | 275 | | |
279 | 276 | | |
280 | 277 | | |
281 | | - | |
| 278 | + | |
282 | 279 | | |
283 | | - | |
284 | | - | |
285 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
286 | 288 | | |
287 | 289 | | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | 290 | | |
296 | 291 | | |
297 | | - | |
| 292 | + | |
298 | 293 | | |
299 | 294 | | |
300 | 295 | | |
301 | | - | |
| 296 | + | |
302 | 297 | | |
303 | 298 | | |
304 | 299 | | |
305 | 300 | | |
306 | 301 | | |
307 | | - | |
| 302 | + | |
308 | 303 | | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
| 304 | + | |
| 305 | + | |
313 | 306 | | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
318 | 312 | | |
319 | 313 | | |
320 | 314 | | |
321 | | - | |
| 315 | + | |
322 | 316 | | |
323 | 317 | | |
324 | 318 | | |
325 | | - | |
| 319 | + | |
326 | 320 | | |
327 | 321 | | |
328 | 322 | | |
| |||
344 | 338 | | |
345 | 339 | | |
346 | 340 | | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
| 341 | + | |
351 | 342 | | |
352 | 343 | | |
353 | 344 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
0 commit comments