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
accountsdb_plugin_postgres.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
lib.rs
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