Tags: soonlabs/agave
Tags
v2.0: Remove deprecated Memcmp filter symbols (backport of anza-xyz#2050 ) (anza-xyz#2069) Remove deprecated Memcmp filter symbols (anza-xyz#2050) * Add test to demonstrate serialization and acceptable json inputs * Remove custom serialization * Unpub deprecated fields * Remove deprecated, unused field * Remove deprecated MemcmpEncodedBytes variant * Remove deprecated error variants * Add back custom deserialization to support missing 'encoding' field * Update tests to demonstrate consistency and changes * Add helper fns to use in rpc spl-token filter checks * Update base64 syntax and remove allow-deprecated (cherry picked from commit 3b3ffbb) Co-authored-by: Tyera <tyera@anza.xyz>
v1.18: Deprecate RpcRequest::GetStakeActivation (backport of anza-xyz… …#2005) (anza-xyz#2012) Deprecate RpcRequest::GetStakeActivation (anza-xyz#2005) * Correct deprecation note * Deprecate rpc-client-api request (cherry picked from commit 0deb6fb) Co-authored-by: Tyera <tyera@anza.xyz>
v2.0: chore: publish solana-tps-client (backport of anza-xyz#1845) (a… …nza-xyz#1846) chore: publish solana-tps-client (anza-xyz#1845) (cherry picked from commit 7584773) Co-authored-by: Yihau Chen <yihau.chen@icloud.com>
Update CHANGELOG.md in preparation for branching v2.0 (anza-xyz#1819)
v1.18: accounts-db: fix 8G+ memory spike during hash calculation (bac… …kport of anza-xyz#1308) (anza-xyz#1318) accounts-db: fix 8G+ memory spike during hash calculation (anza-xyz#1308) We were accidentally doing several thousands 4MB allocations - even during incremental hash - which added up to a 8G+ memory spikes over ~2s every ~30s. Fix by using Vec::new() in the identity function. Empirically 98%+ reduces join arrays with less than 128 elements, and only the last few reduces join large vecs. Because realloc does exponential growth we don't see pathological reallocation but reduces do at most one realloc (and often 0 because of exp growth). (cherry picked from commit 2c71685) Co-authored-by: Alessandro Decina <alessandro.d@gmail.com>
v1.18: pings received contact-infos on gossip socket address (backpor… …t of anza-xyz#1615) (anza-xyz#1635) * pings received contact-infos on gossip socket address (anza-xyz#1615) (cherry picked from commit 329a186) # Conflicts: # gossip/src/cluster_info.rs # gossip/src/legacy_contact_info.rs * resolves merge conflicts --------- Co-authored-by: behzad nouri <behzadnouri@gmail.com>
v1.18: consensus: make shallow threshold checks log only (backport of a… …nza-xyz#1506) (anza-xyz#1546) consensus: make shallow threshold checks log only (anza-xyz#1506) * consensus: make shallow threshold checks log only * pr feedback: comment, make check more readable (cherry picked from commit 6859d65) Co-authored-by: Ashwin Sekar <ashwin@anza.xyz>
v1.18 - Adds error log for replacements in ProgramCache::assign_progr… …am(). (anza-xyz#1401) Adds error log for replacements in ProgramCache::assign_program().
v1.17 - Adds error log for replacements in ProgramCache::assign_progr… …am(). (anza-xyz#1400) Adds error log for replacements in ProgramCache::assign_program().