This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
solana
Watch
1
Star
0
Fork
0
You've already forked solana
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
82945ba97338a1322534dfd360a8805ee9812e31
solana
/
programs
/
vote
/
src
History
Alexander Meißner
91c2729856
Replaces keyed_account get_signers() by InstructionContext::get_signers(). (
#23863
)
2022-03-24 12:57:51 +01:00
..
vote_state
Revert:
KeyedAccount
refactoings in builtin programs (
#23649
)
2022-03-16 11:30:01 +01:00
authorized_voters.rs
Reformat imports to a consistent style for imports
2021-12-03 09:19:13 -08:00
lib.rs
Refactor: Split vote_instruction.rs into multiple files (
#22502
)
2022-01-14 17:25:15 +08:00
vote_error.rs
Add feature gate for new vote instruction and plumb through replay (
#21683
)
2022-02-07 14:06:19 -08:00
vote_instruction.rs
Refactor: Split vote_instruction.rs into multiple files (
#22502
)
2022-01-14 17:25:15 +08:00
vote_processor.rs
Replaces keyed_account get_signers() by InstructionContext::get_signers(). (
#23863
)
2022-03-24 12:57:51 +01:00
vote_transaction.rs
Refactor: move simple vote parsing to runtime (
#22537
)
2022-01-20 10:39:21 +08:00