sakridge 
							
						 
					 
					
						
						
							
						
						1b775044f7 
					 
					
						
						
							
							Use multiple retransmit stage threads/sockets ( #6279 )  
						
						
						
						
					 
					
						2019-10-10 13:24:03 -07:00 
						 
				 
			
				
					
						
							
							
								Pankaj Garg 
							
						 
					 
					
						
						
							
						
						570b98c7bc 
					 
					
						
						
							
							Multicast same packet to multiple destinations via sendmmg ( #6316 )  
						
						... 
						
						
						
						* Implement multicast same packet to multiple destinations using sendmmsg() 
						
						
					 
					
						2019-10-10 13:09:15 -07:00 
						 
				 
			
				
					
						
							
							
								dependabot-preview[bot] 
							
						 
					 
					
						
						
							
						
						c2761a1259 
					 
					
						
						
							
							Bump jsonrpc-core from 13.2.0 to 14.0.0 ( #6287 )  
						
						... 
						
						
						
						* Bump jsonrpc-core from 13.2.0 to 14.0.0
Bumps [jsonrpc-core](https://github.com/paritytech/jsonrpc ) from 13.2.0 to 14.0.0.
- [Release notes](https://github.com/paritytech/jsonrpc/releases )
- [Commits](https://github.com/paritytech/jsonrpc/compare/v13.2.0...v14.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* Bump all jsonrpc versions 
						
						
					 
					
						2019-10-10 10:32:38 -06:00 
						 
				 
			
				
					
						
							
							
								carllin 
							
						 
					 
					
						
						
							
						
						1f345ce2d9 
					 
					
						
						
							
							Don't grab keypair from cluster info on every iteration of broadccast ( #6303 )  
						
						
						
						
					 
					
						2019-10-09 17:36:45 -07:00 
						 
				 
			
				
					
						
							
							
								Pankaj Garg 
							
						 
					 
					
						
						
							
						
						ed85aa43a4 
					 
					
						
						
							
							Implement sendmmsg() API ( #6304 )  
						
						... 
						
						
						
						* Implement sendmmsg()
* fixes 
						
						
					 
					
						2019-10-09 17:06:56 -07:00 
						 
				 
			
				
					
						
							
							
								Sagar Dhawan 
							
						 
					 
					
						
						
							
						
						4b0250192a 
					 
					
						
						
							
							Remove remnants of the cuda feature flag ( #6298 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-10-09 16:09:36 -07:00 
						 
				 
			
				
					
						
							
							
								carllin 
							
						 
					 
					
						
						
							
						
						dd66d16fdb 
					 
					
						
						
							
							Broadcast final shred for slots that are interrupted ( #6269 )  
						
						... 
						
						
						
						* Broadcast final shred for slots that are interrupted 
						
						
					 
					
						2019-10-09 16:07:18 -07:00 
						 
				 
			
				
					
						
							
							
								Sagar Dhawan 
							
						 
					 
					
						
						
							
						
						32312f3c16 
					 
					
						
						
							
							Do not retransmit Repair responses ( #6284 )  
						
						... 
						
						
						
						* Do not retransmit Repair responses
* Add a test
* Refactor neighboring functionality 
						
						
					 
					
						2019-10-09 13:11:19 -07:00 
						 
				 
			
				
					
						
							
							
								Pankaj Garg 
							
						 
					 
					
						
						
							
						
						2db83e1a21 
					 
					
						
						
							
							Remove greedy fetch in shred_fetch stage ( #6278 )  
						
						... 
						
						
						
						* Remove greedy fetch in shred_fetch stage
* cleanup 
						
						
					 
					
						2019-10-09 10:36:05 -07:00 
						 
				 
			
				
					
						
							
							
								dependabot-preview[bot] 
							
						 
					 
					
						
						
							
						
						cfbfcb5734 
					 
					
						
						
							
							Bump dir-diff from 0.3.1 to 0.3.2 ( #6265 )  
						
						... 
						
						
						
						Bumps [dir-diff](https://github.com/steveklabnik/dir-diff ) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/steveklabnik/dir-diff/releases )
- [Changelog](https://github.com/assert-rs/dir-diff/blob/master/CHANGELOG.md )
- [Commits](https://github.com/steveklabnik/dir-diff/compare/v0.3.1...v0.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com > 
						
						
					 
					
						2019-10-09 11:12:15 -06:00 
						 
				 
			
				
					
						
							
							
								Rob Walker 
							
						 
					 
					
						
						
							
						
						7cf90766a3 
					 
					
						
						
							
							add epoch_schedule sysvar ( #6256 )  
						
						... 
						
						
						
						* add epoch_schedule sysvar
* book sheesh! 
						
						
					 
					
						2019-10-08 22:34:26 -07:00 
						 
				 
			
				
					
						
							
							
								Justin Starry 
							
						 
					 
					
						
						
							
						
						f2ee01ace3 
					 
					
						
						
							
							Fix blocktree processor entry callback test ( #6285 )  
						
						
						
						
					 
					
						2019-10-08 20:38:05 -04:00 
						 
				 
			
				
					
						
							
							
								Justin Starry 
							
						 
					 
					
						
						
							
						
						5e31565574 
					 
					
						
						
							
							Expand blocktree processor options ( #6248 )  
						
						... 
						
						
						
						* Refactor blocktree processor args and support full leader cache
* Add entry callback option
* Rename num_threads to override_num_threads
* Add test for entry callback
* Refactor cached leader schedule changes
* Add tests for blocktree process options
* Refactor test
* @mvines feedback 
						
						
					 
					
						2019-10-08 17:58:49 -04:00 
						 
				 
			
				
					
						
							
							
								Sagar Dhawan 
							
						 
					 
					
						
						
							
						
						723f9a9b81 
					 
					
						
						
							
							Remove unnecessary locking in retransmit stage ( #6276 )  
						
						... 
						
						
						
						* Add more detailed metrics to retransmit
* Remove unnecessary locking and add more metrics 
						
						
					 
					
						2019-10-08 14:41:16 -07:00 
						 
				 
			
				
					
						
							
							
								sakridge 
							
						 
					 
					
						
						
							
						
						c5e5342325 
					 
					
						
						
							
							Rearrange broadcast stats ( #6274 )  
						
						
						
						
					 
					
						2019-10-08 12:50:59 -07:00 
						 
				 
			
				
					
						
							
							
								Pankaj Garg 
							
						 
					 
					
						
						
							
						
						788296047a 
					 
					
						
						
							
							Increase batch size for recvmmsg() ( #6260 )  
						
						... 
						
						
						
						* Increase batch size for recvmmsg()
* fix tests
* new test 
						
						
					 
					
						2019-10-08 09:54:49 -07:00 
						 
				 
			
				
					
						
							
							
								carllin 
							
						 
					 
					
						
						
							
						
						9dceb8ac74 
					 
					
						
						
							
							Broadcast/Shredding Metrics ( #6270 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-10-08 01:42:42 -07:00 
						 
				 
			
				
					
						
							
							
								carllin 
							
						 
					 
					
						
						
							
						
						ac2374e9a1 
					 
					
						
						
							
							Shred entries in parallel ( #6180 )  
						
						... 
						
						
						
						* Make shredding more parallel
* Fix erasure tests
* Fix replicator test
* Remove UnfinishedSlotInfo 
						
						
					 
					
						2019-10-08 00:42:51 -07:00 
						 
				 
			
				
					
						
							
							
								carllin 
							
						 
					 
					
						
						
							
						
						e12c577b16 
					 
					
						
						
							
							remove verify_hash_internal_state ( #6261 )  
						
						
						
						
					 
					
						2019-10-07 16:38:54 -07:00 
						 
				 
			
				
					
						
							
							
								sakridge 
							
						 
					 
					
						
						
							
						
						ba7efbb136 
					 
					
						
						
							
							Retransmit stage optimization, don't copy packets ( #6250 )  
						
						
						
						
					 
					
						2019-10-07 15:33:22 -07:00 
						 
				 
			
				
					
						
							
							
								Pankaj Garg 
							
						 
					 
					
						
						
							
						
						17f169f446 
					 
					
						
						
							
							BlobFetchStage cleanup post shred work ( #6254 )  
						
						
						
						
					 
					
						2019-10-07 11:08:01 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						4870a2cbac 
					 
					
						
						
							
							Panic when a snapshot fails to verify  
						
						
						
						
					 
					
						2019-10-07 08:12:18 +09:00 
						 
				 
			
				
					
						
							
							
								sakridge 
							
						 
					 
					
						
						
							
						
						da7d94d0f0 
					 
					
						
						
							
							Retransmit stage benchmark ( #6249 )  
						
						
						
						
					 
					
						2019-10-06 12:56:17 -07:00 
						 
				 
			
				
					
						
							
							
								carllin 
							
						 
					 
					
						
						
							
						
						cdef065cca 
					 
					
						
						
							
							Broadcast Metrics ( #6166 )  
						
						... 
						
						
						
						* Add timing logigng to broadcast
* Shred metrics
* Fixes 
						
						
					 
					
						2019-10-05 22:51:47 -07:00 
						 
				 
			
				
					
						
							
							
								sakridge 
							
						 
					 
					
						
						
							
						
						5ef012b2c1 
					 
					
						
						
							
							Tweak debug to remove unreadable datapoints ( #6060 )  
						
						
						
						
					 
					
						2019-10-04 16:25:22 -07:00 
						 
				 
			
				
					
						
							
							
								Tyera Eulberg 
							
						 
					 
					
						
						
							
						
						0c3ff6b75c 
					 
					
						
						
							
							Cli refactor: vote and storage program functionalities ( #6242 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-10-04 14:18:19 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						7f53737000 
					 
					
						
						
							
							Periodically pull from the entrypoint if it's no longer in Crdt ( #6240 )  
						
						
						
						
					 
					
						2019-10-04 14:18:07 -07:00 
						 
				 
			
				
					
						
							
							
								Sagar Dhawan 
							
						 
					 
					
						
						
							
						
						23ea8ae56b 
					 
					
						
						
							
							Optimize retransmit stage ( #6231 )  
						
						... 
						
						
						
						* Optimize retransmit stage
* Remove comment
* Fix test
* Skip iteration to fixup 0 stakes 
						
						
					 
					
						2019-10-04 11:52:02 -07:00 
						 
				 
			
				
					
						
							
							
								dependabot-preview[bot] 
							
						 
					 
					
						
						
							
						
						d759a447be 
					 
					
						
						
							
							Bump serde_json from 1.0.40 to 1.0.41 ( #6226 )  
						
						... 
						
						
						
						Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.40 to 1.0.41.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.40...v1.0.41 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com > 
						
						
					 
					
						2019-10-03 21:03:05 -06:00 
						 
				 
			
				
					
						
							
							
								dependabot-preview[bot] 
							
						 
					 
					
						
						
							
						
						7ac4ce637f 
					 
					
						
						
							
							Bump reqwest from 0.9.20 to 0.9.21 ( #6221 )  
						
						... 
						
						
						
						Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.9.20 to 0.9.21.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/v0.9.21/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.9.20...v0.9.21 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com > 
						
						
					 
					
						2019-10-02 22:52:48 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						f9f5bc2eb5 
					 
					
						
						
							
							More clippy  
						
						
						
						
					 
					
						2019-10-02 21:21:07 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						9fe8c98047 
					 
					
						
						
							
							Switch to solana-reed-solomon-erasure temporarily to fix windows build ( #6211 )  
						
						
						
						
					 
					
						2019-10-02 19:01:55 -07:00 
						 
				 
			
				
					
						
							
							
								Pankaj Garg 
							
						 
					 
					
						
						
							
						
						f331f1d1e9 
					 
					
						
						
							
							Don't forward transaction to self ( #6218 )  
						
						
						
						
					 
					
						2019-10-02 14:07:34 -07:00 
						 
				 
			
				
					
						
							
							
								sakridge 
							
						 
					 
					
						
						
							
						
						211cae5811 
					 
					
						
						
							
							Remove dead constants ( #6207 )  
						
						
						
						
					 
					
						2019-10-01 18:22:57 -07:00 
						 
				 
			
				
					
						
							
							
								Pankaj Garg 
							
						 
					 
					
						
						
							
						
						774e9df2e5 
					 
					
						
						
							
							Finish unfininished slot before processing new slots ( #6197 )  
						
						
						
						
					 
					
						2019-10-01 11:46:14 -07:00 
						 
				 
			
				
					
						
							
							
								sakridge 
							
						 
					 
					
						
						
							
						
						ae7700296d 
					 
					
						
						
							
							broadcast_shreds opt ( #6175 )  
						
						... 
						
						
						
						* Don't clone/copy/sort ContactInfo vec 
						
						
					 
					
						2019-10-01 09:38:29 -07:00 
						 
				 
			
				
					
						
							
							
								Jack May 
							
						 
					 
					
						
						
							
						
						520f7c3e18 
					 
					
						
						
							
							Optimize BPF logs ( #6186 )  
						
						
						
						
					 
					
						2019-09-30 14:21:29 -07:00 
						 
				 
			
				
					
						
							
							
								Parth 
							
						 
					 
					
						
						
							
						
						2c8c2029d8 
					 
					
						
						
							
							cli: enforce rent-exemption balance for stake, vote and program accounts in cli ( #6118 )  
						
						... 
						
						
						
						* require minimum balance for stake, vote and program accounts 
						
						
					 
					
						2019-10-01 01:14:49 +05:30 
						 
				 
			
				
					
						
							
							
								Rob Walker 
							
						 
					 
					
						
						
							
						
						4f4618441c 
					 
					
						
						
							
							split wallet staking commands ( #6168 )  
						
						... 
						
						
						
						* split wallet staking commands
* elide real home
* unit->UNIT for usage
* unit->UNIT, don't try to run SUBCOMMANDS: ;)
* more fixup
* fixups
* actually check
* shellcheck
* preserve #6158  after rebase
* fixup
* test
* too hard
* remove test 
						
						
					 
					
						2019-09-29 21:18:15 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						e5a7d08966 
					 
					
						
						
							
							Add --expected-genesis-blockhash validator argument ( #6174 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-09-29 19:09:24 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						d50aef8404 
					 
					
						
						
							
							Add get-epoch-info command ( #6161 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-09-27 22:00:30 -07:00 
						 
				 
			
				
					
						
							
							
								Pankaj Garg 
							
						 
					 
					
						
						
							
						
						5637f88aff 
					 
					
						
						
							
							Don't try signging coding shred if fec rate is 0 ( #6171 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-09-27 21:58:53 -07:00 
						 
				 
			
				
					
						
							
							
								sakridge 
							
						 
					 
					
						
						
							
						
						75a92d58cb 
					 
					
						
						
							
							Featureize move ( #5897 )  
						
						... 
						
						
						
						* Featureize move
* Add move featured test 
						
						
					 
					
						2019-09-27 12:19:06 -07:00 
						 
				 
			
				
					
						
							
							
								Tyera Eulberg 
							
						 
					 
					
						
						
							
						
						c9e58743e7 
					 
					
						
						
							
							Prevent subtract overflow panic when slot < MAX_LOCKOUT_HISTORY ( #6135 )  
						
						
						
						
					 
					
						2019-09-26 19:40:18 -06:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						b4da83a3ab 
					 
					
						
						
							
							Remove CUDA feature ( #6094 )  
						
						
						
						
					 
					
						2019-09-26 13:36:51 -07:00 
						 
				 
			
				
					
						
							
							
								Rob Walker 
							
						 
					 
					
						
						
							
						
						a964570b1a 
					 
					
						
						
							
							add authorities to stake init ( #6104 )  
						
						... 
						
						
						
						* add authorities to stake init
* fixups
* code review 
						
						
					 
					
						2019-09-26 13:29:29 -07:00 
						 
				 
			
				
					
						
							
							
								Rob Walker 
							
						 
					 
					
						
						
							
						
						50bbe34b66 
					 
					
						
						
							
							rename locktower to tower ( #6120 )  
						
						
						
						
					 
					
						2019-09-26 13:29:05 -07:00 
						 
				 
			
				
					
						
							
							
								Parth 
							
						 
					 
					
						
						
							
						
						67d07254c2 
					 
					
						
						
							
							Add rent estimation rpc ( #6109 )  
						
						... 
						
						
						
						* server side new rpc endpoint
* client side rpc
* take data_len as usize
Co-Authored-By: Tyera Eulberg <teulberg@gmail.com >
* add test and documentation 
						
						
					 
					
						2019-09-26 23:27:13 +05:30 
						 
				 
			
				
					
						
							
							
								carllin 
							
						 
					 
					
						
						
							
						
						701d90a41d 
					 
					
						
						
							
							Remove some AccountStorage Serialization ( #6047 )  
						
						... 
						
						
						
						* Remove serialization of AccountStorageEntry fields
* Add metric for evaluating BankRc serialization time
* Serialize AppendVec current len
* Add dashboard metrics
* Move flush of AppendVecs to packaging thread 
						
						
					 
					
						2019-09-25 18:07:41 -07:00 
						 
				 
			
				
					
						
							
							
								Rob Walker 
							
						 
					 
					
						
						
							
						
						43795193c4 
					 
					
						
						
							
							add authorized parameters to vote api ( #6072 )  
						
						... 
						
						
						
						* add authorized parameters to vote api
* code review 
						
						
					 
					
						2019-09-25 13:53:49 -07:00