solana-with-rpc-optimizations/programs/vote
Alexander Meißner e5490b8d09
Refactor - Use builtin function interface from rbpf (#31221)
* Removes test_program_entry_debug().

* Uses declare_process_instruction!() in all tests and benchmarks.

* Replaces with ProcessInstructionWithContext with solana_rbpf::BuiltInFunction.
2023-04-21 18:08:32 +02:00
..
benches Refactor - Use builtin function interface from rbpf (#31221) 2023-04-21 18:08:32 +02:00
src Add new vote state version that replaces Lockout with LandedVote to a… (#30831) 2023-04-18 20:27:38 -07:00
Cargo.toml chore: workspace inheritance (#29893) 2023-02-23 22:01:54 +08:00
build.rs