solana-accountsdb-connector/accountsdb-plugin-grpc/src
Christian Kamm e5d17998ab AccountsDB plugin: Track addresses to notice closure/reuse
Previously there were no messages for accounts that were closed
(lamports=0, owner=system_program) or reused for a different program
(which can happen in one tx).

Now messages contain an is_selected flag that lets the receiver know
whether its a message for a tracked account or just a follow-up message
for an account that used to be tracked.
2022-01-26 10:02:43 +01:00
..
accounts_selector.rs Initial import from separate projects 2021-11-02 13:37:03 +01:00
accountsdb_plugin_grpc.rs AccountsDB plugin: Track addresses to notice closure/reuse 2022-01-26 10:02:43 +01:00
lib.rs Initial import from separate projects 2021-11-02 13:37:03 +01:00
test_server.rs Minor clippy fixes 2021-11-15 15:37:29 +01:00