Commit d20b1ac
authored
refactor(cache)!: remove gob cache (#3047)
* chore: log non included height
* remove gob cache
* updates
* bring back clear cache flag
* cleanup syncing flow
* simplify
* fix IsHeightDAIncluded to not always rely on cache
* save only on exit
* remove debug log
* persist as we go1 parent 2510fe7 commit d20b1ac
File tree
20 files changed
+808
-607
lines changed- block
- internal
- cache
- reaping
- submitting
- syncing
- node
- pkg/store
- test/mocks
20 files changed
+808
-607
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments