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

0xspl.iff/new rebase jul 5 #69

Merged
merged 263 commits into from
Jul 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
263 commits
Select commit Hold shift + click to select a range
db9004b
Fix doc warnings (#25953)
brson Jun 15, 2022
f48d0b2
Add inputs to indicate minimum beta and stable releases that support …
Jun 15, 2022
d4c4e28
Paginate rpc query to get feature accounts (#25978)
Jun 15, 2022
6ec98e0
chore: bump num-bigint from 0.4.2 to 0.4.3 (#25866)
dependabot[bot] Jun 15, 2022
fe3c1d3
removes erroneous uses of &Arc<...> from broadcast-stage (#25962)
behzadnouri Jun 15, 2022
e1efc5b
append_vec.rs: remove new_empty_map (unused) (#25885)
apfitzge Jun 15, 2022
80f90d6
disable logging per thread on rent collection load (#25982)
jeffwashington Jun 15, 2022
9a9d970
chore: bump const_format from 0.2.23 to 0.2.25 (#25984)
dependabot[bot] Jun 15, 2022
99cf1e2
Clean up warp-timestamp features (#25994)
Jun 15, 2022
631ea93
parallel rent collection avoids overlapping ranges (#25991)
jeffwashington Jun 15, 2022
b02c412
generate_index straight to disk and batched (#25947)
jeffwashington Jun 15, 2022
54675b2
Add bank tests for accounts_data_size and resize transactions / rent …
brooksprumo Jun 16, 2022
32a58dd
Add ability to use a non-default app profile id in bigtable requests …
dancoombs Jun 16, 2022
b4b191e
Enforce accounts data size limit per block in ReplayStage (#25524)
brooksprumo Jun 16, 2022
1315788
Use BorrowedAccount in CPI syscall. (#25905)
Lichtso Jun 16, 2022
eacb918
patches bug where the 1st coding shred is not inserted into blockstor…
behzadnouri Jun 16, 2022
8f51c2d
explorer: add support for upgrade nonce ix (#26007)
jstarry Jun 16, 2022
a9c9acf
Improve repair-roots help (#26008)
Jun 16, 2022
31b3e0e
adds metric tracking wasted data buffer in shreds (#25972)
behzadnouri Jun 16, 2022
8e3fd8a
chore: bump tokio-stream from 0.1.8 to 0.1.9 (#25995)
dependabot[bot] Jun 16, 2022
bf9ca98
Refactor: instruction account index (#25825)
Lichtso Jun 16, 2022
752c851
Clean up feature preventing new rent-paying accounts (#26000)
Jun 16, 2022
1c7fc2b
Bump openssl in programs/bpf (#26026)
Jun 17, 2022
62ff54d
fix: export custom transaction confirmation error classes
steveluscher Jun 17, 2022
2866ca4
Add ledger-tool bigtable upload loop (#26030)
Jun 17, 2022
7d54807
Filter stakes by withdrawer (#25939)
godmodegalactus Jun 17, 2022
b3d1f8d
tracks number of shreds sent and received at different distances from…
behzadnouri Jun 17, 2022
dd0852b
UdpTpuConnection no longer restricts its local port to the 8000-10000…
mvines Jun 17, 2022
deccc88
Nitty code simplification (#26038)
Jun 17, 2022
a5f290a
core: disable quic servers on mainnet-beta
t-nelson Jun 17, 2022
fbf7143
Update SECURITY.md (#25946)
Jun 18, 2022
04c61af
echo release.solana.com-install before uploading it for more log visi…
mvines Jun 19, 2022
3a648aa
[explorer] Add STEPN dex program id for name resolution (#26060)
kklas Jun 19, 2022
f14a361
Fix build/test-bpf command line handling if run as cargo subcommand
dmakarov Jun 19, 2022
47e62ad
removes feature gate code adding shred-type to shred seed (#25963)
behzadnouri Jun 20, 2022
95ea506
runtime: fix double-readlock in in_mem_accounts_index.rs (#26047)
BurtonQin Jun 20, 2022
611d2ec
core: fix double-readlock in validator (#26053)
BurtonQin Jun 20, 2022
1ee4b41
Support local CI on macOS
Jun 18, 2022
84a1aae
Fix incorrect total connection table size in the quic server when rem…
ryleung-solana Jun 21, 2022
4f0cc62
update ubuntu image (#25690)
KirillLykov Jun 21, 2022
a906924
replace send with sendmmsg (#25585)
KirillLykov Jun 21, 2022
e344c84
Do not use UdpTpuConnection to forward votes (#26082)
pgarg66 Jun 21, 2022
d2afa6b
moves packet-hasher out of the mutex (#26091)
behzadnouri Jun 21, 2022
51f26dc
Bump version to 1.11.1 (#26104)
willhickey Jun 21, 2022
4031a37
add get_account to BenchTpsClient (#26068)
KirillLykov Jun 21, 2022
cd01c1a
Add profile option to net scripts (#25624)
KirillLykov Jun 21, 2022
aea84e6
fix: `getTransactions()` now returns the expected datatype (#26099)
kunaljaydesai Jun 21, 2022
3096b64
Update error that results when snapshot is missing (#24839)
willhickey Jun 21, 2022
6513bb3
add options to create snapshot (#26095)
jeffwashington Jun 21, 2022
8dd9a04
Add cargo-store
mvines Jun 21, 2022
7a3dc3a
remove unused param (#26096)
jeffwashington Jun 21, 2022
43e0d29
Revert "fix double count of account index del stats (#25797)" (#26103)
jeffwashington Jun 21, 2022
61946a4
Weight concurrent streams by stake (#25993)
lijunwangs Jun 21, 2022
7542552
moves slot updates notifications after shreds retransmit (#26094)
behzadnouri Jun 21, 2022
19eea3a
chore: fix types of `RpcRequest` and `RpcBatchRequest` (#26102)
steveluscher Jun 21, 2022
43ff65e
Use single send socket in UdpTpuConnection (#26105)
pgarg66 Jun 21, 2022
d35c1a7
Use BankStatusCache in bank.rs (#26114)
brooksprumo Jun 21, 2022
4ad32eb
Perform QUIC handshake asynchronously to allow parallel handshakes (#…
pgarg66 Jun 21, 2022
49648c1
Add metric for tracking Bigtable block uploads (#26027)
artburkart Jun 22, 2022
d5dbfb6
QUIC stream timeouts if no data is received (#26116)
pgarg66 Jun 22, 2022
1165a7f
Make clear_unconfirmed_slot() update parent's next_slots list (#26085)
Jun 22, 2022
1f0f5dc
verifies shred-version in fetch stage
behzadnouri Jun 19, 2022
faa6c32
removes packet modifier from shred_fetch_stage
behzadnouri Jun 20, 2022
97bd81a
Add bench for StatusCache::slot_deltas() (#26123)
brooksprumo Jun 22, 2022
31c9b03
Remove unused SignatureConfirmationStatus (#26124)
brooksprumo Jun 22, 2022
8a18e02
Call StatusCache::append() directly (#26125)
brooksprumo Jun 22, 2022
d3829b1
store_cached takes StorableAccounts to eliminate collect (#26109)
jeffwashington Jun 22, 2022
8e2bae7
batch insert updates stat count correctly (#26107)
jeffwashington Jun 22, 2022
27295f5
Add `prioritization fee` to terminology (#26093)
tao-stones Jun 22, 2022
955302b
masks packet data if the packet is already marked as discard (#26078)
behzadnouri Jun 22, 2022
5624ab0
Optimize stake accounts store (#26004)
HaoranYi Jun 22, 2022
b5d0c7b
Revert "tvu and tpu timeout on joining its microservices (#24111)" (#…
HaoranYi Jun 22, 2022
f3639b7
Remove some clippy lints
mvines Jun 21, 2022
cf5ec13
Accounts::store_accounts_cached uses StorableAccounts (#26112)
jeffwashington Jun 22, 2022
f4189c0
ledger-tool minimized snapshots (#25334)
apfitzge Jun 22, 2022
bafdb7d
Revert handle start_http failure in rpc_service (#25400) (#26130)
jbiseda Jun 22, 2022
25dc099
chore: bump crossbeam-channel from 0.5.4 to 0.5.5 (#26012)
dependabot[bot] Jun 22, 2022
1ea6a2c
Extended interface for AccountOverrides (#25964)
ivandzen Jun 22, 2022
c5c2b44
adjust cached stake account compare for rent_epoch (#26135)
jeffwashington Jun 22, 2022
4cfcfe5
Update version bump check so it works on master branch (#26146)
willhickey Jun 22, 2022
55a7e53
chore: bump lru from 0.7.6 to 0.7.7 (#26140)
dependabot[bot] Jun 22, 2022
17cf010
Tune stream timeout and reading after timeouts (#26133)
pgarg66 Jun 22, 2022
e7597ab
chore:(deps): bump jsdom from 16.4.0 to 16.7.0 in /explorer (#26152)
dependabot[bot] Jun 22, 2022
c4efb9f
Stake cache size (#26071)
HaoranYi Jun 22, 2022
467c840
Cleanup superseded neon specific feature (#26142)
jackcmay Jun 22, 2022
a76a7b8
update compute budget docs (#26014)
jackcmay Jun 22, 2022
29bec3e
chore: bump semver from 1.0.9 to 1.0.10 (#26154)
dependabot[bot] Jun 22, 2022
a32523c
cleanup some tests (#26139)
jeffwashington Jun 23, 2022
aea75e8
Bank::store_accounts takes StorableAccounts (#26113)
jeffwashington Jun 23, 2022
5c2f819
Bump Version to 1.11.2 (#26159)
github-actions[bot] Jun 23, 2022
5c920ca
chore: separate publish installer process (#26137)
yihau Jun 23, 2022
a5cf72e
StatusCache::roots() returns `Slot`s not `u64`s (#26164)
brooksprumo Jun 23, 2022
7d29c26
Remove auto traits from ICE work-around (#26098)
brooksprumo Jun 23, 2022
09d3c89
partially reverts #25963 (#26155)
behzadnouri Jun 23, 2022
f534b89
maps number of data shreds to erasure batch size (#25917)
behzadnouri Jun 23, 2022
9db44ce
cleanup some AccountSharedData::from(Account (#26120)
jeffwashington Jun 23, 2022
19b79aa
add metrics for invalid_cached_stake_accounts_rent_epoch (#26143)
jeffwashington Jun 23, 2022
102fb98
impl StorableAccounts for [StakeReward] (#26165)
jeffwashington Jun 23, 2022
355e09e
runtime: fix possible deadlock in in_mem_accounts_index (#26046)
BurtonQin Jun 23, 2022
d12e566
bigtable: allow forward proxy in gRPC connection (#25918)
lwus Jun 23, 2022
7efd05f
Change get_pubkeys to match the new enum (#26177)
apfitzge Jun 23, 2022
e8e0770
cleanup fixed_memcpy_nonoverlapping_check (#26160)
jackcmay Jun 23, 2022
c01b985
Update SECURITY.md
t-nelson Jun 23, 2022
a6ba5a9
Add transaction index in slot to geyser plugin TransactionInfo (#25688)
Jun 23, 2022
04ce0ce
Update SECURITY.md
t-nelson Jun 23, 2022
113b161
rpc: fix possible deadlock in rpc (#26051)
BurtonQin Jun 23, 2022
23c50a2
Add StatusCache::root_slot_deltas() and use it (#26170)
brooksprumo Jun 23, 2022
5b84266
Remove InMemAccountsIndex::map() and use map_internal directly (#26189)
brooksprumo Jun 23, 2022
b26c79b
[quic]Decrement total_streams correctly (#26158)
bdhobare Jun 23, 2022
8ef33a5
explorer: Add account bytes to tx inspector (#26200)
jstarry Jun 24, 2022
a36abfd
don't skip rewrite when account was written IN the current slot alrea…
jeffwashington Jun 24, 2022
4a729ef
Bugfix/test get rent collection accounts remove random account (#26178)
apfitzge Jun 24, 2022
877feda
Remove StatusCacheRc type and use StatusCache directly (#26184)
brooksprumo Jun 24, 2022
fbcb4d8
extract get_stake_reward fn from StakeReward (#26183)
HaoranYi Jun 24, 2022
1884275
Support reading keypair from stdin in `solana-validator set-identity`…
im-0 Jun 24, 2022
054b257
eliminate vec creation in stake rewards (#26191)
jeffwashington Jun 24, 2022
1839752
retain prior metric behavior for invalid_cached_stake_accounts (#26181)
jeffwashington Jun 24, 2022
2b21c1d
Sort Cargo.toml files
Jun 24, 2022
42eb846
Add cargo sort check to test-checks.sh
Jun 24, 2022
a3395a7
vote_account uses AccountSharedData to avoid copies (#23687)
jeffwashington Jun 24, 2022
66ad921
docs: correct link target
t-nelson Jun 24, 2022
78fcf89
docs: aggregate sysctl knob optimization to one config file
t-nelson Jun 24, 2022
29aa45b
docs: tune open file descriptor limit along with maps
t-nelson Jun 24, 2022
3c33347
docs: revert unintentional packaging changes
t-nelson Jun 24, 2022
2efdb96
encapsulates AuthorizeNonceAccount implementation in the nonce module…
behzadnouri Jun 25, 2022
f1b82ec
factors out common retransmit work for shreds of the same slot (#26218)
behzadnouri Jun 25, 2022
44d1e62
Refactor: No need to return stake in Bank::get_vote_account (#26220)
jstarry Jun 25, 2022
7cd7173
Refactor: Add get_delegated_stake method to VoteAccounts (#26221)
jstarry Jun 25, 2022
0ca963a
Refactor: Add separate methods for retrieving stake info from VoteAcc…
jstarry Jun 25, 2022
30d2b11
bypasses rayon thread-pool for small retransmit shred batches (#26222)
behzadnouri Jun 25, 2022
cbefc58
test_rent_collect_rent_from_accounts (#26204)
jeffwashington Jun 26, 2022
bf97a99
increase mmap file limit to 1M to match published instructions (#26203)
jeffwashington Jun 26, 2022
cd2878a
Avoid to miss to root for local slots before the hard fork (#19912)
ryoqun Jun 26, 2022
a741edd
fix: always use the nonce as the recent blockhash; never overwrite it…
steveluscher Jun 27, 2022
090e112
Add const_assert_eq to PACKET_DATA_SIZE (#26227)
ryoqun Jun 27, 2022
d5efbdb
Add timing measurement for gossip vote txn processing (#26163)
HaoranYi Jun 27, 2022
662818e
Use `VoteAccount::node_pubkey()` (#26207)
brooksprumo Jun 27, 2022
974db28
Increase the QUIC stream timeout duration to improve perf (#26247)
jstarry Jun 27, 2022
d8516b5
comment and expand on test (#26231)
jeffwashington Jun 27, 2022
7ecaf12
doc typo
rtviii Jun 27, 2022
1a87b6c
Updated link to compute budget struct
rtviii Jun 27, 2022
50eb996
fix test_new_from_file_crafted_executable for m1 (#26009)
apfitzge Jun 27, 2022
67936aa
moves Shred::seed to ShredId and adds test coverage (#26251)
behzadnouri Jun 27, 2022
72dc813
add explorer support for pyth batch update price ix (#26240)
cctdaniel Jun 27, 2022
2cc48a6
Spawn for each stream (#26086)
sakridge Jun 27, 2022
39ca788
discards shreds in sigverify if the slot leader is the node itself (#…
behzadnouri Jun 27, 2022
d6a28cb
load_accounts_index_for_shrink unrefed_pubkeys is optional (#26265)
jeffwashington Jun 27, 2022
558dd53
Add user-agent header to Solana rust client requests
steveluscher Jun 27, 2022
9765034
Enable wire compression in Solana CLI and Rust client (#26236)
steveluscher Jun 27, 2022
31d870f
Do not unwrap the oldest IP in QUIC connectiont table (#26272)
pgarg66 Jun 28, 2022
e164879
load_accounts_index_for_shrink uses &item instead of (&item.0, &item.…
jeffwashington Jun 28, 2022
b86d80e
chore: fix solana-private buildkite steps
yihau Jun 28, 2022
de5b6a2
chore: upgrade `rpc-websockets` to eliminate bad `circular-json` depe…
steveluscher Jun 28, 2022
e8fed88
Both kinds of LamportsError are turned into InstructionError::Arithme…
Lichtso Jun 28, 2022
348fe9e
verifies shred slot and parent in fetch stage (#26225)
behzadnouri Jun 28, 2022
8c130ac
Fix explore mango-v3 ix decoding by upgrading ts client (#26288)
microwavedcola1 Jun 28, 2022
4b591d7
AccountsDb::load_accounts_index_for_shrink takes slice (#26267)
jeffwashington Jun 28, 2022
bfc390f
refactor acct idx scan func for reuse (#26252)
jeffwashington Jun 28, 2022
d07b079
make test_age_time less intermittent (#26280)
jeffwashington Jun 28, 2022
2436a2b
client: Use async connection in async TPU client (#25969)
joncinque Jun 28, 2022
89e5640
AccountsIndex::Scan takes iter (#26268)
jeffwashington Jun 28, 2022
028c3eb
test: compile web3.js tests in such a way that you can use es2020+ sy…
steveluscher Jun 28, 2022
50631e2
Ensure that staked nodes is populated before returning length (#26293)
jstarry Jun 28, 2022
fa77cc5
Fix active vote account close error (#26250)
jstarry Jun 28, 2022
e8ed7c1
Close QUIC connection before dropping the entry (#26269)
pgarg66 Jun 28, 2022
265f36c
Cleanup feature: sycall base costs (#26304)
jackcmay Jun 29, 2022
eb12983
feat: add custom version HTTP header string to RPC requests
steveluscher Jun 29, 2022
eb2894e
Remove references to labels that nobody cares about
mvines Jun 29, 2022
826f331
Replace unwraps with expects in quic-client to aid debugging (#26283)
ryleung-solana Jun 29, 2022
f44fcd1
Detect and reject invalid AccountInfo reallocations
jstarry Jun 27, 2022
3e44df5
Refactor `push` and `pop` in `InvokeContext::process_instruction()`. …
Lichtso Jun 29, 2022
af7f08e
uses OnceCell instead of RwLock+Once to cache vote-state in vote-acco…
behzadnouri Jun 29, 2022
b3406b5
removes IndexedParallelIterator::with_min_len from retransmit (#26305)
behzadnouri Jun 29, 2022
ca83f14
load_accounts_index_for_shrink uses scan (#26260)
jeffwashington Jun 29, 2022
e241906
remove outdated, confusing comment (#26315)
jeffwashington Jun 29, 2022
f57f228
feat: add `minContextSlot` configuration to (almost) all web3.js meth…
steveluscher Jun 29, 2022
c01a8f2
Prepare built-in program tests to deal with stricter account modifica…
Lichtso Jun 29, 2022
032bee1
Add Gossip Loop metrics (#26195)
Jun 29, 2022
2deb396
remove noisy and useless 'error!' and add test (#26138)
jeffwashington Jun 29, 2022
f875733
patches bug in retransmit stats where slot stats are erroneously drop…
behzadnouri Jun 29, 2022
6081913
track # roots added/removed since last clean (#26319)
jeffwashington Jun 29, 2022
557bf6e
allow initial hash calc to occur in bg (#26271)
jeffwashington Jun 29, 2022
d053ce7
removes RwLock+Once in favor of OnceCell in caching staked-nodes (#26…
behzadnouri Jun 29, 2022
f93fd64
cli: make `solana validators` line numbering respect sort reversal
t-nelson Jun 29, 2022
a4ce2d4
Combine bootstrap modules: with and without incremental snapshots (#2…
diman-io Jun 30, 2022
36d13af
Add stats for Accounts Background Service (#26298)
brooksprumo Jun 30, 2022
4563bf4
cleanup feature: tx-wide-compute-cap (#26326)
jackcmay Jun 30, 2022
24c6f82
remove elgamal syscall operations (#26311)
samkim-crypto Jun 30, 2022
88599fd
skips shreds deserialization before retransmit (#26230)
behzadnouri Jun 30, 2022
71087ac
Use correct QUIC connection table for removing the entry (#26328)
pgarg66 Jun 30, 2022
6ebd4ab
spell nit (#26336)
jackcmay Jun 30, 2022
649229f
Tweak bootstrap::build_known_snapshot_hashes() (logs and tests) (#26144)
brooksprumo Jun 30, 2022
d964774
Removing pub keyword from blockstore unit tests (#26334)
Jun 30, 2022
54cd31e
Reduce repeated discard_shreds checks (#26329)
Jun 30, 2022
e17ed6b
feat: web3.js RPC errors now hold the error `code` and `data` on the …
steveluscher Jun 30, 2022
f14922c
Fix new 1.62 clippy complaint
mvines Jun 30, 2022
72a968f
Fix/system instruction processor tests (#26338)
Lichtso Jun 30, 2022
94685e1
Implement randomized pruning of QUIC connection from staked peers (#2…
pgarg66 Jul 1, 2022
fdb186b
pacify nightly clippy
mvines Jul 1, 2022
3fcdc45
fix: web3.js; maxRetries no longer stripped when zero (#26345)
Mark-777-0 Jul 1, 2022
47c596f
Bump --contact-debug-interval default to 2m from 10s
mvines Jul 1, 2022
d6b53fb
BigtableUploadService: recheck first_available_block (#26347)
Jul 1, 2022
728986d
Spell correction and add remove slot in AccountDB purge assert messag…
HaoranYi Jul 1, 2022
88b5b7e
improve log (#26360)
jeffwashington Jul 1, 2022
e24b64d
fix: `getPerformanceSamples` no longer breaks when the connection has…
steveluscher Jul 2, 2022
b1f8baf
test: maybe don't disable all the web3.js tests
steveluscher Jul 2, 2022
6b82235
fix: a much simpler way to prevent getRecentPerformanceSamples from s…
steveluscher Jul 2, 2022
5f3b7bd
prevent ledger tool from calculating hash on non-rooted slots (#26355)
jeffwashington Jul 2, 2022
6f6e517
fix: ingest only the relevant properties when constructing `Transacti…
steveluscher Jun 8, 2022
627d91f
chore: move `checkBlockHeight` into block where it's used
steveluscher Jun 8, 2022
5450f97
explorer: Update address map program name to address lookup table (#2…
jstarry Jul 4, 2022
95ae82e
add info to ledger tool for total execution time (#26368)
jeffwashington Jul 5, 2022
9ec38a3
Cleanup snapshot integration tests (#26390)
brooksprumo Jul 5, 2022
61f0a7d
replaces Mutex<PohRecorder> with RwLock<PohRecorder> (#26370)
behzadnouri Jul 5, 2022
0ab521d
inc counter when append vec drop fails (#26396)
jeffwashington Jul 5, 2022
b832034
Update openssl-src to fix cargo audit (#26410)
HaoranYi Jul 5, 2022
7e4a5de
Refactor ConnectionCache::use_quic (#26235)
Jul 5, 2022
ce39c14
Add end-to-end replay slot metrics (#25752)
carllin Jul 5, 2022
26176af
cleanup cli arg help (#26366)
jeffwashington Jul 5, 2022
61f8769
chore: bump reqwest from 0.11.10 to 0.11.11 (#26162)
dependabot[bot] Jul 5, 2022
690efc0
Missing privkey, add 2nd feature key (#26415)
jackcmay Jul 5, 2022
53b9420
Remove `INTO!` macros in serde_snapshot (#26409)
brooksprumo Jul 5, 2022
d3a14f5
simplifies packet/shred sanity checks (#26356)
behzadnouri Jul 5, 2022
b7e34ae
refactor calculate_rent_result (#26416)
jeffwashington Jul 5, 2022
90d9118
Add `get_confirmed_transactions` to `storage-bigtable` (#25404)
fanatid Jul 5, 2022
2aafef3
is_shrinking_productive calls avoid arc clone (#26422)
jeffwashington Jul 5, 2022
8eba4d1
add 2nd pass at hash calc when failure seen (#26392)
jeffwashington Jul 5, 2022
75149fd
move mark_old_slots_as_dirty to be called from ahv (#26411)
jeffwashington Jul 6, 2022
38216aa
update comment for the next weary traveller (#26413)
jeffwashington Jul 6, 2022
c1d89ad
forward packets by prioritization in desc order (#25406)
tao-stones Jul 6, 2022
37f4621
chore: bump serde from 1.0.137 to 1.0.138 (#26421)
dependabot[bot] Jul 6, 2022
8b5fad1
Merge branch 'master' of github.com:solana-labs/solana into 0xspl.iff…
whistlinwilly Jul 7, 2022
dfcfa0a
fmt
whistlinwilly Jul 7, 2022
a2c9b1f
fixed test issues pt1
whistlinwilly Jul 7, 2022
5043e82
fixed test issue pt2
whistlinwilly Jul 7, 2022
f64a087
fix test issues pt3
whistlinwilly Jul 7, 2022
5b79c9a
anchor cargo bump
whistlinwilly Jul 7, 2022
f3971a8
bump jito programs
whistlinwilly Jul 7, 2022
b297bfa
updated all locks?
whistlinwilly Jul 7, 2022
23da9f1
clippy error
whistlinwilly Jul 7, 2022
ae33455
next clippy issue
whistlinwilly Jul 7, 2022
ab6a83b
cargo sort
whistlinwilly Jul 7, 2022
050debb
last fmt
whistlinwilly Jul 7, 2022
cc15469
fix test_poh_recorder_record_transaction_index
whistlinwilly Jul 8, 2022
3f921a3
fix account overrides
whistlinwilly Jul 8, 2022
e7fec6c
fix abi
whistlinwilly Jul 8, 2022
27f2409
skip stable-bpf
whistlinwilly Jul 8, 2022
7938ce0
added uuid to full and optional flag
buffalu Jul 8, 2022
cd1e1c9
fix ci im a moron
buffalu Jul 8, 2022
57052bf
git --amen
whistlinwilly Jul 9, 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
  •  
  •  
  •  
7 changes: 0 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,6 @@ qualified as "automerge".
self-contained with moderate scope, you might want to consider attaching
"good first issue" to it as it might be a good practice for newcomers.

* "rust": this pull request updates Rust code.

* "javascript": this pull request updates Javascript code.

* "ledger-store": this pull request is related to ledger-store. In most cases,
it modifies code files under `/ledger/src` directory.

### When will my PR be reviewed?

PRs are typically reviewed and merged in under 7 days. If your PR has been open
Expand Down
Loading