solana/accountsdb-plugin-postgres/src
Jeff Washington (jwash) 90f41fd9b7
use cost model to limit new account creation (#21369)
* use cost model to limit new account creation

* handle every system instruction

* remove &

* simplify match

* simplify match

* add datapoint for account data size

* add postgres error handling

* handle accounts:unlock_accounts
2021-12-12 14:57:18 -06:00
..
postgres_client use cost model to limit new account creation (#21369) 2021-12-12 14:57:18 -06:00
accounts_selector.rs Refactor slot status notification to decouple from accounts notifications (#21308) 2021-11-17 17:11:38 -08:00
accountsdb_plugin_postgres.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
lib.rs Accountsdb plugin transaction part 2: transaction selector (#21331) 2021-11-19 14:26:22 -08:00
postgres_client.rs If configured so, panic if there is an error saving transactions in the plugin (#21602) 2021-12-04 12:47:28 -08:00
transaction_selector.rs Accountsdb plugin transaction part 2: transaction selector (#21331) 2021-11-19 14:26:22 -08:00