Tags: nkhs/solana
Tags
Add missing owner check to bpf loader close ix (solana-labs#19460) (s… …olana-labs#19470) (cherry picked from commit 4305d4b) Co-authored-by: Justin Starry <justin@solana.com>
Backport Accounts Fixes solana-labs#16838 and the test solana-labs#17038 (solana-labs#19412) * reclaims unref accounts from index (solana-labs#16838) * Test account index and store alignment (solana-labs#17038) * Use ReclaimResult::Default() instead of building subtypes * Add test to ensure account_db store and index are aligned Co-authored-by: Jeff Washington (jwash) <75863576+jeffwashington@users.noreply.github.com> Co-authored-by: steviez <steven@solana.com>
Handle 0-lamport account in index generation (solana-labs#19041) (sol… …ana-labs#19160) * Handle 0-lamport account in index generation * rename duplicate to dirty keys Co-authored-by: Carl Lin <carl@solana.com> (cherry picked from commit 5a4979f) Co-authored-by: sakridge <sakridge@gmail.com>
Fix serialization of parameters in RpcClient::get_block_production_wi… …th_config (backport solana-labs#18998) (solana-labs#19000) * Fix serialization of parameters in RpcClient::get_block_production_with_config (solana-labs#18998) Params must be an array or null. (cherry picked from commit 58f3952) # Conflicts: # client/src/mock_sender.rs * Fix conflict Co-authored-by: Brian Anderson <andersrb@gmail.com> Co-authored-by: Tyera Eulberg <tyera@solana.com>
Really start caching by fixing swapped CAS... (solana-labs#18842) (so… …lana-labs#18969) (cherry picked from commit 611af87) Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
Rpc: getProgramAccounts, restruct base58 account data size (solana-la… …bs#18852) (solana-labs#18855) * Refactor account encoding to povide helper w/out querying Bank * Use new method in get_program_accounts to properly return length err (cherry picked from commit 3eecb6f) Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
CI Tweaks (backport solana-labs#18738) (solana-labs#18742) * ci: fix typo (cherry picked from commit 96a7ced) * ci: suppress cargo tree output (cherry picked from commit 59cd055) Co-authored-by: Trent Nelson <trent@solana.com>
backport new column families from master to 1.6 (solana-labs#18743) * backporting bank_hash and program_costs column families from master to 1.6 for rocksdb backward compatibility * missed a line to allow dead code * include code for purge
PreviousNext