solana-with-rpc-optimizations/core
Tao Zhu 9edfc5936d
Refactor accounts.rs with Justin's comments to improve lock accounts (#21406)
with results code path.
- fix a bug that could unlock accounts that weren't locked
- add test to the refactored function
- skip enumerating transaction accounts if qos results is an error
- add #[must_use] annotation
- avoid clone error in results
- add qos error code to unlock_accounts match statement
- remove unnecessary AbiExample
2021-11-23 21:17:55 +00:00
..
benches - Encapsulate QoS Service metrics reporting within QosServioce, so client (#21191) 2021-11-18 15:35:30 -06:00
src Refactor accounts.rs with Justin's comments to improve lock accounts (#21406) 2021-11-23 21:17:55 +00:00
tests
.gitignore
Cargo.toml chore: bump serde_json from 1.0.70 to 1.0.71 (#21338) 2021-11-18 02:58:30 +00:00
build.rs