Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aug40 #27344

Closed
wants to merge 59 commits into from
Closed

Aug40 #27344

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
9798e8b
Remove runtime dependency from solana-transaction-status (backport #2…
mergify[bot] Aug 5, 2022
0d19c31
Io stats v2 (backport #26898) (#26955)
mergify[bot] Aug 5, 2022
2fa2d5c
spl: Bump token to 3.5.0 and ata to 1.1.0 (backport #26921) (#26952)
mergify[bot] Aug 5, 2022
c4b9c52
Fix sol_get_processed_sibling_instruction on 32-bit hosts (backport #…
mergify[bot] Aug 5, 2022
45b7273
Unpin tokio for non-rpc crates (backport #26957) (#26965)
mergify[bot] Aug 6, 2022
2e97db5
bpf-loader: make syscalls pub (backport #26918) (#26968)
mergify[bot] Aug 6, 2022
ce594bc
transaction-status, storage-proto: add compute_units_consumed (backpo…
mergify[bot] Aug 6, 2022
5da90d3
Fix windows release builds (backport #26986) (#26991)
mergify[bot] Aug 8, 2022
4456e79
Add API docs for secp256k1_instruction and secp256k1_recover (backpor…
mergify[bot] Aug 9, 2022
49ef6be
Add `Signers` impls for `Arc<dyn Signer>` (backport #27000) (#27021)
mergify[bot] Aug 9, 2022
8df62d3
Revert "Remove resolver=2 from Cargo.toml and add it to the Windows b…
mergify[bot] Aug 9, 2022
4f7d73f
adds number of coding shreds to broadcast metrics (backport #27006) (…
mergify[bot] Aug 9, 2022
0eccc1c
tracer-packet-stats reporting should not reset id (backport #27012) (…
mergify[bot] Aug 9, 2022
90ab9d0
Fix VoteInstruction order (backport #27035) (#27042)
mergify[bot] Aug 9, 2022
614cdb9
transaction-status: Correct StakeInstruction::DeactivateDelinquent in…
mergify[bot] Aug 9, 2022
2b3719d
Implement nonblocking version of BlockhashQuery (backport #27040) (#2…
mergify[bot] Aug 10, 2022
f2e5c6d
Fix quic client on TestValidator, alternative (backport #27046) (#27053)
mergify[bot] Aug 10, 2022
547c077
ancestor hashes socket ping/pong support (backport #26866) (#27048)
mergify[bot] Aug 10, 2022
6692513
`solana-validator monitor` how displays slot and gossip stake % while…
mergify[bot] Aug 10, 2022
c14c767
Fix local cluster tests for QUIC usage (backport #27071) (#27077)
mergify[bot] Aug 11, 2022
23ead0d
removes buffering when generating coding shreds in broadcast (backpor…
mergify[bot] Aug 11, 2022
41d8fa9
Bump rust-rocksdb to 0.19.0 tag (backport #26949) (#27085)
mergify[bot] Aug 12, 2022
3f51144
test-validator: improve multi-value arg help output (backport #26650)…
mergify[bot] Aug 15, 2022
40767ec
Increase timeout to reduce the flakyness of rpc signature receving te…
mergify[bot] Aug 15, 2022
f81fdc8
Bump sbf-tools version to v1.29 (backport #26887) (#27150)
mergify[bot] Aug 16, 2022
a6765be
Fix local-cluster for QUIC more (backport #27096) (#27103)
mergify[bot] Aug 16, 2022
7ecdcf6
adjusts max coding shreds per slot (backport #27083) (#27117)
mergify[bot] Aug 16, 2022
83e060c
adds Shred{Code,Data}::SIZE_OF_HEADERS constant (backport #27144) (#2…
mergify[bot] Aug 16, 2022
a13b8a1
Add stats for readonly cache evicts (backport #26938) (#27159)
mergify[bot] Aug 16, 2022
1797e90
reverts wide fanout in broadcast when the root node is down (backport…
mergify[bot] Aug 16, 2022
c00adba
renames size_of_erasure_encoded_slice to ShredCode::capacity (backpor…
mergify[bot] Aug 16, 2022
4bda909
Enable QUIC client by default. Add arg to disable QUIC client. Take 2…
willhickey Aug 17, 2022
fd38f5d
Bump Version to 1.11.7 (#27196)
github-actions[bot] Aug 17, 2022
ed38458
Fix windows build after crossbeam-epoch patch (backport #27052) (#27198)
mergify[bot] Aug 17, 2022
e48d8a9
Patch crossbeam-epoch to avoid overhead (backport #26555) (#27197)
mergify[bot] Aug 17, 2022
2f5ab9c
derives Error trait for ClusterInfoError and core::result::Error (bac…
mergify[bot] Aug 18, 2022
b7edbfe
Bump Version to 1.11.8 (#27223)
github-actions[bot] Aug 18, 2022
ae7a76c
chore: only buildkite pipelines use sccache in docker-run.sh (backpor…
mergify[bot] Aug 18, 2022
1123d58
sdk: Fix args after "--" in build-bpf and test-bpf (backport #27221) …
mergify[bot] Aug 18, 2022
8a30642
snapshots: serialize version file first (backport #27192) (#27203)
mergify[bot] Aug 18, 2022
480fd66
Flaky Unit Test test_rpc_subscriptions (backport #27214) (#27236)
mergify[bot] Aug 18, 2022
c1093e7
Fix the inconsistency check in get_entries_in_data_block() (backport …
mergify[bot] Aug 19, 2022
4e08c4d
adds hash domain to ping-pong protocol (backport #27193) (#27244)
mergify[bot] Aug 19, 2022
6f42135
slots_connected: check if the range is connected (>= ending_slot) (ba…
mergify[bot] Aug 19, 2022
03dacac
create-snapshot check if snapshot slot exists (backport #27153) (#27250)
mergify[bot] Aug 19, 2022
0041bc2
recovers merkle shreds from erasure codes (backport #27136) (#27274)
mergify[bot] Aug 20, 2022
9f3a466
Standardize thread names to make standard thread monitoring tools mor…
mergify[bot] Aug 20, 2022
8d15827
patches metrics for invalid cached vote/stake accounts (backport #272…
mergify[bot] Aug 20, 2022
c8150f3
Update `solana deploy` subcommand to warn non-upgradable (backport #2…
mergify[bot] Aug 22, 2022
8b9c378
checks that cached vote accounts are consistent with accounts-db (bac…
mergify[bot] Aug 22, 2022
1637ec1
banking stage: actually aggregate tracer packet stats (backport #2711…
mergify[bot] Aug 22, 2022
94c454a
Assign custom names to the Rayon global thread pool
mvines Aug 22, 2022
b1d5d6d
Delete files older than the lowest_cleanup_slot in LedgerCleanupServi…
mergify[bot] Aug 22, 2022
2fe54b0
Add documentation for JSON parsing (backport #27268) (#27324)
mergify[bot] Aug 23, 2022
336cb58
Revert "Patch crossbeam-epoch to avoid overhead (backport #26555)" (#…
ryoqun Aug 23, 2022
e4bb420
Revert "Fix windows build after crossbeam-epoch patch (backport #2705…
ryoqun Aug 23, 2022
f7959af
Update config parsing doc (backport #27340) (#27341)
mergify[bot] Aug 23, 2022
c6ea14c
serialize incremental_snapshot_hash (backport #26839) (#27212)
mergify[bot] Aug 23, 2022
626c18c
only READ BankIncrementalSnapshotPersistence in 1.11
jeffwashington Aug 23, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
choco install openssl
export OPENSSL_DIR="C:\Program Files\OpenSSL-Win64"
choco install protoc
export PROTOC="C:\ProgramData\chocolatey\lib\protoc\tools\bin\protoc.exe"
source /tmp/env.sh
echo "::set-output name=tag::$CI_TAG"
eval "$(ci/channel-info.sh)"
Expand Down
Loading