solana-with-rpc-optimizations/programs/vote
bji 930ce1eb21
Add allow_commission_decrease_at_any_time feature which will allow (#33847)
* Add allow_commission_decrease_at_any_time feature which will allow
vote account commission to be lowered at any time during the epoch
regardless of the commission_updates_only_allowed_in_first_half_of_epoch
feature.  Fixes #33843.

SIMD: 0080

* Remove unused `feature_set` import

---------

Co-authored-by: Jon Cinque <me@jonc.dev>
2023-12-08 17:30:48 -05:00
..
benches Bump solana_rbpf to v0.8.0 (#33679) 2023-10-20 21:39:50 +02:00
src Add allow_commission_decrease_at_any_time feature which will allow (#33847) 2023-12-08 17:30:48 -05:00
Cargo.toml replaces assert!(matches!(...)) with assert_matches!(...) (#33068) 2023-08-30 13:48:27 -04:00
build.rs