3f60fe62c2
Add StakeInstruction::Merge ( #10503 ) ( #10506 )
...
automerge
v1.1.17
2020-06-10 20:04:03 -07:00
ea44e64d21
Add VoteInstruction::UpdateCommission ( #10497 )
...
automerge
2020-06-10 12:54:09 -07:00
8e1c2d2df4
Add back missing pull_response success counter ( #10491 ) ( #10500 )
...
automerge
2020-06-10 10:45:27 -07:00
a79702c62c
Optimize process pull responses ( #10460 ) ( #10484 )
...
* Batch process pull responses
* Generate pull requests at 1/2 rate
* Do filtering work of process_pull_response in read lock
Only take write lock to insert if needed.
2020-06-09 20:02:46 -07:00
3c94084177
Add SendTransactionService ( #10470 )
...
automerge
2020-06-09 18:13:50 -07:00
7d448eb1a9
Add --warp-slot argument to |solana-ledger-tool create-snapshot| ( #10473 )
...
automerge
2020-06-09 11:09:32 -07:00
a705764ca7
v1.1 gossip lock optimizations ( #10459 )
...
* Skip gossip requests with different shred version and split lock (#10240 )
(cherry picked from commit 3f508b37fd
)
* More cluster stats and add epoch stakes cache in retransmit stage (#10345 )
* More cluster info metrics for push request/response counts
* Cache staked peers for the epoch
(cherry picked from commit ef37b82ffa
)
* Cache tvu peers for broadcast (#10373 )
(cherry picked from commit 2cf719ac2c
)
* Add pull request count metrics (#10421 )
(cherry picked from commit 3d2230f1a9
)
2020-06-08 17:05:55 -07:00
3110def6c3
Remove lock around JsonRpcRequestProcessor (bp #10417 ) ( #10450 )
...
automerge
2020-06-08 16:45:49 -07:00
afc89beefa
Bump version to v1.1.17
2020-06-08 10:32:26 -07:00
d5d5e8797b
Bump new_system_program_activation_epoch by 2
v1.1.16
2020-06-08 09:40:39 -07:00
09f0624887
Adjust RPC simulateTransaction endpoint to match v1.2 ( #10443 )
...
automerge
2020-06-06 21:08:27 -07:00
52c20a5c38
Add Certus One as a trusted validator for testnet ( #10433 ) ( #10437 )
...
automerge
2020-06-05 16:49:21 -07:00
3c38df9be0
Avoid AccountInUse errors when simulating transactions ( #10391 ) ( #10419 )
...
automerge
2020-06-04 20:41:12 -07:00
da038e626a
v1.1: ledger_cleanup_service: compact at a slower rate than purging ( #10415 )
...
automerge
2020-06-04 20:30:31 -07:00
9cfbf8a94d
Deactivate legacy_system_instruction_processor at epoch 58/38 (preview/stable) ( #10406 ) ( #10407 )
...
automerge
2020-06-04 01:21:43 -07:00
fbcbd37650
v1.1: Enable rolling update of "Permit paying oneself" / "No longer allow create-account to add funds to an existing account" ( #10394 )
...
automerge
2020-06-03 16:34:59 -07:00
dca932fe45
Don't share same snapshot dir for secondary access (bp #10384 ) ( #10386 )
...
automerge
2020-06-03 06:34:19 -07:00
8d89eac32f
Support opening an in-use rocksdb as secondary (bp #10209 ) ( #10381 )
...
automerge
2020-06-02 23:51:43 -07:00
862fd63bb4
Update system_instruction_processor.rs
2020-06-02 23:35:31 -07:00
578d77495a
No longer allow create-account to add funds to an existing account ( #10192 )
2020-06-02 23:35:31 -07:00
537d135005
Add --max-genesis-archive-unpacked-size to capitalization ( #10380 )
...
automerge
2020-06-02 21:39:14 -07:00
5ade9b9f02
Revert "Reduce UNLOCK_NONCE_SLOT to ensure it is active on all three clusters ( #10223 )" ( #10370 )
...
automerge
2020-06-02 12:42:03 -07:00
e023719c58
Add preflight checks to sendTransaction RPC method (bp #10338 ) ( #10362 )
...
automerge
2020-06-01 22:45:51 -07:00
a278f745f8
Reduce stable jobs ( #10344 ) ( #10346 )
...
automerge
2020-05-31 22:40:51 -07:00
640bb9cb95
Permit paying oneself ( #10337 ) ( #10341 )
...
automerge
2020-05-31 13:18:34 -07:00
c344a878b6
validator: Added --health-check-slot-distance (bp #10324 ) ( #10330 )
...
automerge
2020-05-29 17:49:09 -07:00
9b63f7a50f
Improve Rpc inflation tooling (bp #10309 ) ( #10321 )
...
automerge
2020-05-29 17:35:10 -07:00
b128087445
Backport of #9161 to v1.1 branch ( #10327 )
...
automerge
2020-05-29 16:34:36 -07:00
72755fcd19
Add mechanism to get blockhash's last valid slot ( #10239 ) ( #10318 )
...
automerge
2020-05-29 11:27:45 -07:00
24937e63d4
verify_reachable_ports: Handle errors without expect() ( #10298 ) ( #10304 )
...
automerge
2020-05-28 16:12:08 -07:00
995759faf5
Add commitment parameter to getFeeCalculatorForBlockhash ( #10255 ) ( #10296 ) ( #10302 )
...
automerge
2020-05-28 15:26:39 -07:00
db60bd30dc
Feign RPC health while in a --wait-for-supermajority
holding pattern ( #10295 ) ( #10300 )
...
automerge
2020-05-28 13:53:05 -07:00
bc86ee8d13
Fix run_orphan DOS ( #10290 )
...
Co-authored-by: Carl <carl@solana.com >
2020-05-28 11:29:13 -07:00
93506b22e7
Include GenesisConfig inflation in Display ( #10282 ) ( #10288 )
...
automerge
2020-05-28 00:54:13 -07:00
1e53760a65
Use correct --url ( #10284 ) ( #10286 )
...
automerge
2020-05-27 22:15:47 -07:00
24c796b434
Bump version to 1.1.16
2020-05-27 18:13:17 -07:00
2cdd3f835f
log leader ( #10280 )
...
Co-authored-by: Carl <carl@solana.com >
v1.1.15
2020-05-27 18:07:31 -07:00
c4e04f70d0
Adjust mainnet-beta shred version
2020-05-27 17:10:53 -07:00
5d971472b2
Purge next slots to avoid a blockstore_processor panic on restart ( #10277 )
2020-05-27 17:10:27 -07:00
f1201502d4
Bump version to 1.1.15
2020-05-26 21:22:34 -07:00
fd5222ad21
V1.1 single gossip commitment ( #10263 )
...
automerge
v1.1.14
2020-05-26 21:16:46 -07:00
768a5f2b40
Cluster info metrics ( #10215 ) ( #10235 )
...
automerge
2020-05-26 17:28:14 -07:00
87b57b53f9
Wait for one slot to be produced ( #10257 ) ( #10258 )
...
automerge
2020-05-26 17:27:36 -07:00
55a64c8945
Activate eager rent collection and BPF loader on mainnet-beta epoch 34 ( #10231 )
2020-05-26 10:28:29 -07:00
e8c6233c6e
Adjust owner hashing activation slot ( #10243 )
...
automerge
2020-05-26 01:21:22 -07:00
f51b214449
Adjust include_owner_in_hash to match mainet-beta v1.0 activation ( #10230 )
...
automerge
2020-05-25 12:31:15 -07:00
8fe8a5717e
Clean up RPCClient retry handling: only retry on 429, after a little sleep ( #10182 ) ( #10184 )
...
automerge
2020-05-25 11:41:46 -07:00
9adf8b4fc8
Reduce UNLOCK_NONCE_SLOT to ensure it is active on all three clusters ( #10223 )
...
automerge
2020-05-25 01:08:30 -07:00
82772f95a1
LedgerCleanupService no longer causes an OOM and actually purges (bp #10199 ) ( #10221 )
...
automerge
2020-05-24 23:24:45 -07:00
0b5d3df251
Optimize banking processing of AccountInUse ( #10154 ) ( #10193 )
...
automerge
2020-05-24 11:46:10 -07:00