Tags: nrempel/solana
Tags
bump executor cache max entries (solana-labs#25600) (solana-labs#25613) * executor-cache: unify `remove` calls * executor-cache: metrics - add one-hit-wonder counter * executor-cache: bump max entries to 256 (cherry picked from commit 4e6b276) Co-authored-by: Trent Nelson <trent@solana.com>
Add pre shrink pass before sigverify batch (backport solana-labs#25136)… … (solana-labs#25610) * Add pre shrink pass before sigverify batch (solana-labs#25136) (cherry picked from commit e4409a8) # Conflicts: # core/src/sigverify_stage.rs # perf/src/sigverify.rs * resolve conflicts * Add zero check Co-authored-by: Justin Starry <justin@solana.com>
stop logging misleading bank hash mismatch (backport solana-labs#25427)… … (solana-labs#25477) * stop logging misleading bank hash mismatch (solana-labs#25427) (cherry picked from commit 41f30a2) # Conflicts: # ledger/src/blockstore_processor.rs # runtime/benches/accounts.rs # runtime/src/accounts.rs # runtime/src/accounts_db.rs # runtime/src/bank.rs * merge Co-authored-by: Jeff Washington (jwash) <wash678@gmail.com>
Avoid "Dropped RPC Notification" log spam (solana-labs#25342)
Include account index in rent paying account tx error (backport solan… …a-labs#25189) (solana-labs#25246) * Include account index in rent paying account tx error (solana-labs#25189) (cherry picked from commit f81c5df) # Conflicts: # sdk/src/feature_set.rs * conflicts Co-authored-by: Justin Starry <justin@solana.com>
SigVerify: Add total time metrics for dedup/discard/verify (solana-la… …bs#24768) (solana-labs#24935) * SigVerify: Add total time metrics for dedup/discard/verify Previously it was impossible to determine the total time the stage spent on these activities within a measurement window. * SigVerify: Add _us postfix to time metrics (cherry picked from commit 503d0ba) Co-authored-by: Christian Kamm <mail@ckamm.de>