Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solana-labs/solana
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.18.12
Choose a base ref
...
head repository: solana-labs/solana
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.13
Choose a head ref
  • 13 commits
  • 17 files changed
  • 10 contributors

Commits on May 14, 2024

  1. Bump version to v1.18.13

    yihau committed May 14, 2024
    Configuration menu
    Copy the full SHA
    20668d5 View commit details
    Browse the repository at this point in the history
  2. v1.18: client: Resend transactions using same mechanism as initial se…

    …nd (backport of #915) (#1072)
    
    client: Resend transactions using same mechanism as initial send (#915)
    
    * client: Timeout tpu sends
    
    * Resend transactions one at a time, same as the first send
    
    * Simplify resends to happen right after initial sends
    
    * Skip already processed transaction errors
    
    (cherry picked from commit ed11b72)
    
    Co-authored-by: Jon C <me@jonc.dev>
    2 people authored and yihau committed May 14, 2024
    Configuration menu
    Copy the full SHA
    48e1def View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    651e739 View commit details
    Browse the repository at this point in the history
  4. v1.18: support Pubkey::to_bytes as constexpr (backport of #220) (#1107)

    sdk: support Pubkey::to_bytes as constexpr (#220)
    
    (cherry picked from commit 9b16df2)
    
    Co-authored-by: ripatel-fd <ripatel+git@jumptrading.com>
    2 people authored and yihau committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d6c7e98 View commit details
    Browse the repository at this point in the history
  5. v1.18: RPC: fix numNonVoteTransactions in getPerformanceSamples (back…

    …port of #1189) (#1208)
    
    RPC: fix numNonVoteTransactions in getPerformanceSamples (#1189)
    
    (cherry picked from commit 3f6c567)
    
    Co-authored-by: Justin Starry <justin@anza.xyz>
    2 people authored and yihau committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c56e74e View commit details
    Browse the repository at this point in the history
  6. v1.18: blockstore: relax backwards chained merkle root check for upgr…

    …ades (backport of #1163) (#1196)
    
    blockstore: relax backwards chained merkle root check for upgrades (#1163)
    
    * blockstore: relax backwards chained merkle root check for upgrades
    
    * s/v1.18.12/v1.18.13
    
    Co-authored-by: Trent Nelson <490004+t-nelson@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Trent Nelson <490004+t-nelson@users.noreply.github.com>
    (cherry picked from commit a645d07)
    
    Co-authored-by: Ashwin Sekar <ashwin@anza.xyz>
    2 people authored and yihau committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3036699 View commit details
    Browse the repository at this point in the history
  7. v1.18: forwarder uses working bank as filter (backport of #1129) (#1136)

    forwarder uses working bank as filter (#1129)
    
    (cherry picked from commit 79ae84e)
    
    Co-authored-by: Andrew Fitzgerald <apfitzge@gmail.com>
    2 people authored and yihau committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e7021a3 View commit details
    Browse the repository at this point in the history
  8. v1.18: Scheduler: throttle thread queueing by CUs (backport of #1101) (

    …#1220)
    
    Scheduler: throttle thread queueing by CUs (#1101)
    
    (cherry picked from commit ec54b01)
    
    Co-authored-by: Andrew Fitzgerald <apfitzge@gmail.com>
    2 people authored and yihau committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8635883 View commit details
    Browse the repository at this point in the history
  9. v1.18: Replaces DashMap with HashMap in secondary indexes (backport of

    …#1137) (#1155)
    
    Replaces DashMap with HashMap in secondary indexes (#1137)
    
    (cherry picked from commit 9606a13)
    
    Co-authored-by: Brooks <brooks@anza.xyz>
    2 people authored and yihau committed May 14, 2024
    Configuration menu
    Copy the full SHA
    10e5a10 View commit details
    Browse the repository at this point in the history
  10. v1.18: blockstore: account for blockstore cleanup during shred insert…

    …ion (backport of #1259) (#1279)
    
    blockstore: account for blockstore cleanup during shred insertion (#1259)
    
    (cherry picked from commit b5c5bd3)
    
    Co-authored-by: Ashwin Sekar <ashwin@anza.xyz>
    2 people authored and yihau committed May 14, 2024
    Configuration menu
    Copy the full SHA
    09d2eaf View commit details
    Browse the repository at this point in the history
  11. v1.18: ci: don't self-update rustup when using the rust-version scrip…

    …t (backport of #1209) (#1215)
    
    ci: don't self-update rustup when using the rust-version script (#1209)
    
    * ci: don't update rustup when using the rust-version script
    
    * XXX: fake updates for triggering all
    
    * Revert "XXX: fake updates for triggering all"
    
    This reverts commit b343e61.
    
    (cherry picked from commit 206a87a)
    
    Co-authored-by: Yihau Chen <yihau.chen@icloud.com>
    mergify[bot] and yihau committed May 14, 2024
    Configuration menu
    Copy the full SHA
    dfdb234 View commit details
    Browse the repository at this point in the history
  12. v1.18: Fix - Reloading of unload entries after finishing the recompil…

    …ation phase (backport of #1199) (#1275)
    
    * Fix - Reloading of unload entries after finishing the recompilation phase (#1199)
    
    * Differentiate entries by environment instead of adjusting the effective slot.
    
    * Adds comments inside ProgramCache::assign_program().
    
    * Adds reproducer to test_feature_activation_loaded_programs_epoch_transition.
    
    * Fixes env order in test_feature_activation_loaded_programs_recompilation_phase().
    
    * Syncs both tests with master.
    
    ---------
    
    (cherry picked from commit 979f619)
    
    Co-authored-by: Alexander Meißner <AlexanderMeissner@gmx.net>
    2 people authored and yihau committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ddaf56d View commit details
    Browse the repository at this point in the history
  13. v1.18: reverts back in SocketAddr dedup in retransmit stage (backport…

    … of #1106) (#1225)
    
    reverts back in SocketAddr dedup in retransmit stage (#1106)
    
    This was erronously deemed as unnecessary and removed in:
    anza-xyz#864
    
    The commit partially reverts #864 and adds back socket-addr dedup.
    
    (cherry picked from commit fbe1dbc)
    
    Co-authored-by: behzad nouri <behzadnouri@gmail.com>
    2 people authored and yihau committed May 14, 2024
    Configuration menu
    Copy the full SHA
    12fe7d3 View commit details
    Browse the repository at this point in the history
Loading