topointon-jump
topointon-jump
Tracking PR for the partitioned epoch rewards work.
User-provided pubkeys should never span multiple regions, these should be skipped.
Implements https://github.com/solana-foundation/solana-improvement-documents/pull/194 - [x] Implementation - [x] Unit tests - [ ] Ledger
Implement https://github.com/solana-foundation/solana-improvement-documents/pull/160 - [x] Implementation - [x] Unit tests - [ ] Ledger Also drive-by fix to make `fd_executor_verify_transaction` take a const bank.
Corrects the value of FD_INSTR_ACCT_MAX to a larger bound derived from the transaction MTU. Without this, it is possible to cause a conformance divergence. Credit to @nick0ve for reporting this...
Adds a set of fixtures and a unit test fixture runner for vm input serialization, generated by running the input through the Agave vm input serializers. Compares the output buffer,...