Ian Macalinao
a2b0d0e6f0
runtime: use correct module doc comments ( #27889 )
2022-10-27 14:39:44 +02:00
Dmitri Makarov
d6b3d338d0
Bump sbf-tools to v1.31
2022-10-27 07:18:35 -04:00
steviez
54fc768fcc
Single source ledger-tool encoding arg ( #28622 )
...
The argument is nearly identical for both instances that use it, so
de-duplicate the repeated config.
2022-10-27 07:35:27 +00:00
apfitzge
fa65b50b9a
fix typo: prioritizatino -> prioritization ( #28615 )
2022-10-26 23:30:45 -05:00
HaoranYi
e0e8fc5be9
typo ( #28612 )
2022-10-26 18:49:35 -05:00
Jeff Washington (jwash)
decf3de453
extract ancient maybe_unref_accounts_already_in_ancient ( #28610 )
2022-10-26 14:20:32 -07:00
bji
c0f1ffb9d3
Minor typo fix. ( #28583 )
2022-10-26 09:07:35 -10:00
Jeff Washington (jwash)
d4db649e7c
extract common code remove_old_stores_shrink from shrink and ancient append vecs ( #28588 )
2022-10-26 11:49:10 -07:00
Brooks Prumo
27269d833c
Uses enum for data source with calc_accounts_hash() ( #28584 )
2022-10-26 13:04:01 -04:00
Jeff Washington (jwash)
252d7f68da
combine all_are_zero_lamports ( #28567 )
2022-10-26 08:55:20 -07:00
Jon Cinque
9d7e999c1d
bench-tps: Transition to using spl-instruction-padding ( #28496 )
...
* bench-tps: Transition to using spl-instruction-padding
* Use macros for conversions
2022-10-26 11:16:57 -04:00
apfitzge
340d3b5468
rename and change capacity on unprocessed transaction storage - max_receive_size ( #28586 )
2022-10-26 10:03:47 -05:00
Jon Cinque
feb5ab4ba0
ci: Remove unneeded ignores in audit ( #28594 )
2022-10-26 10:39:17 -04:00
Justin Starry
2d8665d307
Record inner instruction stack height ( #28430 )
...
* Record inner instruction stack height
* fix sbf tests
* feedback
2022-10-26 10:37:44 +08:00
HaoranYi
74bd87d847
Add vote section in reward proposal ( #28587 )
...
* add vote section in reward proposal
* edits
* Update docs/src/proposals/partitioned-inflationary-rewards-distribution.md
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
* Update docs/src/proposals/partitioned-inflationary-rewards-distribution.md
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
2022-10-25 16:34:53 -05:00
Brooks Prumo
1dbcb78de7
Renames fn to update_accounts_hash() ( #28574 )
2022-10-25 16:43:19 -04:00
Jeff Washington (jwash)
51e1a7f2af
simplify mark_dirty_dead_stores ( #28565 )
2022-10-25 11:34:58 -07:00
Jeff Washington (jwash)
470ed4f06e
update stats in shrink_collect ( #28563 )
2022-10-25 11:27:33 -07:00
Brooks Prumo
e79c1cba03
Renames fn to update_accounts_hash_for_tests() ( #28571 )
2022-10-25 14:03:19 -04:00
Jeff Washington (jwash)
8c57efb828
ancient append vecs: get rid of some locals in shared code ( #28559 )
2022-10-25 09:32:14 -07:00
Jeff Washington (jwash)
2c837ba4e3
reorder code to prepare for sharing ( #28564 )
2022-10-25 09:15:26 -07:00
Brooks Prumo
f158bab0ef
Tracks how long background requests wait before processing ( #28581 )
2022-10-25 12:10:53 -04:00
Brooks Prumo
bf214d36e3
Renames fn to calculate_accounts_hash_with_verify() ( #28573 )
2022-10-25 11:55:26 -04:00
Brooks Prumo
e2438cf3e2
Renames fn to calculate_accounts_hash() ( #28572 )
2022-10-25 11:53:41 -04:00
Jeff Washington (jwash)
1ca7c8244f
rename merge() -> accumulate() ( #28561 )
2022-10-25 08:52:02 -07:00
Dmitri Makarov
f48ed1f331
Bump solana_rbpf to 0.2.35
...
- recognize new SBF machine code in ELF header
2022-10-25 15:28:02 +00:00
Tao Zhu
365e32a484
update banking-bench to simulate mint event ( #28489 )
...
* update banking-bench to simulate mint event by specifying certain percentage of conflicting transactions with higher priority fee
* set proper compute-unit for transfer transactions
2022-10-25 09:33:53 -05:00
Yihau Chen
d98eb97842
chore: add spl-instruction-padding/program to downstream ci script ( #28578 )
...
add spl-instruction-padding/program to ci script
2022-10-25 06:44:33 +00:00
Brooks Prumo
bc02789c43
Renames fn to calculate_accounts_hash_from_storages() ( #28566 )
2022-10-24 21:07:00 -04:00
behzad nouri
f703275fc4
pings peers before sending push messages ( #28537 )
2022-10-25 00:01:23 +00:00
Brooks Prumo
2354a0a343
Renames fn to calculate_accounts_hash_from_index() ( #28568 )
2022-10-24 19:20:08 -04:00
Jeff Washington (jwash)
dde8f0dfad
CurrentAncientAppendVec for clarity ( #28528 )
2022-10-24 15:28:52 -07:00
Jeff Washington (jwash)
8acd6bb34a
share index_read_elapsed code ( #28557 )
2022-10-24 15:19:40 -07:00
Nick Frostbutter
2090ad0c2e
[docs] corrected use of confirmTransaction in examples ( #28547 )
...
fix: updated method calls
2022-10-24 16:49:47 -05:00
Jeff Washington (jwash)
a422387ca8
cleanup ancient append vec merge stats ( #28556 )
2022-10-24 13:11:12 -07:00
Jeff Washington (jwash)
8a538f8da5
skip_rewrite skips almost all accounts with no rent ( #28552 )
2022-10-24 11:48:00 -07:00
Jeff Washington (jwash)
1ff2740905
feature 28541 no-op ( #28542 )
2022-10-24 07:52:11 -07:00
Justin Starry
322280c5b7
RPC: Improve error messages for decoding errors ( #28530 )
2022-10-24 19:19:34 +08:00
Trent Nelson
1fbd818647
runtime: remove `Default` req on account scan interfaces ( #28533 )
2022-10-21 17:53:06 -06:00
Ashwin Sekar
434c8ed416
remote-node script use --force when delegating stake ( #28539 )
2022-10-21 15:05:14 -07:00
Jeff Washington (jwash)
993583d9b3
simplify get_store_for_shrink ( #28524 )
2022-10-21 14:49:34 -07:00
Ashwin Sekar
9eafad467c
Add convenience methods to VoteInstruction to distinguish vote types ( #28526 )
...
* Add convenience methods to VoteInstruction to distinguish vote types
* use matches! macro instead
2022-10-21 14:17:40 -06:00
Ikko Ashimine
ff18bb3a06
Fix typo in restart-cluster.md ( #28538 )
...
occurence -> occurrence
2022-10-22 04:02:07 +08:00
Jeff Washington (jwash)
fb94e50678
remove single use function for clarity ( #28523 )
2022-10-21 11:42:27 -07:00
Yihau Chen
8cb5199ce0
chore: all gce performance tests use n2-standard-16 ( #28509 )
...
use n2-standard-16
2022-10-22 00:34:20 +08:00
Dmitri Makarov
786c558a1f
Bump sbf-tools to v1.30
2022-10-21 09:36:18 -04:00
sakridge
b6f5cc6ebf
Update TVU with transaction status service ( #28505 )
...
There is no storage stage
2022-10-21 14:37:30 +02:00
sakridge
580b4f81bf
Fix optimistic concurrency control link ( #28534 )
2022-10-21 14:26:58 +02:00
kirill lykov
1c4ac56e56
Remove immutable deploy ( #28399 )
...
* remove Deploy option from cli
* remove solana deploy from comments
* introduce dummy deploy command to improve user experience
2022-10-21 09:29:37 +02:00
Justin Starry
49daa596c0
fix: incorrect error message for getFeeForMessage ( #28529 )
2022-10-21 01:50:10 +00:00