Commit Graph

  • 2013eb6ebf
    remove outdated solana-ledger-udev binary (#2955) Patrick Reich 2024-10-22 14:57:34 +0200
  • 31bcb94846
    extract transaction-error crate (#2295) Kevin Heavey 2024-10-22 16:42:09 +0400
  • 3cc0ebf7d0
    build(deps): bump bytes from 1.7.2 to 1.8.0 (#3256) dependabot[bot] 2024-10-22 18:53:54 +0800
  • 948da42618
    Extract account-decoder-client-types (#2872) Kevin Heavey 2024-10-22 14:44:27 +0400
  • 660f8e2ca0
    extract fee-calculator crate (#2969) Kevin Heavey 2024-10-22 14:03:49 +0400
  • 60fa82256a
    extract stable-layout crate (#2924) Kevin Heavey 2024-10-22 14:03:23 +0400
  • e510eb3d11
    build(deps): bump anyhow from 1.0.89 to 1.0.90 (#3238) dependabot[bot] 2024-10-22 12:43:19 +0800
  • 62813e56b6
    build(deps): bump serde_json from 1.0.129 to 1.0.132 (#3239) dependabot[bot] 2024-10-22 11:58:33 +0800
  • 7a0f7f9c11
    build(deps): bump syn from 2.0.79 to 2.0.82 (#3240) dependabot[bot] 2024-10-22 11:58:22 +0800
  • 137b6af217
    quic tpu: create fewer timeout futures (#3151) Alessandro Decina 2024-10-22 09:39:10 +0700
  • 05ac482dbf
    Replaces our GroupBy with rust's ChunkBy (#3243) Brooks 2024-10-21 17:12:16 -0400
  • 937e67f049
    banking_stage: fix test not sending vote txs (#3247) Ashwin Sekar 2024-10-21 14:18:24 -0400
  • 2716b98c03
    consensus: move increase_lockouts test fn to dcou (#3248) Ashwin Sekar 2024-10-21 14:16:08 -0400
  • 9e102ce2d5
    Remove dead methods in accounts_db.rs (#3226) asolana 2024-10-21 08:11:08 -0700
  • bf8165282e
    [accounts_db] Make internal constants private, remove a dead one (#3227) asolana 2024-10-21 08:10:23 -0700
  • aa44dc87c5
    v2.0: Update latest release variable for agave docs (backport of #3220) (#3221) mergify[bot] 2024-10-21 09:53:54 -0500
  • f768a8e627
    timings: Update name in Cargo.toml (#3223) Jon C 2024-10-21 12:06:19 +0200
  • 7b05e29f4e
    Remove dead method in cluster_tests (#3234) asolana 2024-10-20 14:54:21 -0700
  • aab654eecd
    Remove pub visibility from functions in scheduler_metrics (#3224) asolana 2024-10-20 13:28:44 -0700
  • 9add6ce131
    don't ignore doc examples in secp256k1-recover (#3229) Kevin Heavey 2024-10-20 13:52:46 +0400
  • d524f29fe3
    vote: allow block_id to be None until new shred format is rolled out (#3231) Ashwin Sekar 2024-10-19 20:15:42 -0400
  • 4789001c02
    Remove dead method in cluster_info_vote_listener.rs (#3225) asolana 2024-10-19 10:50:58 -0700
  • b24d7e180c
    fix solana-instruction when std feature is not activated (#3193) Kevin Heavey 2024-10-19 02:43:51 +0400
  • 2d9764a016
    replay: populate block_id and send as part of TowerSync tx (#2776) Ashwin Sekar 2024-10-18 16:08:10 -0400
  • 5535e79b87
    clippy: #[warn(clippy::single_match)] (#3218) Brooks 2024-10-18 15:10:15 -0400
  • df97398f0d
    Update latest release variable for agave docs (#3220) Will Hickey 2024-10-18 12:52:03 -0500
  • fd7eb75590
    Fix typo (#3219) dmakarov 2024-10-18 13:39:26 -0400
  • 604cab8fea
    Tune ideal storage size based on total alive bytes and max ancient slots (#3206) dmakarov 2024-10-18 11:52:40 -0400
  • 98b78260dd
    svm: modularize integration test runner (#3183) hana 2024-10-18 08:32:58 -0700
  • 135742fe3c
    Bump version to v2.0.15 (#3210) github-actions[bot] 2024-10-18 21:19:04 +0800
  • c3693a6d33
    build(deps): bump serde_json from 1.0.128 to 1.0.129 (#3214) dependabot[bot] 2024-10-18 13:05:18 +0000
  • 0bd0467763
    build(deps): bump libc from 0.2.160 to 0.2.161 (#3213) dependabot[bot] 2024-10-18 12:38:53 +0000
  • 97a13fde47
    build(deps): bump proc-macro2 from 1.0.87 to 1.0.88 (#3215) dependabot[bot] 2024-10-18 19:57:30 +0800
  • 2bde0fc99c
    Only aggregate heaviest fork at the coordinator. (#3115) Wen 2024-10-17 16:32:13 -0700
  • 114ab4d545
    Skips merkle-based accounts verification when accounts lt hash is enabled (#3208) Brooks 2024-10-17 18:50:51 -0400
  • 1e6e1f567c
    Fixes spurious failures in test_bank_update_sysvar_account (#3209) Brooks 2024-10-17 18:25:31 -0400
  • 369d2cb2ab
    Avoid combining older slots with newer ones in ancient shrinking (#3189) dmakarov 2024-10-17 16:33:11 -0400
  • b032f78740
    svm: improve integration test framework for SIMD83 (#3181) hana 2024-10-17 12:15:20 -0700
  • c6e8239843
    ci: remove deprecated macos-12 image (#3202) Yihau Chen 2024-10-18 02:17:21 +0800
  • 8561902444
    v2.0: Scheduler: Improve TTL (backport of #3161) (#3179) mergify[bot] 2024-10-17 12:52:12 -0500
  • d300f3733f
    load_addresses performance (#3182) Andrew Fitzgerald 2024-10-17 10:55:02 -0500
  • aa9d5b4221
    reduce banking capacity (#3114) Andrew Fitzgerald 2024-10-17 10:34:17 -0500
  • 657052f017
    Bank::check_reserved_keys (#3100) Andrew Fitzgerald 2024-10-17 10:33:19 -0500
  • 73cc94a1c7
    build(deps): bump libc from 0.2.159 to 0.2.160 (#3199) dependabot[bot] 2024-10-17 23:00:03 +0800
  • 31e81479e1
    Ensure that account info address is not in an account (#3044) Sean Young 2024-10-17 15:49:55 +0100
  • ccdc567d44
    build(deps): bump openssl from 0.10.67 to 0.10.68 (#3201) dependabot[bot] 2024-10-17 21:26:32 +0800
  • da84099f92
    build(deps): bump rustls from 0.23.14 to 0.23.15 (#3200) dependabot[bot] 2024-10-17 21:26:22 +0800
  • 47c439a28b
    SVM: API: drop builtin IDs from `new_uninitialized` (#3171) Joe C 2024-10-17 13:05:15 +0700
  • 17d94c4ed8
    [Transaction Service Status] Batch status and memo writes to DB. (#3026) Faycel Kouteib 2024-10-16 21:32:43 -0700
  • 38404a6ca0
    Make non-coordinator listen to HeaviestFork from coordinator. (#3125) Wen 2024-10-16 15:15:52 -0700
  • 5ab9e266a2
    Supports rehashing with accounts lt hash (#3186) Brooks 2024-10-16 13:03:03 -0400
  • 42122042d0
    cli: Simulate for compute units in `validator-info publish` (#3164) Jon C 2024-10-16 18:45:10 +0200
  • 192460ba9e
    v2.0: rolls back chained Merkle shreds for testnet downgrade (backport of #3194) (#3195) mergify[bot] 2024-10-16 16:44:14 +0000
  • b94fd0b354
    build(deps): bump hyper from 0.14.30 to 0.14.31 (#3192) dependabot[bot] 2024-10-16 23:13:11 +0800
  • 5eeb40a51a
    build(deps): bump openssl from 0.10.66 to 0.10.67 (#3191) dependabot[bot] 2024-10-16 23:13:00 +0800
  • 69916f1077
    rolls back chained Merkle shreds for testnet downgrade (#3194) behzad nouri 2024-10-16 15:10:00 +0000
  • 6a70b6c390
    TransactionCost - hold transaction reference (#3162) Andrew Fitzgerald 2024-10-16 08:58:56 -0500
  • a8aef04122
    Extract precompile-error crate (#2300) Kevin Heavey 2024-10-16 12:39:37 +0400
  • a458839ff1
    Use VecDeque for best_ancient_slots_to_shrink to avoid vec reversing (#3187) dmakarov 2024-10-15 19:33:54 -0400
  • 54887936ce
    svm: test account loader edge cases (#3045) hana 2024-10-15 14:52:19 -0700
  • 654cf17c68
    v2.0: ledger-tool: Fix create-snapshot default value for output_directory (backport of #3148) (#3153) mergify[bot] 2024-10-15 10:41:18 -1000
  • 20aa3be7d7
    Rehashing is not allowed to change accounts (#3180) Brooks 2024-10-15 16:08:13 -0400
  • 20460f5fef
    fix doc link in solana-epoch-schedule (#3175) Kevin Heavey 2024-10-16 00:04:30 +0400
  • 1740ea2f2c
    move account_utils to account crate (#3174) Kevin Heavey 2024-10-15 23:55:39 +0400
  • 598f7aedf9
    Extract entrypoint crate (#2430) Kevin Heavey 2024-10-15 23:02:46 +0400
  • 1e800b1e0b
    Aggressively shrink ancient storages when shrink isn't too busy. (#2946) dmakarov 2024-10-15 14:35:04 -0400
  • 72963e1469
    Advises kernel to use random access for disk bucket mmaps (#2140) Brooks 2024-10-15 13:49:27 -0400
  • c32d0df3f7
    avoid solana-program in inline-spl (#3178) Kevin Heavey 2024-10-15 21:14:16 +0400
  • b271f1ffbf
    v2.0: token-2022: Use mainnet-beta binary in all tools (backport of #3165) (#3166) mergify[bot] 2024-10-15 18:52:21 +0200
  • 75450a6542
    SVM: API: rename `new` to `new_uninitialized` (#3170) Joe C 2024-10-15 23:15:03 +0700
  • a3b2c786e3
    extract native-token crate (#3072) Kevin Heavey 2024-10-15 19:38:00 +0400
  • 7b0a57316d
    Scheduler: Improve TTL (#3161) Andrew Fitzgerald 2024-10-15 10:25:36 -0500
  • a018567931
    Supports accounts lt hash in ledger-tool (#3173) Brooks 2024-10-15 10:58:03 -0400
  • 47163d4f99
    svm: clear read-only non-signers for test txns (#3157) hana 2024-10-15 07:22:53 -0700
  • 19c1e1be70
    SVM: paytube: update cache prep for token program (#3168) Joe C 2024-10-15 20:38:16 +0700
  • d08ef44fd8
    Move `solana_sdk::pubkey` functions to solana-pubkey (#2980) Kevin Heavey 2024-10-15 16:27:09 +0400
  • cc1873f606
    remove solana-program from solana-feature-set (#3140) Kevin Heavey 2024-10-15 16:21:56 +0400
  • c234605ae3
    move sanitize crate to sdk dir (#3073) Kevin Heavey 2024-10-15 15:56:19 +0400
  • 96955661f7
    token-2022: Use mainnet-beta binary in all tools (#3165) Jon C 2024-10-15 11:55:39 +0200
  • e05f75455e
    package-metadata: Add macro to define program id from Cargo.toml (#1806) Jon C 2024-10-15 11:52:53 +0200
  • eaec893942
    [zk-sdk] Expose `ElGamalPubkey` and `ElGamalKeypair` as wasm (#2996) samkim-crypto 2024-10-15 16:45:25 +0900
  • 5bcf161e09
    Support notifying bank created slot status in geyser (#3126) Lijun Wang 2024-10-14 22:37:48 -0700
  • c70d9d3f31
    v2.0: link openssl statically for Windows (backport of #3118) (#3156) mergify[bot] 2024-10-15 13:15:34 +0800
  • e8f7cc55b1
    Marks Bank::unfreeze_for_ledger_tool() as dcou (#3160) Brooks 2024-10-15 00:09:25 -0400
  • 715f49fc94
    Adds more metrics for startup accounts verification (#3158) Brooks 2024-10-14 14:51:10 -0400
  • a66b023f2a
    Verifies accounts lt hash at startup (#3145) Brooks 2024-10-14 12:16:09 -0400
  • 2348429ff9
    Remove unused forward_worker module (#3128) kirill lykov 2024-10-14 17:48:32 +0200
  • f03bce592f
    Add a new client implementation targeting TPU (#2905) kirill lykov 2024-10-14 16:25:12 +0200
  • 6c264d7d4a
    accounts-db: use smaller thread pool for hash scan (#3097) HaoranYi 2024-10-14 09:24:24 -0500
  • 2ea7fd7ef7
    Add const pubkey support and make declare_id a declarative macro (#2348) Kevin Heavey 2024-10-14 17:03:47 +0400
  • 49d2298762
    link openssl statically for Windows (#3118) Yihau Chen 2024-10-14 19:11:01 +0800
  • f7f340513c
    build(deps): bump bytemuck from 1.18.0 to 1.19.0 (#3155) dependabot[bot] 2024-10-14 19:10:39 +0800
  • 05a3200ca6
    chore: Fix whitespace in error message (#3154) steviez 2024-10-13 21:17:05 -0500
  • 1d9947cd68
    ledger-tool: Fix create-snapshot default value for output_directory (#3148) steviez 2024-10-13 11:36:02 -0500
  • 2eb3e1bcd6
    stop ignoring forwarder tests (#3143) kirill lykov 2024-10-12 14:33:43 +0200
  • e32281dac2
    add doc_auto_cfg to relevant sdk crates (#3121) Kevin Heavey 2024-10-12 16:26:06 +0400
  • 6210454cb9
    fix accounts index startup stat and add two new stats for dups (#3112) HaoranYi 2024-10-11 19:32:49 -0500
  • 8d507cb6fd
    SDK doc fixes (#3133) Kevin Heavey 2024-10-11 23:09:20 +0400
  • b81d197a9c
    build(deps): bump js-sys from 0.3.71 to 0.3.72 (#3138) dependabot[bot] 2024-10-12 02:04:43 +0800
  • df22c2eb8c
    remove thiserror from solana-derivation-path (#3086) Kevin Heavey 2024-10-11 21:48:13 +0400