You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that writes of blocks and writes to state can be kept
in sync, because the write barriers that SQLite provides will
apply to both forms of data. This should eliminate
inconsistencies between the two data stores.
Note that I also renamed the SQL database from `blockdata.db` to
`db.sqlite3`.
0 commit comments