Tags: anza-xyz/agave
Tags
v2.2: ci: install openssl 3.4.2 for windows clippy build (backport of #… …6804) (#6811) ci: install openssl 3.4.2 for windows clippy build (#6804) * ci: install openssl 3.4.2 for windows clippy build * get rid of choco (cherry picked from commit ebfb7c2) Co-authored-by: Yihau Chen <yihau.chen@icloud.com>
v2.2: Patch transaction-context to fix crate resolution (#6731) #### Problem It isn't possible to publish crates because the build step fails. During crate resolution, solana-sdk depends on solana-transaction-context with the debug-signature feature, but it no longer exists. #### Summary of changes Add back the debug-signature feature, and patch solana-transaction-context in all lockfiles to avoid bringing in two versions of the crate.
v2.3: [zk-sdk] Add feature gates to disable and reenable zk elgamal p… …roof program (backport of #6545) (#6558) [zk-sdk] Add feature gates to disable and reenable zk elgamal proof program (#6545) Co-authored-by: samkim-crypto <skim13@cs.stanford.edu> (cherry picked from commit d916fc4) # Conflicts: # feature-set/src/lib.rs Co-authored-by: Will Hickey <will.hickey@anza.xyz>
v2.2: [zk-sdk] Add feature gates to disable and reenable zk elgamal p… …roof program (backport of #6545) (#6557) [zk-sdk] Add feature gates to disable and reenable zk elgamal proof program (#6545) Co-authored-by: samkim-crypto <skim13@cs.stanford.edu> (cherry picked from commit d916fc4) # Conflicts: # feature-set/src/lib.rs # svm-feature-set/src/lib.rs Co-authored-by: Will Hickey <will.hickey@anza.xyz>
v2.2: blockstore: Adjust rocksdb threadpool config (backport of #6166) ( #6179) blockstore: Adjust rocksdb threadpool config (#6166) A previous change wired up the ability to configure rocksdb threadpool sizes through BlockstoreOptions. That change kept the threadpool sizes the same, but unintentionally limited how many concurrent flushes and compactions could be scheduled in each pool. The result was reduced parallelism with mostly idle threadpools. This change restores the previous level of allowed parallelism in the compact and flush threadpools (cherry picked from commit 93df405) Co-authored-by: steviez <steven@anza.xyz>
PreviousNext