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

backport 19361 v17 #19380

Closed
wants to merge 327 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
327 commits
Select commit Hold shift + click to select a range
0446f89
binary search in slices for hashing (#17755) (#17804)
mergify[bot] Jun 14, 2021
d6b83e3
add metrics to handle_snapshot_requests (#17937) (#17945)
mergify[bot] Jun 14, 2021
60b43a1
Pass iterator for SortedStorages::new_with_slots (#17811) (#17847)
mergify[bot] Jun 15, 2021
15b2f28
use trait to simplify and consolidate cumulative code (#17852) (#…
mergify[bot] Jun 15, 2021
d6f1751
calculate_capitalization uses hash calculation (#17443) (#17932)
mergify[bot] Jun 15, 2021
991f99b
Bump spl-token to v3.1.1 (backport #17951) (#17958)
mergify[bot] Jun 15, 2021
8b5ba77
name arguments to help with confusion (#17942) (#17948)
mergify[bot] Jun 15, 2021
ef20559
removes port-based forwarding logic from turbine retransmit (#17716) …
mergify[bot] Jun 15, 2021
0dbe343
refactor so hash verify can be done by more callers (#17941) (#17947)
mergify[bot] Jun 15, 2021
cdd2a51
remove unused parameters from CalculateHashIntermediate (#17949) (#17…
mergify[bot] Jun 15, 2021
0c90307
v1.7: Stake refactor (Manual backport of #17906) (#17978)
joncinque Jun 15, 2021
fe5fed1
Refactor bank_forks_utils::load() and some snapshot logic (#17492) (#…
mergify[bot] Jun 15, 2021
6157375
add metrics for startup (#17913) (#17975)
mergify[bot] Jun 16, 2021
4ee366e
Properly handle block_height in Bigtable bincode deserialization (#17…
mergify[bot] Jun 16, 2021
12e92dd
verify bank hash on startup with ledger tool option (backport #17939)…
mergify[bot] Jun 16, 2021
67e1814
nit: rename measure (#17946) (#17995)
mergify[bot] Jun 16, 2021
bff7259
parallel storage -> accounts folder (#17955) (#18004)
mergify[bot] Jun 16, 2021
8492031
refactor generate_index process_storage_slot (#17982) (#18007)
mergify[bot] Jun 16, 2021
a84953c
Improve program deployment error message (#17717) (#17725)
mergify[bot] Jun 16, 2021
296a8ad
set hash bins to 65k (#17912) (#18009)
mergify[bot] Jun 16, 2021
4ed0fcd
avoid unnecessary empty arrays when binning (#17944) (#18011)
mergify[bot] Jun 16, 2021
6479c11
Don't store votes unless we are leader soon (#17803) (#17894)
mergify[bot] Jun 16, 2021
c28e6eb
do not use index for verify_bank_hash_and_lamports (#17812) (#18010)
mergify[bot] Jun 16, 2021
2f0f1fd
break out generate index reporting (#17980) (#18015)
mergify[bot] Jun 16, 2021
30bbc13
Startup optimization in shrink - don't shrink non-shrinkable slots (b…
mergify[bot] Jun 16, 2021
4df9da5
validator: run poh speed test earlier in start up (#18024)
mergify[bot] Jun 16, 2021
bacf1b9
accounts-cluster-bench, close all accounts in a sliding window (#1799…
mergify[bot] Jun 16, 2021
f633f34
Clean up remove_all_authorized_voters() (#18029)
mergify[bot] Jun 17, 2021
5c495ad
ledger tool limit_load_slot_count_from_snapshot avoids assert failure…
mergify[bot] Jun 17, 2021
962a212
Log more info on runtime account verification errors (#17861) (#17879)
mergify[bot] Jun 17, 2021
523dac1
metrics: Don't unwrap client instantiation errors (#18019)
mergify[bot] Jun 17, 2021
b472dac
validator: expose max active pubsub subscriptions to CLI (#18036)
mergify[bot] Jun 17, 2021
e9c234d
Make account shrink configurable #17544 (backport #17778) (#18013)
mergify[bot] Jun 17, 2021
a540af1
refactor rebuild_bank_from_snapshots (backport #17988) (#18006)
mergify[bot] Jun 17, 2021
d159ae9
Bump version to v1.7.3
sakridge Jun 17, 2021
c65c580
introduce LockMapType for accounts_index (#18021) (#18051)
mergify[bot] Jun 18, 2021
cb13cde
Fix build issues downstream due to stake state shuffle
mvines Jun 18, 2021
c330016
adds mapping from nodes pubkeys to their shred-version (#17940) (#18067)
mergify[bot] Jun 18, 2021
0e7512a
Fix Nightly Clippy Warnings (backport #18065) (#18070)
mergify[bot] Jun 18, 2021
c9f02ae
fix loader instruction checker (#18047) (#18074)
mergify[bot] Jun 18, 2021
3d3bdcb
Drop Error suffix from enum values to avoid the enum_variant_names cl…
mvines Jun 18, 2021
5637acb
Add additional subscription metrics (#18071) (#18076)
mergify[bot] Jun 19, 2021
cef9e0d
generate_index timings (#17983) (#18049)
mergify[bot] Jun 21, 2021
97a7f74
remove unused code (#17981) (#18048)
mergify[bot] Jun 21, 2021
71c49bc
Add logging when RpcHealthStatus::Unknown (#18098) (#18107)
mergify[bot] Jun 21, 2021
c676b7a
refactor reconstruct_accountsdb_from_fields (#17987) (#18100)
mergify[bot] Jun 21, 2021
d52569d
user process.accounts_db_test_hash_calculation for debug_verify hash …
mergify[bot] Jun 21, 2021
b711778
More nightly clippy fixes (#18081)
mergify[bot] Jun 21, 2021
090c801
eliminate flatten and sort in hash calculation (#17802) (#18115)
mergify[bot] Jun 21, 2021
363b756
adds shred-version to ip-echo-server response (backport #18066) (#18113)
mergify[bot] Jun 21, 2021
0f87e59
refactor generate_index_for_slot (#17984) (#18116)
mergify[bot] Jun 21, 2021
0cbf7be
Move stake_weighted_timestamp module (#18114) (#18120)
mergify[bot] Jun 22, 2021
6f37648
Handle removing slots during account scans (#17471) (#17953)
mergify[bot] Jun 22, 2021
c48ec02
Docs val net reqs (backport #18122) (#18130)
mergify[bot] Jun 22, 2021
9c1a6be
Fix flaky optimistic violation detection cluster test (#18027) (#18126)
mergify[bot] Jun 22, 2021
1a919e0
ci: isolate release builds (#18133)
mergify[bot] Jun 22, 2021
b14af98
Update sysvar docs (#18125) (#18147)
mergify[bot] Jun 22, 2021
fcabaa7
sdk: refactor pda generation
t-nelson Jun 18, 2021
715360c
ci: fix release build agent targeting
t-nelson Jun 22, 2021
597429a
Bump version to v1.7.4
t-nelson Jun 22, 2021
aca6667
correctly calculate hash_total for hash/lamport calculation (#18144) …
mergify[bot] Jun 22, 2021
d9d6dd9
Add metrics for rpc send-tx failures (#18156) (#18164)
mergify[bot] Jun 23, 2021
088b389
Keep track of dirty stores on remove accounts to clean (#17601) (#18173)
mergify[bot] Jun 23, 2021
bc08351
capture sort time in hash calculation (#18118) (#18153)
mergify[bot] Jun 23, 2021
a8071f1
chore(pubkey): remove dead code (#18162)
mergify[bot] Jun 23, 2021
677664e
filters crds values obtained through gossip by their shred version (b…
mergify[bot] Jun 23, 2021
f41f3f6
apply 'debug_do_not_add_builtins' to feature activations (#18110) (#1…
mergify[bot] Jun 23, 2021
26fdf3f
Add batch stats (#18096) (#18142)
mergify[bot] Jun 23, 2021
09b612b
add min/max bin size metrics to hash calculation (#18155) (#18181)
mergify[bot] Jun 23, 2021
0917370
Update leader-rotation.md (#18192) (#18193)
mergify[bot] Jun 24, 2021
a01e44f
Update README.md (#18191) (#18195)
mergify[bot] Jun 24, 2021
6081279
rework dirty_pubkeys from insert_new_if_missing_into_primary_index (#…
mergify[bot] Jun 24, 2021
769fcb7
untar in parallel (#18184) (#18210)
mergify[bot] Jun 25, 2021
c99460b
remove unnecessary copies from accounts index code paths (#18196) (#1…
mergify[bot] Jun 25, 2021
c8be851
ci: use versioned cargo wrapper for crate ordering
t-nelson Jun 22, 2021
d8e250e
ci: nvidia persistence mode isn't a hard requirement
t-nelson Jun 22, 2021
98e1c68
sdk: ensure `ld` can find criterion when running BPF tests
t-nelson Jun 22, 2021
940dbe9
ci: give localnet nodes a more time to startup
t-nelson Jun 22, 2021
967f0d0
ci: add downstream build wrapper
t-nelson Jun 22, 2021
f82d99b
ci: add wrapper script for running ci locally
t-nelson Jun 22, 2021
41179b1
metric for accounts index insertion time (#18202) (#18226)
mergify[bot] Jun 25, 2021
78fe557
Added notes to running validator documentation to ensure that 'exec' …
mergify[bot] Jun 25, 2021
7ed2cf3
Bump borsh from 0.8.1 to 0.9.0 (#18230)
CriesofCarrots Jun 25, 2021
b7d04cf
replace account index bulk insert with iterator (#18198) (#18235)
mergify[bot] Jun 25, 2021
328b52c
Zelcore wallet support for SOL/SPLs info added (#17580) (#18249)
mergify[bot] Jun 26, 2021
41d50ad
Only print Foundation inflation rate if it is greater than 0
mvines Jun 26, 2021
6a0a034
Don't update if already an executable
jackcmay Jun 25, 2021
d1b26cb
reduce pubkey copies on insert path (#18240) (#18276)
mergify[bot] Jun 28, 2021
56cd963
Ignore flaky tests (#18278) (#18282)
mergify[bot] Jun 28, 2021
0d1c87e
Cli epoch-info: generate epoch-completed time from block times (#1825…
mergify[bot] Jun 28, 2021
bd0a773
tx-status: Don't assume a memo instruction succeeded (#18288)
mergify[bot] Jun 29, 2021
7e40a05
bin accounts index (#18111) (#18280)
mergify[bot] Jun 29, 2021
287daa9
debug logs when crds table trim failed (#18307) (#18309)
mergify[bot] Jun 29, 2021
57f76a2
Use timeout to allow RpcClient to retry initial transaction confirmat…
mergify[bot] Jun 30, 2021
2fdda2e
test-validator: hold rent constant with `--slots-per-epoch` (#18318)
mergify[bot] Jun 30, 2021
a10a082
refactor untar_snapshot_in to push parallelism deeper for further ref…
mergify[bot] Jun 30, 2021
6e27360
Add repair number per slot (#18082) (#18329)
mergify[bot] Jun 30, 2021
4ff482c
Fail simulation if transaction contains duplicate accounts (#18304) (…
mergify[bot] Jun 30, 2021
896ef5a
Fixed an issue doing the set_roots repeatedly for the same set. Inste…
mergify[bot] Jul 1, 2021
884ef21
Document slotsUpdates (#18335) (#18339)
mergify[bot] Jul 1, 2021
f4e4373
`solana validators` output now includes average skip rate
mvines Jun 30, 2021
4466aa3
Bump version to v1.7.5
t-nelson Jul 1, 2021
820abac
Update notification format info to be consistent (#18354) (#18356)
mergify[bot] Jul 1, 2021
d26533e
Cleanup ReplayStage tests (#18241) (#18292)
mergify[bot] Jul 1, 2021
10bd14b
Remove feature switch for using message hash for already processed ch…
mergify[bot] Jul 1, 2021
99f9481
Remove hackathon banner
rmshea Jun 23, 2021
03d213d
Reject transactions with extra signatures (#18306) (#18370)
mergify[bot] Jul 1, 2021
daf2c3c
Consider all peers as potential candidates during pull-request in cas…
mergify[bot] Jul 1, 2021
b433048
report on min/max bin stats for accounts index (#18338) (#18347)
mergify[bot] Jul 1, 2021
1268eef
Revert "Clean up build warning"
t-nelson Jun 24, 2021
0200740
Add sdk and program READMEs (#18154)
jackcmay Jun 23, 2021
eeaf023
Add proposal for transactions v2 and address map program (#17103) (#1…
mergify[bot] Jul 2, 2021
6cb24ae
Docs expose Transaction v2 proposal (backport #18283) (#18286)
mergify[bot] Jul 2, 2021
72cf55b
More detailed voting timings in replay stage (#18229)
sakridge Jun 26, 2021
c37e481
test (#18159) (#18289)
mergify[bot] Jul 2, 2021
09b009a
Removed unused purged_slots in purge_older_root_entries (#18102)
lijunwangs Jun 22, 2021
8f08953
Added formats to notifications in WebSocket RPC client. (#18231)
tiago18c Jul 1, 2021
c7d0aea
Make set roots an iterator (#18357) (#18377)
mergify[bot] Jul 2, 2021
eb683dd
Document order of recent blockhashes sysvar (#18379)
mergify[bot] Jul 2, 2021
88462e6
Allow a `solana-validator` to join a cluster established by `solana-t…
mergify[bot] Jul 3, 2021
f6d943a
SDK: Add test for illegal `Pubkey::create_with_seed` owners (#18402)
mergify[bot] Jul 3, 2021
eefca61
Rename Tower::lockouts to Tower::vote_state
mvines Jul 2, 2021
30fa9cb
sdk: add `is_interactive()` method `Signer` trait (#18407)
mergify[bot] Jul 3, 2021
bf84bc1
Cli: expose `--with-memo` to nonce and stake commands (#18404) (#18410)
mergify[bot] Jul 5, 2021
428c20c
borsh: add bool type (#18429)
mergify[bot] Jul 5, 2021
e500b79
Update terminology.md (#18430) (#18431)
mergify[bot] Jul 6, 2021
5966053
Improve account unlock performance (#18442) (#18447)
mergify[bot] Jul 6, 2021
75a2b66
docs: Correct integration validator cli reference (#18458)
mergify[bot] Jul 6, 2021
6afeaac
Fix transaction logs and inner ixs for leader nodes (backport #18395)…
mergify[bot] Jul 6, 2021
72ed4f2
Remove feature switch for demoting sysvar write locks (#18373) (#18454)
mergify[bot] Jul 6, 2021
cda681a
Remove obsolete stake-monitor command (backport #18020) (#18462)
mergify[bot] Jul 7, 2021
0d0478c
Add vote/stake checked instructions (backport #18345) (#18457)
mergify[bot] Jul 7, 2021
c534c92
encapsulates turbine peers computations of broadcast & retransmit sta…
mergify[bot] Jul 7, 2021
9bb482e
persists repair-peers cache across repair service loops (#18400) (#18…
mergify[bot] Jul 7, 2021
d668a76
implements an unbiased weighted shuffle using binary indexed tree (#1…
mergify[bot] Jul 7, 2021
5321463
Refactoring: Unify account_deps and accounts (backport #17898) (#18486)
mergify[bot] Jul 7, 2021
c98ab6c
Record parent slot to reconstruct fork tree from influxdb (#18482) (#…
mergify[bot] Jul 7, 2021
5eadb86
Fix example in docs for getInflationReward (#18494) (#18496)
mergify[bot] Jul 7, 2021
2a73ba2
Fix cargo check (#18497)
jstarry Jul 7, 2021
edd6ae5
Update verify policy (backport #18459) (#18491)
mergify[bot] Jul 7, 2021
2f633cd
Refactor verify_and_update write privileges check (#18468) (#18484)
mergify[bot] Jul 7, 2021
c40e71d
featurize_policy_update (#18492) (#18502)
mergify[bot] Jul 7, 2021
030a97d
Temporarily ignore prost-types advisory (backport #18525) (#18527)
mergify[bot] Jul 8, 2021
8c32831
Add ecrecover syscall (backport #17720) (#18500)
mergify[bot] Jul 8, 2021
5315a89
Remove dead solana airdrop parameters (#18520) (#18524)
mergify[bot] Jul 8, 2021
2a30436
Show grcov version as well (#18549) (#18551)
mergify[bot] Jul 9, 2021
7e613c7
skips process_push_message for local messages (backport #18493) (#18532)
mergify[bot] Jul 9, 2021
5d0e1d6
removes id and shred_version from CrdsGossip (backport #18505) (#18554)
mergify[bot] Jul 9, 2021
8b87d86
Bump compute budget for neon evm (#17700) (#18522)
mergify[bot] Jul 9, 2021
c2320fc
Remove sysvar special cases for rent and assign
ryoqun May 17, 2021
6c99c1a
Bump prost, prost-types, and tonic (backport #18537) (#18558)
mergify[bot] Jul 9, 2021
3fabbab
Add storage-proto build.rs and readme (backport #18353) (#18562)
mergify[bot] Jul 9, 2021
9900c1a
adds a generic implementation of Gossip{Read,Write}Lock (#18559) (#18…
mergify[bot] Jul 10, 2021
4c76482
CI: Make BPF test suite a first-class citizen (backport #18535) (#18571)
mergify[bot] Jul 10, 2021
a6a302f
chore: bump ouroboros from 0.5.1 to 0.9.3 (#18189) (#18573)
mergify[bot] Jul 10, 2021
6abd5fb
removes redundant (mutable) self receivers (backport #18574) (#18580)
mergify[bot] Jul 11, 2021
c537409
storage-proto: Rework source generation (#18584)
mergify[bot] Jul 11, 2021
4b8c470
Fix typo (#18595) (#18596)
mergify[bot] Jul 12, 2021
ed5c11b
Update neon program id (backport #18607) (#18608)
mergify[bot] Jul 12, 2021
0670213
Unignore spl downstream build (#18218) (#18611)
mergify[bot] Jul 12, 2021
cba97d5
serial insertion of bins into accounts index (#18469) (#18617)
mergify[bot] Jul 12, 2021
e5d60bc
Record vote account commission with voting/staking rewards and surfac…
mvines Jul 11, 2021
8dd5ec6
refactor(rpc_client): const number of retries for send and confirm tr…
mergify[bot] Jul 13, 2021
e3eb9c1
Cli: expose last valid block height (#18620) (#18627)
mergify[bot] Jul 13, 2021
8a11122
Cleanup secp256k1 deps (backport #18618) (#18625)
mergify[bot] Jul 13, 2021
0fdaa14
Drop default_on_eof attribute from Reward struct
mvines Jul 14, 2021
e0e6e20
Add method `id` to SysbarId trait (#18604)
fanatid Jul 13, 2021
4332f0c
Replace get_clock by get_sysvar in BanksClient
fanatid Jul 13, 2021
940c473
Align vote-account output with stake-account output
mvines Jun 28, 2021
7a57f7b
Remove tour-de-sol/
mvines Jul 16, 2021
0d8c8d0
Remove Tour de SOL more
mvines Jul 16, 2021
0bd355c
Remove zh tds pages
mvines Jul 16, 2021
9b7fba6
Remove tour-de-sol.md link
mvines Jul 16, 2021
c7c650f
Gate libsecp256k1 update (backport #18656) (#18701)
mergify[bot] Jul 16, 2021
1570afe
Cli configurable validators (backport #18630) (#18666)
mergify[bot] Jul 16, 2021
336c1c1
nonce: Unify `NonceError` with `SystemError`
t-nelson Jun 1, 2021
85bbcda
Cli: Support checked stake and vote operations (#18449) (#18705)
mergify[bot] Jul 16, 2021
551dc0a
Bump 1.7 version (#18723)
sakridge Jul 16, 2021
4145c62
removes id from push_lowest_slot args (backport #18645) (#18649)
mergify[bot] Jul 16, 2021
2a93147
Add voting service (#18552) (#18722)
mergify[bot] Jul 16, 2021
98658eb
Use rustup default profile (#18727) (#18731)
mergify[bot] Jul 16, 2021
df9061b
excludes private ip addresses (#18740)
mergify[bot] Jul 17, 2021
3542348
CI Tweaks (backport #18738) (#18742)
mergify[bot] Jul 17, 2021
19049ca
Bump version to v1.7.7
t-nelson Jul 17, 2021
927057d
correct typo (backport #18750) (#18751)
mergify[bot] Jul 18, 2021
ea192b3
prevent excess allocation with AccountsIndexIterator (#18605) (#18642)
mergify[bot] Jul 19, 2021
1cdcabf
Bump BPF tools to v1.9 (#18766)
mergify[bot] Jul 19, 2021
7427daf
feature: add new token program feature (backport #18780) (#18803)
mergify[bot] Jul 21, 2021
f1858c7
Disambiguate `archive_snapshot_package` IO error sources (#18798)
mergify[bot] Jul 21, 2021
e88f4d6
Fixed broken links and added more context to getTokenAccountBalance d…
mergify[bot] Jul 21, 2021
77dc374
docs: fix link to Native Programs page in transactions.md (#18830) (#…
mergify[bot] Jul 22, 2021
e7964a0
token: Swap new token program id for consistency on all networks (#18…
mergify[bot] Jul 22, 2021
128393d
Clarify entities in docs (#18821) (#18845)
mergify[bot] Jul 22, 2021
cc58d36
Really start caching by fixing swapped CAS... (#18842) (#18853)
mergify[bot] Jul 23, 2021
f08c7b2
Rpc: getProgramAccounts, restruct base58 account data size (#18852) (…
mergify[bot] Jul 23, 2021
1cc8de0
Bump version to v1.7.8 (#18866)
ryoqun Jul 23, 2021
7aced9e
Sigverify refactor (#18872)
sakridge Jul 23, 2021
548ddff
Bump version to v1.7.9
mvines Jul 24, 2021
aedcab8
RpcClient::send<T> now supports client-defined RPC methods via RpcReq…
mergify[bot] Jul 24, 2021
1cc32c9
Disable reed-solomon-erasure/simd-accel feature on aarch64 (Apple M1)
asubiotto Jun 7, 2021
82f25f9
Put is_x86_feature_detected behind a target_arch check
asubiotto Jun 7, 2021
04ee86e
rebase
mvines Jul 24, 2021
9511031
v1.7: backport new column families from master (#18897)
CriesofCarrots Jul 26, 2021
49b0d17
filters crds values in parallel when responding to gossip pull-reques…
mergify[bot] Jul 26, 2021
02c5093
Add cli-output helpers (backport #18933) (#18935)
mergify[bot] Jul 28, 2021
65fe00b
Auto-generate shell completions for solana-cli (issue #8879 and #1400…
mergify[bot] Jul 28, 2021
4d2e66c
Added missing method to index and updated token account methods docs.…
mergify[bot] Jul 28, 2021
6bd6d62
Fix erroneous default start_slot (#18948) (#18952)
mergify[bot] Jul 29, 2021
74e7c7c
Cli: app and wallet command reorg (backport #18955) (#18959)
mergify[bot] Jul 29, 2021
3c200ae
Tiny typo fix (#18978) (#18979)
mergify[bot] Jul 29, 2021
eacc69e
adds validator flag to allow private ip addresses (backport #18850) (…
mergify[bot] Jul 29, 2021
20ad300
allows private addresses by default in test-validator (backport #1897…
mergify[bot] Jul 30, 2021
f2dc9dd
Fix unstable retransmit-num_nodes (#18970) (#18974)
mergify[bot] Jul 30, 2021
b142ef5
Improve target CPU feature checks (backport #18940) (#18958)
mergify[bot] Jul 30, 2021
8934a39
Add get_clock to BanksClient (#18591)
mergify[bot] Jul 30, 2021
0707290
Fix serialization of parameters in RpcClient::get_block_production_wi…
mergify[bot] Jul 31, 2021
b7f1f19
Bump version to v1.7.10
t-nelson Jul 31, 2021
bb06502
v1.7: Fix broken test validator
Aug 2, 2021
0f7b841
Exit stable-bpf CI runs before localnet-sanity (#19016) (#19018)
mergify[bot] Aug 2, 2021
7d0a9e0
Add some docs for RpcClient and friends (backport #18748) (#19036)
mergify[bot] Aug 3, 2021
1a0146f
stake: Allow stakes with unmatched credits observed to merge (backpor…
mergify[bot] Aug 4, 2021
6deeedd
bump recommended maps/nofiles (#19059)
mergify[bot] Aug 4, 2021
7808632
Add more API documentation for Rust RpcClient (#19021) (#19091)
mergify[bot] Aug 5, 2021
e8040a8
Clean within shrink_all_slots (#19042) (#19109)
mergify[bot] Aug 7, 2021
4b13350
v1.7: Handle new security advisories (#19131)
CriesofCarrots Aug 10, 2021
894f121
Fix deserialization of RPC errors in HttpSender (#19110) (#19127)
mergify[bot] Aug 10, 2021
7584262
add validator option --accounts-db-skip-shrink (backport #19028) (#19…
mergify[bot] Aug 10, 2021
422044f
Updated transaction fee burn description. (#19161) (#19164)
mergify[bot] Aug 10, 2021
c9f763e
Use last_valid_block_height in services and client apps (backport #19…
mergify[bot] Aug 11, 2021
03b9305
Handle 0-lamport account in index generation (#19041) (#19160)
mergify[bot] Aug 11, 2021
ab5d032
Bump version to v1.7.11
t-nelson Aug 12, 2021
73ed9f5
Fixing missing pubsub notification for programSubscribe and logsSubsc…
mergify[bot] Aug 12, 2021
ddda94e
Add AsRef<AccountInfo> for AccountInfo (backport #19235) (#19238)
mergify[bot] Aug 15, 2021
1c9d052
Revert `TestValidatorGenesis::start()` to v1.7.8 signature; add `Test…
mergify[bot] Aug 16, 2021
5042808
Expose genesis block time via rpc (backport #19267) (#19277)
mergify[bot] Aug 18, 2021
6f31882
Fix memoverlap check (backport #19232) (#19259)
mergify[bot] Aug 18, 2021
43b414b
RPC: add option to exclude accounts from get_supply (backport #19270)…
mergify[bot] Aug 18, 2021
a492de1
Plumb accounts-db-skip-shrink through testnet scripts (backport #1929…
mergify[bot] Aug 19, 2021
80a6479
Enable booting testnet validators without tower required (backport #1…
mergify[bot] Aug 19, 2021
fa5a71d
ci: pin patched solana crates version for downstream project builds (…
mergify[bot] Aug 19, 2021
f55bb78
updates cluster-slots with root-bank instead of root-slot + bank-fork…
mergify[bot] Aug 19, 2021
1495b94
discards epoch-slots epochs ahead of the current root (#19256) (#19328)
mergify[bot] Aug 19, 2021
caea9c9
Minimize trust (backport #19279) (#19335)
mergify[bot] Aug 20, 2021
b5b1ed2
stake: Remove v2 program references (backport #19308) (#19336)
mergify[bot] Aug 20, 2021
de5f503
Add note about ASK keyword to paper wallet doc (#19330) (#19343)
mergify[bot] Aug 20, 2021
ef336a4
change untar to use unpack instead of unpack_in (backport #19216) (#1…
mergify[bot] Aug 20, 2021
ed18d6d
Remove tar-rs audit ignore (#19344) (#19352)
mergify[bot] Aug 20, 2021
9732157
Only encode data with <128 bytes in base58 (#19317) (#19351)
mergify[bot] Aug 21, 2021
3976816
Correct JSON-RPC docs for getSlot (#19355) (#19356)
mergify[bot] Aug 21, 2021
3178808
Update crossbeam-deque to 0.8.1 (#19361)
brooksprumo Aug 23, 2021
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 .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- readlink -f .
script:
- source ci/env.sh
- rustup set profile default
- ci/publish-tarball.sh
deploy:
- provider: s3
Expand Down
Loading