-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Comparing changes
Open a pull request
base repository: solana-labs/solana
base: v1.18.12
head repository: solana-labs/solana
compare: v1.18.13
- 13 commits
- 17 files changed
- 10 contributors
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 20668d5 - Browse repository at this point
Copy the full SHA 20668d5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 48e1def - Browse repository at this point
Copy the full SHA 48e1defView commit details -
Configuration menu - View commit details
-
Copy full SHA for 651e739 - Browse repository at this point
Copy the full SHA 651e739View commit details -
v1.18: support Pubkey::to_bytes as constexpr (backport of #220) (#1107)
Configuration menu - View commit details
-
Copy full SHA for d6c7e98 - Browse repository at this point
Copy the full SHA d6c7e98View commit details -
v1.18: RPC: fix numNonVoteTransactions in getPerformanceSamples (back…
Configuration menu - View commit details
-
Copy full SHA for c56e74e - Browse repository at this point
Copy the full SHA c56e74eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3036699 - Browse repository at this point
Copy the full SHA 3036699View commit details -
v1.18: forwarder uses working bank as filter (backport of #1129) (#1136)
Configuration menu - View commit details
-
Copy full SHA for e7021a3 - Browse repository at this point
Copy the full SHA e7021a3View commit details -
v1.18: Scheduler: throttle thread queueing by CUs (backport of #1101) (…
Configuration menu - View commit details
-
Copy full SHA for 8635883 - Browse repository at this point
Copy the full SHA 8635883View commit details -
v1.18: Replaces DashMap with HashMap in secondary indexes (backport of …
Configuration menu - View commit details
-
Copy full SHA for 10e5a10 - Browse repository at this point
Copy the full SHA 10e5a10View commit details -
v1.18: blockstore: account for blockstore cleanup during shred insert…
Configuration menu - View commit details
-
Copy full SHA for 09d2eaf - Browse repository at this point
Copy the full SHA 09d2eafView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for dfdb234 - Browse repository at this point
Copy the full SHA dfdb234View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ddaf56d - Browse repository at this point
Copy the full SHA ddaf56dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 12fe7d3 - Browse repository at this point
Copy the full SHA 12fe7d3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.18.12...v1.18.13