Commit Graph

  • 3426f7ec0a
    [zk-token-sdk] Add ciphertext validity proof with 3 handles (#809) master samkim-crypto 2024-04-18 17:44:26 +0900
  • fb465b3788
    Prioritize blocked task messaging over idle tasks (#627) Ryo Onodera 2024-04-18 13:15:25 +0900
  • ad316fdbf7
    refactor: cli deploy always uses upgradeable loader (#793) Justin Starry 2024-04-18 11:26:15 +0800
  • 22f80c93a1
    cli::checks: Remove `allow(clippy::arithmetic_side_effects)` (#834) Illia Bobyr 2024-04-17 19:23:10 -0700
  • dd51e617f5
    Simplifies SnapshotMinimizer::filter_storage() (#865) Brooks 2024-04-17 20:10:20 -0400
  • 033bcfcab5
    accounts db/refactor accounts db test - convert test_full_clean_refcount (#814) HaoranYi 2024-04-17 16:42:44 -0500
  • 297a7aa40a
    Fix vote refresh local cluster test (#830) carllin 2024-04-17 17:14:38 -0400
  • da0d78c504
    Removes hash() and has_hash() from StorableAccounts (#867) Brooks 2024-04-17 16:41:41 -0400
  • ee2c29ca2f
    Removes unused hashes params from store functions (#863) Brooks 2024-04-17 16:37:45 -0400
  • e7617a1b1f
    Refactor - Remove `program_accounts_map` from account_loader (#768) Alexander Meißner 2024-04-17 21:58:13 +0200
  • 1a69c3486b
    removes #[derive(Ord, PartialOrd)] from LegacyContactInfo (#868) behzad nouri 2024-04-17 19:33:04 +0000
  • ab2df8a735
    bugfix: fill early exit with transaction errors (#325) Andrew Fitzgerald 2024-04-17 14:25:13 -0500
  • 613256e18f
    Removes StorableAccountsWithHashes (#862) Brooks 2024-04-17 14:52:45 -0400
  • 283f433a3b
    accounts db/refactor accounts db test - add macro for accounts-db panic test (#786) HaoranYi 2024-04-17 12:52:00 -0500
  • 8edc6ccb5c
    Move Stats::submit to solana-runtime (#686) Kevin Heavey 2024-04-17 21:43:43 +0400
  • 37fbd3349c
    Remove duplicated code with a CliCommandInfo constructor (#806) sakridge 2024-04-17 19:34:17 +0200
  • ad5b71dda8
    Replaces StorableAccountsWithHashes in AccountsDb (#861) Brooks 2024-04-17 13:31:44 -0400
  • aa0922d684
    reworks shred::merkle::Shred{Code,Data}::get_chained_merkle_root_offset (#802) behzad nouri 2024-04-17 16:32:41 +0000
  • 349eb7f925
    Replaces StorableAccountsWithHashes in AccountsFile (#860) Brooks 2024-04-17 12:02:48 -0400
  • ac36dbbc87
    Refactor - `LoadedProgramType::Loaded` and `LoadedProgramOwner` (#606) Alexander Meißner 2024-04-17 17:48:14 +0200
  • 2aeac5b468
    Replaces StorableAccountsWithHashes in TieredStorage (#859) Brooks 2024-04-17 10:49:24 -0400
  • 590612942a
    ledger-tool: Add --log-messages-bytes-limit arg (#854) Andrei Silviu Dragnea 2024-04-17 17:17:07 +0300
  • 62dfb0e64a
    add feature gate to collect and reward priority fee fully (#583) Tao Zhu 2024-04-17 08:14:38 -0600
  • 0588ecc612
    Refactors duplicate code in accounts startup verification (#843) Brooks 2024-04-17 09:40:04 -0400
  • 97013978fe
    Uses same lifetime name for local AccountForStorage in callback (#848) Brooks 2024-04-17 09:39:44 -0400
  • 4d2d95fe14
    Replaces StorableAccountsWithHashes in AppendVec (#853) Brooks 2024-04-17 09:34:03 -0400
  • 63d4278cae
    get_stored_account_meta_callback returns Option (#847) Jeff Washington (jwash) 2024-04-17 08:12:32 -0500
  • 97c56ac0e2
    cli: Introduce `WithComputeUnitConfig` for specifying more than compute unit price (#850) Jon C 2024-04-17 12:40:07 +0200
  • 3bb7ab7360
    cli: Update `simulate_and_update_compute_unit_limit` to take `Message` (#839) Jon C 2024-04-17 12:36:58 +0200
  • 6b52ca29c1
    cli: adding prio fee support to validator-info (#582) Max Kaplan 2024-04-17 06:36:25 -0400
  • 03b596586c
    Write default hash to account storage (#469) HaoranYi 2024-04-16 16:04:52 -0500
  • a9548a6dc5
    add `for<>` to callback on get fns (#838) Jeff Washington (jwash) 2024-04-16 14:55:50 -0500
  • 0976e9b222
    add get_stored_account_meta_callback to storage (#836) Jeff Washington (jwash) 2024-04-16 13:58:42 -0500
  • f2612ef7b5
    enables chained Merkle shreds for ClusterType::Development (#54) behzad nouri 2024-04-16 18:14:39 +0000
  • 25be2be4fc
    Deprecate static lists of reserved keys (#833) Justin Starry 2024-04-17 01:15:53 +0800
  • c5a669ea34
    accounts db/refactor accounts db test - fix account storage count and alive bytes tests for hot storage (#784) HaoranYi 2024-04-16 12:11:44 -0500
  • 877591ea7d
    remove StorableAccounts.pubkey() (#829) Jeff Washington (jwash) 2024-04-16 11:39:19 -0500
  • f0375596dd
    calculated fee details can be cleared out by lamports_per_signature (#704) Tao Zhu 2024-04-16 10:36:40 -0600
  • 3476775aaf
    cli: Move all compute budget code into compute_budget.rs (#826) Jon C 2024-04-16 18:25:58 +0200
  • cb2fd2b632
    AccountForStorage supports pubkey() (#825) Jeff Washington (jwash) 2024-04-16 10:06:33 -0500
  • 731d36ab26
    Fixes pedantic clippy ptr cast lints in append_vec.rs (#650) Brooks 2024-04-16 09:41:00 -0400
  • c75fe56354
    account_default_if_zero_lamport always returns a value (#822) Jeff Washington (jwash) 2024-04-16 08:11:46 -0500
  • 14135e110f
    Fixes pedantic clippy ptr cast lints in bucket-map (#655) Brooks 2024-04-16 08:55:33 -0400
  • ec6f525ea6
    Fixes pedantic clippy ptr cast lints in tiered storage (#651) Brooks 2024-04-16 08:51:38 -0400
  • 2e911559d0
    Deprecate `is_builtin_key_or_sysvar` function (#788) Justin Starry 2024-04-16 10:03:13 +0800
  • 7f16e84237
    hot storage tests don't use Option (#821) Jeff Washington (jwash) 2024-04-15 19:17:02 -0500
  • ee5fb5102d
    use callback for account and account_default_if_zero_lamport (#819) Jeff Washington (jwash) 2024-04-15 19:09:57 -0500
  • 7a15ec99cd
    Move Bank::calculate_stake_vote_rewards to sub-submodule (#827) Tyera 2024-04-15 17:41:32 -0600
  • f2aa4f0741
    Parameterize max streams per ms (#707) Lijun Wang 2024-04-15 15:58:10 -0700
  • f16b5cf1e6
    Marks append vec test utils as DCOU (#820) Brooks 2024-04-15 18:52:56 -0400
  • d721f76084
    accounts db/refactor accounts db test - Update accounts-db test to cover different account file providers. (#777) HaoranYi 2024-04-15 17:40:20 -0500
  • 385f7eed15
    [zk-token-sdk] Add ctxt extraction functions for grouped ElGamal ciphertexts (#588) samkim-crypto 2024-04-16 07:37:47 +0900
  • 056bfcede7
    Deprecate `is_sysvar_id` function (#789) Justin Starry 2024-04-16 06:22:52 +0800
  • f27f91bed7
    Deprecate `solana_program::sdk_ids` module (#790) Justin Starry 2024-04-16 06:21:20 +0800
  • 9217cd476a
    StorableAccountsWithHashes uses callback for lifetime (#813) Jeff Washington (jwash) 2024-04-15 15:47:00 -0500
  • 9ba0d6fabb
    Fixes race in RwLockSecondaryIndexEntry::insert_if_not_exists() (#815) Brooks 2024-04-15 14:52:20 -0400
  • 657e032ac0
    excludes more Merkle shreds tests from coverage CI (#812) behzad nouri 2024-04-15 18:27:31 +0000
  • ae316f0341
    sdk: move assert_matches and solana-logger to dev deps (#801) Kevin Heavey 2024-04-15 22:24:42 +0400
  • 6bd0bb611c
    introduce AccountForStorage for StorableAccounts (#795) Jeff Washington (jwash) 2024-04-15 13:21:07 -0500
  • 0288e0db29
    [anza migration]: update repo path (#811) Mike Schem 2024-04-15 13:43:46 -0400
  • 50f10284bb
    allows gossip pull requests with new contact-info (#803) behzad nouri 2024-04-15 17:37:26 +0000
  • 180a186c7d
    Populate EpochRewards with correct data (#763) Tyera 2024-04-15 10:16:02 -0600
  • aed1a5e452
    AccountAddressRange is byval (#807) Jeff Washington (jwash) 2024-04-15 10:09:10 -0500
  • 7138ea7517
    Plumb CLI arg to control number of TVU receive threads/sockets (#550) steviez 2024-04-15 16:56:10 +0200
  • e0b0bcc803
    hot storage AccountIndexWriterEntry needs values (#808) Jeff Washington (jwash) 2024-04-15 09:43:52 -0500
  • 2c0bea045c
    skips some Merkle shreds tests in coverage CI (#804) behzad nouri 2024-04-15 06:34:15 +0000
  • 2ffc7f64b7
    Renames fns to get_account_shared_data() (#782) Brooks 2024-04-14 18:25:39 -0400
  • 970d925a2e
    hot owners accumulation needs to be byval (#779) Jeff Washington (jwash) 2024-04-14 17:12:31 -0500
  • 76502b40d0
    program: remove unused serde_json dep (#800) Kevin Heavey 2024-04-15 02:08:22 +0400
  • 8c5a33a81a
    Renames fns to get_stored_account_meta() (#783) Brooks 2024-04-13 14:01:51 -0400
  • 97799e4826
    Use same stakes for everything in get_epoch_reward_calculate_param_info (#787) Tyera 2024-04-13 10:30:28 -0600
  • 864e044ea3
    Refactors tiered storage tests (#776) Brooks 2024-04-13 10:11:34 -0400
  • 1221dcf480
    use `is_zero_lamport()` trait (#781) Jeff Washington (jwash) 2024-04-13 08:45:54 -0500
  • 4e43820a0c
    decouple StorableAccounts pubkey & hash from account (#780) Jeff Washington (jwash) 2024-04-13 08:45:35 -0500
  • 09241ae9c3
    Use reserved account keys list to restrict tx write locks (#541) Justin Starry 2024-04-13 09:37:58 +0800
  • cb13b39118
    Track reserved account keys in bank (#769) Justin Starry 2024-04-13 09:12:00 +0800
  • 45e09396b9
    Renames tiered storage get_account() to get_stored_account_meta() (#774) Brooks 2024-04-12 15:46:27 -0400
  • cf1299a871
    Assortment of small partitioned-epoch rewards cleanups (#760) Tyera 2024-04-12 12:55:53 -0600
  • 5b4f1a0e6d
    patches flaky Merkle shreds test (#775) behzad nouri 2024-04-12 18:22:39 +0000
  • 3715830bcc
    Adds get_account_shared_data() to tiered storage (#773) Brooks 2024-04-12 12:42:42 -0400
  • 518a5b7df8
    Change read-only-cache to be keyed on pubkey only (#576) HaoranYi 2024-04-12 09:25:19 -0500
  • d448c4e5f0
    Fix - `ProgramCache::assign_program()` Closed => Loaded in same slot (#673) Alexander Meißner 2024-04-12 14:59:51 +0200
  • 81519fab2a
    Fix - `test_add_builtin()` should use `LoadedProgram::new_builtin()` and `ProgramCache::extract()` (#772) Alexander Meißner 2024-04-12 14:58:23 +0200
  • 499d36e354
    vote: update benches and tests to TowerSync (#725) Ashwin Sekar 2024-04-11 22:15:02 -0700
  • 4f7e45bb24
    metrics: Submit metrics when exiting. Refactor `MetricsAgent::run()`. (#718) Illia Bobyr 2024-04-11 22:02:44 -0700
  • dabcc39819
    cli: Move `allow(clippy::arithmetic_side_effects)` into modules (#758) Illia Bobyr 2024-04-11 22:01:53 -0700
  • c4996d6e52
    Remove stale poh recorder validator id (#700) Justin Starry 2024-04-12 12:09:02 +0800
  • b046c12cdc
    [zk-token-sdk] Refactor `AuthenticatedEncryptionError` and `ElGamalError` to errors module (#589) samkim-crypto 2024-04-12 11:26:40 +0900
  • ad94732d4f
    SVM: rename TransactionCheckResult variable for consistency (#759) dmakarov 2024-04-11 15:46:23 -0400
  • e9f8fcb4e6
    use previously calculated `stored_size` (#757) Jeff Washington (jwash) 2024-04-11 14:36:53 -0500
  • df1b8f983e
    expands test coverage of chained Merkle shreds (#55) behzad nouri 2024-04-11 19:17:14 +0000
  • baed522d2b
    call StorableAccounts.pubkey once (#752) Jeff Washington (jwash) 2024-04-11 11:22:50 -0500
  • d5c291a934
    Remove send snapshot hard unwrap (#326) carllin 2024-04-11 12:18:52 -0400
  • f6cac1e20f
    build(deps): bump anyhow from 1.0.81 to 1.0.82 (#749) dependabot[bot] 2024-04-11 16:01:46 +0000
  • e04dbaa305
    move ThreadExecuteTimings to solana-ledger (#690) Kevin Heavey 2024-04-11 19:59:16 +0400
  • 8aa32172d6
    Stops copying new PathBuf when querying storage files (#751) Brooks 2024-04-11 11:00:16 -0400
  • 293414f482
    pads last erasure batch with empty data shreds (#639) behzad nouri 2024-04-11 14:50:43 +0000
  • 4fc6b0bd96
    banking_stage: track VoteStorage size instead of costly iterator (#743) Ashwin Sekar 2024-04-11 07:16:33 -0700
  • 4e2fc2772b
    Add unit test for `add_builtin` (#720) Lucas Steuernagel 2024-04-11 11:13:23 -0300
  • 2871c59863
    Removes write version from store-tool (#722) Brooks 2024-04-11 10:09:36 -0400