solana-accountsdb-connector/lib/src
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
..
grpc_plugin_source.rs gRPC: Optionally use TLS 2021-11-18 14:21:17 +01:00
lib.rs gRPC: Optionally use TLS 2021-11-18 14:21:17 +01:00
metrics.rs Metrics cleanup 2021-11-09 14:23:55 +01:00
postgres_target.rs Fix bug introduced by deleting older slots 2021-11-25 10:38:55 +01:00
postgres_types_numeric.rs Move postgres numeric support to separate file 2021-11-09 14:32:58 +01:00
websocket_source.rs Use anyhow::Result over Result<T, anyhow::Error> 2021-11-09 14:27:09 +01:00