solana-accountsdb-connector/connector-raw/scripts
Christian Kamm a941f486ed Fix bug introduced by deleting older slots
Deleting older slots meant that older (but still most recent) account
writes that had their slot deleted would no longer show up in views.

Now the guarantee is that an account write for a missing slot that is
smaller than the top slot in the slots table is rooted.

To guarantee that, account writes for non-rooted slots that preceed
rooted slots are deleted now.
2021-11-25 10:38:55 +01:00
..
create_schema.sql Use separate pubkey table 2021-11-08 14:10:48 +01:00
create_views.sql Fix bug introduced by deleting older slots 2021-11-25 10:38:55 +01:00
drop_schema.sql Use separate pubkey table 2021-11-08 14:10:48 +01:00
drop_views.sql Use enum for slot status 2021-11-08 12:44:01 +01:00