Tags: nexstone68/solana
Tags
Different error if block status is not yet available (solana-labs#20407… …) (solana-labs#21029) * Different error if block is not available * Add slot to error message * Make and use helper function * Check finalized path as well Co-authored-by: Tyera Eulberg <[email protected]> (cherry picked from commit 700e42d) Co-authored-by: sakridge <[email protected]>
Restore getProgramAccounts spl-token secondary-index functionality (b… …ackport solana-labs#20993) (solana-labs#21004) * Restore getProgramAccounts spl-token secondary-index functionality (solana-labs#20993) * Allow get_spl_token_X_filters to match on any encoding, and optimize earlier * Remove redundant optimize calls * Compress match statements * Add method docs, including note to use optimize_filters before spl-token checks * Add logs (cherry picked from commit b2f6cfb) # Conflicts: # rpc/src/rpc.rs * Fix conflict Co-authored-by: Tyera Eulberg <[email protected]> Co-authored-by: Tyera Eulberg <[email protected]>
Report timing info for stakes cache updates from txs (backport solana… …-labs#20856) (solana-labs#20883) * Report timing info for stakes cache updates from txs (solana-labs#20856) (cherry picked from commit 7350166) # Conflicts: # runtime/src/bank.rs * resolve conflicts Co-authored-by: Justin Starry <[email protected]>
rpc-send-tx-svc server-side retry knobs (backport solana-labs#20818) (s… …olana-labs#20830) * rpc-send-tx-svc: add with_config constructor (cherry picked from commit fe098b5) # Conflicts: # Cargo.lock # core/Cargo.toml # replica-node/Cargo.toml # rpc/src/rpc_service.rs # rpc/src/send_transaction_service.rs # validator/Cargo.toml * rpc-send-tx-svc: server-side retry knobs (cherry picked from commit 2744a21) Co-authored-by: Trent Nelson <[email protected]>
Derive Pod/Zeroable for Pubkey (backport solana-labs#20493) (solana-l… …abs#20496) * Derive Pod/Zeroable for Pubkey (cherry picked from commit f966859) # Conflicts: # Cargo.lock # programs/bpf/Cargo.lock # sdk/program/Cargo.toml * rebase Co-authored-by: Michael Vines <[email protected]>
Add RecentItems metrics (solana-labs#20484) (solana-labs#20490)
Add RecentItems metrics (solana-labs#20484) (solana-labs#20486) (cherry picked from commit e13ed8a) Co-authored-by: Tyera Eulberg <[email protected]>
Tpu vote 1.7 (solana-labs#20187) * Add separate vote processing tpu port * Add feature to send to tpu vote port * Add vote rejecting sigverify mode * use packet.meta.is_simple_vote_tx in place of deserialization * consolidate code that identifies vote tx atcommon path for cpu and gpu * new key for feature set * banking forward tpu vote * add tpu vote port to dockerfile and other review changes * Simplify thread id compare * fix a test; updated cluster_info ABI change Co-authored-by: Tao Zhu <[email protected]>
PreviousNext