Justin Starry 
							
						 
					 
					
						
						
							
						
						87598c7612 
					 
					
						
						
							
							Consolidate tx error counters and update metrics dashboard ( #7724 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2020-01-16 23:26:50 -08:00 
						 
				 
			
				
					
						
							
							
								carllin 
							
						 
					 
					
						
						
							
						
						76e20015a4 
					 
					
						
						
							
							Add separate thread to check for and store duplicate slot proofs ( #7834 )  
						
						
						
						
					 
					
						2020-01-16 15:27:54 -08:00 
						 
				 
			
				
					
						
							
							
								sakridge 
							
						 
					 
					
						
						
							
						
						8572b57834 
					 
					
						
						
							
							Refactor chacha cuda to be able to test cuda crate but not in OpenCL ( #7685 )  
						
						... 
						
						
						
						* Refactor chacha cuda to be able to test cuda crate but not in OpenCL
chacha not implemeted in OpenCL
* Get off core::Error 
						
						
					 
					
						2020-01-16 08:29:36 -08:00 
						 
				 
			
				
					
						
							
							
								Ryo Onodera 
							
						 
					 
					
						
						
							
						
						ed0129f881 
					 
					
						
						
							
							Don't depend on unused lazy_static  
						
						
						
						
					 
					
						2020-01-16 08:43:13 -07:00 
						 
				 
			
				
					
						
							
							
								Tyera Eulberg 
							
						 
					 
					
						
						
							
						
						da165d6943 
					 
					
						
						
							
							Fix Rpc inconsistencies ( #7826 )  
						
						... 
						
						
						
						* Update rpc account format: remove byte arrays
* Base58-encode pubkeys in getStoragePubkeysForSlot
* Update docs 
						
						
					 
					
						2020-01-15 15:33:53 -07:00 
						 
				 
			
				
					
						
							
							
								Tyera Eulberg 
							
						 
					 
					
						
						
							
						
						f0f185509f 
					 
					
						
						
							
							Remove tuple from programNotification ( #7819 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2020-01-15 10:52:02 -08:00 
						 
				 
			
				
					
						
							
							
								Tyera Eulberg 
							
						 
					 
					
						
						
							
						
						6d3b8b6d7d 
					 
					
						
						
							
							Remove tuples from JSON RPC responses ( #7806 )  
						
						... 
						
						
						
						* Remove RpcConfirmedBlock tuple
* Remove getRecentBlockhash tuple
* Remove getProgramAccounts tuple
* Remove tuple from get_signature_confirmation_status
* Collect Rpc response types
* Camel-case epoch schedule for rpc response
* Remove getBlockCommitment tuple
* Remove getStorageTurn tuple
* Update json-rpc docs 
						
						
					 
					
						2020-01-15 00:25:45 -07:00 
						 
				 
			
				
					
						
							
							
								Justin Starry 
							
						 
					 
					
						
						
							
						
						ff1ca1e0d3 
					 
					
						
						
							
							Consolidate entry tick verification into one function ( #7740 )  
						
						... 
						
						
						
						* Consolidate entry tick verification into one function
* Mark bad slots as dead in blocktree processor
* more feedback
* Add bank.is_complete
* feedback 
						
						
					 
					
						2020-01-15 09:15:26 +08:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						e6af4511a8 
					 
					
						
						
							
							Include shred version in gossip  
						
						
						
						
					 
					
						2020-01-14 14:32:40 -07:00 
						 
				 
			
				
					
						
							
							
								Pankaj Garg 
							
						 
					 
					
						
						
							
						
						156292e408 
					 
					
						
						
							
							Reduce grace ticks, and ignore grace ticks for missing leaders ( #7764 )  
						
						... 
						
						
						
						* Reduce grace ticks, and ignore grace ticks for missing leaders
* address review comments
* blockstore related renames 
						
						
					 
					
						2020-01-14 05:25:41 +05:30 
						 
				 
			
				
					
						
							
							
								Greg Fitzgerald 
							
						 
					 
					
						
						
							
						
						b5dba77056 
					 
					
						
						
							
							Rename blocktree to blockstore ( #7757 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2020-01-13 13:13:52 -08:00 
						 
				 
			
				
					
						
							
							
								Tyera Eulberg 
							
						 
					 
					
						
						
							
						
						a17d5795fb 
					 
					
						
						
							
							getConfirmedBlock: add encoding optional parameter ( #7756 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2020-01-12 21:34:30 -08:00 
						 
				 
			
				
					
						
							
							
								Trent Nelson 
							
						 
					 
					
						
						
							
						
						9754fc789e 
					 
					
						
						
							
							Manage durable nonce stored value in runtime ( #7684 )  
						
						... 
						
						
						
						* Bank: Return nonce pubkey/account from `check_tx_durable_nonce`
* Forward account with HashAgeKind::DurableNonce
* Add durable nonce helper for HashAgeKind
* Add nonce util for advancing stored nonce in runtime
* Advance nonce in runtime
* Store rolled back nonce account on TX InstructionError
* nonce: Add test for replayed InstErr fee theft 
						
						
					 
					
						2020-01-10 16:57:31 -07:00 
						 
				 
			
				
					
						
							
							
								Ryo Onodera 
							
						 
					 
					
						
						
							
						
						865c42465a 
					 
					
						
						
							
							Cap file size for snapshot data files ( #7182 )  
						
						... 
						
						
						
						* save limit deserialize
* save
* Save
* Clean up
* rustfmt
* rustfmt
* Just comment out to please CI
* Fix ci...
* Move code
* Rustfmt
* Crean up control flow
* Add another comment
* Introduce predetermined constant limit on snapshot data files (deserialize side)
* Introduce predetermined constant limit on snapshot data files (serialize side)
* rustfmt
* Tweak message
* Revert dynamic memory limit
* Limit size of snapshot data file (de)serialization
* Fix test breakage
* Clean up
* Fix uses formatting
* Rename: deserialize_{for,from}_snapshot
* Simplify comment
* Use Slot
* Provide slot for status cache
* Align variable name with snapshot_status_cache_file_path
* Define serialize_snapshot_data_file_with_metrics
* Fix build.......
* De-marco serialize_snapshot_data_file_with_metrics
* Revert u64 => Slot 
						
						
					 
					
						2020-01-10 09:49:36 +09:00 
						 
				 
			
				
					
						
							
							
								sakridge 
							
						 
					 
					
						
						
							
						
						73c93cc345 
					 
					
						
						
							
							Print bank hash and hash inputs. ( #7733 )  
						
						
						
						
					 
					
						2020-01-09 16:33:10 -08:00 
						 
				 
			
				
					
						
							
							
								dependabot-preview[bot] 
							
						 
					 
					
						
						
							
						
						cf32fdf672 
					 
					
						
						
							
							Bump reqwest from 0.10.0 to 0.10.1 ( #7731 )  
						
						... 
						
						
						
						Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.10.0...v0.10.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com > 
						
						
					 
					
						2020-01-09 17:10:55 -07:00 
						 
				 
			
				
					
						
							
							
								dependabot-preview[bot] 
							
						 
					 
					
						
						
							
						
						57858b8015 
					 
					
						
						
							
							Bump reqwest from 0.9.24 to 0.10.0 ( #7642 )  
						
						... 
						
						
						
						* Bump reqwest from 0.9.24 to 0.10.0
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.9.24 to 0.10.0.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* Make reqwest::blocking specific
Co-authored-by: Tyera Eulberg <teulberg@gmail.com > 
						
						
					 
					
						2020-01-08 13:31:43 -07:00 
						 
				 
			
				
					
						
							
							
								Jack May 
							
						 
					 
					
						
						
							
						
						07855e3125 
					 
					
						
						
							
							Allow override of RUST_LOG ( #7705 )  
						
						
						
						
					 
					
						2020-01-08 09:19:12 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						43897de12e 
					 
					
						
						
							
							Account for stake held by the current node while waiting for the supermajority to join gossip  
						
						
						
						
					 
					
						2020-01-07 22:29:31 -07:00 
						 
				 
			
				
					
						
							
							
								carllin 
							
						 
					 
					
						
						
							
						
						85c3d64f29 
					 
					
						
						
							
							Fix rooted slot iterator ( #7695 )  
						
						... 
						
						
						
						* Enable jumping gaps caused by snapshots in rooted slot iterator 
						
						
					 
					
						2020-01-07 22:51:28 -05:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						47dd293904 
					 
					
						
						
							
							supermajority is one word  
						
						
						
						
					 
					
						2020-01-07 15:50:59 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						c4220a4853 
					 
					
						
						
							
							clippy  
						
						
						
						
					 
					
						2020-01-07 15:50:59 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						48ab88a2af 
					 
					
						
						
							
							Add --wait-for-super-majority to facilitate asynchronous cluster restarts  
						
						
						
						
					 
					
						2020-01-07 15:50:59 -07:00 
						 
				 
			
				
					
						
							
							
								Tyera Eulberg 
							
						 
					 
					
						
						
							
						
						84a37a2c0c 
					 
					
						
						
							
							Make validator timestamping more coincident, and increase timestamp sample range ( #7673 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2020-01-03 22:38:00 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						4fe0b116ae 
					 
					
						
						
							
							Measure heap usage while processing the ledger  
						
						
						
						
					 
					
						2020-01-03 13:25:37 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						a0fb9de515 
					 
					
						
						
							
							Move thread_mem_usage module into measure/  
						
						
						
						
					 
					
						2020-01-03 13:25:37 -07:00 
						 
				 
			
				
					
						
							
							
								sakridge 
							
						 
					 
					
						
						
							
						
						5d42dcc9ec 
					 
					
						
						
							
							Reduce constants for ledger cleanup test ( #7629 )  
						
						
						
						
					 
					
						2020-01-03 12:05:14 -08:00 
						 
				 
			
				
					
						
							
							
								sakridge 
							
						 
					 
					
						
						
							
						
						96e88c90e8 
					 
					
						
						
							
							Lessen test_slots_to_snapshot constants to make test faster ( #7628 )  
						
						... 
						
						
						
						Reduces test time from 6m to 45s 
						
						
					 
					
						2020-01-03 09:58:52 -08:00 
						 
				 
			
				
					
						
							
							
								Greg Fitzgerald 
							
						 
					 
					
						
						
							
						
						a707c9410e 
					 
					
						
						
							
							More thiserror ( #7183 )  
						
						... 
						
						
						
						* Less solana_core::result. Module now private.
* Drop solana_core::result dependency from a few more modules
* Fix warning
* Cleanup
* Fix typo 
						
						
					 
					
						2020-01-02 20:50:43 -07:00 
						 
				 
			
				
					
						
							
							
								Rob Walker 
							
						 
					 
					
						
						
							
						
						6b7d9942a7 
					 
					
						
						
							
							Add authorized_voter history ( #7643 )  
						
						... 
						
						
						
						* Add authorized_voter history
* fixups
* coverage
* bigger vote state 
						
						
					 
					
						2019-12-30 19:57:53 -08:00 
						 
				 
			
				
					
						
							
							
								Pankaj Garg 
							
						 
					 
					
						
						
							
						
						87b2525e03 
					 
					
						
						
							
							Limit maximum number of shreds in a slot to 32K ( #7584 )  
						
						... 
						
						
						
						* Limit maximum number of shreds in a slot to 32K
* mark dead slot replay as fatal error 
						
						
					 
					
						2019-12-30 07:42:09 -08:00 
						 
				 
			
				
					
						
							
							
								Parth 
							
						 
					 
					
						
						
							
						
						727be309b2 
					 
					
						
						
							
							fix entryverification state ( #7169 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-12-23 23:26:27 -08:00 
						 
				 
			
				
					
						
							
							
								dependabot-preview[bot] 
							
						 
					 
					
						
						
							
						
						ce2d7a2d5a 
					 
					
						
						
							
							Bump nix from 0.16.0 to 0.16.1 ( #7623 )  
						
						... 
						
						
						
						Bumps [nix](https://github.com/nix-rust/nix ) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/nix-rust/nix/releases )
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nix-rust/nix/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com > 
						
						
					 
					
						2019-12-23 23:06:42 -07:00 
						 
				 
			
				
					
						
							
							
								dependabot-preview[bot] 
							
						 
					 
					
						
						
							
						
						488420fdf2 
					 
					
						
						
							
							Bump core_affinity from 0.5.9 to 0.5.10 ( #7578 )  
						
						... 
						
						
						
						Bumps [core_affinity](https://github.com/Elzair/core_affinity_rs ) from 0.5.9 to 0.5.10.
- [Release notes](https://github.com/Elzair/core_affinity_rs/releases )
- [Commits](https://github.com/Elzair/core_affinity_rs/compare/0.5.9...0.5.10 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com > 
						
						
					 
					
						2019-12-22 22:41:47 -07:00 
						 
				 
			
				
					
						
							
							
								Dan Albert 
							
						 
					 
					
						
						
							
						
						ca10cf081f 
					 
					
						
						
							
							Update cargo.toml files from 0.22.0 to 0.23.0 ( #7596 )  
						
						
						
						
					 
					
						2019-12-20 21:45:42 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Walker 
							
						 
					 
					
						
						
							
						
						a7040896f0 
					 
					
						
						
							
							Update to rust 1.40.0 ( #7572 )  
						
						... 
						
						
						
						* Update to rust 1.40.0
* fixups 
						
						
					 
					
						2019-12-19 23:27:54 -08:00 
						 
				 
			
				
					
						
							
							
								carllin 
							
						 
					 
					
						
						
							
						
						e98132fd76 
					 
					
						
						
							
							Move window insertion to separate thread ( #7397 )  
						
						... 
						
						
						
						* Move window insertion to separate thread 
						
						
					 
					
						2019-12-19 00:15:49 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						fcda972cec 
					 
					
						
						
							
							Add support for multiple params  
						
						
						
						
					 
					
						2019-12-18 23:34:01 -07:00 
						 
				 
			
				
					
						
							
							
								Tyera Eulberg 
							
						 
					 
					
						
						
							
						
						c5b076ec7e 
					 
					
						
						
							
							Add getConfirmedBlocks rpc method ( #7550 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-12-18 15:51:47 -08:00 
						 
				 
			
				
					
						
							
							
								Sunny Gleason 
							
						 
					 
					
						
						
							
						
						05cf5a38af 
					 
					
						
						
							
							Add ledger benchmark test ( #7484 )  
						
						
						
						
					 
					
						2019-12-18 18:31:04 -05:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						bd22b641b3 
					 
					
						
						
							
							Speed up getLeaderSchedule RPC call by reducing pubkey duplication  
						
						
						
						
					 
					
						2019-12-18 15:59:55 -07:00 
						 
				 
			
				
					
						
							
							
								Sagar Dhawan 
							
						 
					 
					
						
						
							
						
						6a9005645a 
					 
					
						
						
							
							Update "limit-ledger-size" to use DeleteRange for much faster deletes ( #7515 )  
						
						... 
						
						
						
						* Update "limit-ledger-size" to use DeleteRange for much faster deletes
* Update core/src/ledger_cleanup_service.rs
Co-Authored-By: Michael Vines <mvines@gmail.com >
* Rewrite more idiomatically
* Move max_ledger_slots to a fn for clippy
* Remove unused import
* Detect when all columns have been purged and fix a bug in deletion
* Check that more than 1 column is actually deleted
* Add helper to test that ledger meets minimum slot bounds
* Remove manual batching of deletes
* Refactor to keep some N slots older than the highest root
* Define MAX_LEDGER_SLOTS that ledger_cleanup_service will try to keep around
* Refactor compact range 
						
						
					 
					
						2019-12-18 11:50:09 -08:00 
						 
				 
			
				
					
						
							
							
								Tyera Eulberg 
							
						 
					 
					
						
						
							
						
						6aaf742dfe 
					 
					
						
						
							
							Extend getConfirmedBlock rpc to return account pre- and post-balances ( #7543 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-12-18 09:56:29 -08:00 
						 
				 
			
				
					
						
							
							
								Sunny Gleason 
							
						 
					 
					
						
						
							
						
						323673c3c0 
					 
					
						
						
							
							Add compact_cf calls to reclaim storage during ledger slot purge ( #7264 )  
						
						
						
						
					 
					
						2019-12-18 10:29:46 -05:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						434cde179f 
					 
					
						
						
							
							GetLeaderSchedule can now return a schedule for arbitrary epochs  
						
						
						
						
					 
					
						2019-12-17 23:41:42 -07:00 
						 
				 
			
				
					
						
							
							
								anatoly yakovenko 
							
						 
					 
					
						
						
							
						
						97589f77f8 
					 
					
						
						
							
							Pipeline broadcast socket transmit and blocktree record ( #7481 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-12-16 17:11:18 -08:00 
						 
				 
			
				
					
						
							
							
								Tyera Eulberg 
							
						 
					 
					
						
						
							
						
						3513f4ee84 
					 
					
						
						
							
							Rename drone to faucet ( #7508 )  
						
						
						
						
					 
					
						2019-12-16 14:05:17 -07:00 
						 
				 
			
				
					
						
							
							
								dependabot-preview[bot] 
							
						 
					 
					
						
						
							
						
						7ad64c8d45 
					 
					
						
						
							
							Bump serde from 1.0.103 to 1.0.104  
						
						... 
						
						
						
						Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.103 to 1.0.104.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.103...v1.0.104 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com > 
						
						
					 
					
						2019-12-16 08:50:09 -07:00 
						 
				 
			
				
					
						
							
							
								dependabot-preview[bot] 
							
						 
					 
					
						
						
							
						
						71b93468d5 
					 
					
						
						
							
							Bump serial_test from 0.3.1 to 0.3.2  
						
						... 
						
						
						
						Bumps [serial_test](https://github.com/palfrey/serial_test ) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/palfrey/serial_test/releases )
- [Commits](https://github.com/palfrey/serial_test/compare/v0.3.1...v0.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com > 
						
						
					 
					
						2019-12-15 18:19:37 -07:00 
						 
				 
			
				
					
						
							
							
								Tyera Eulberg 
							
						 
					 
					
						
						
							
						
						6b88da2b82 
					 
					
						
						
							
							Hook up getBlockTime rpc to real data ( #7476 )  
						
						... 
						
						
						
						* Add blocktree timestamp helper functions and tests
* Flesh out blocktree::get_block_time
* Move stakes up into rpc to make testing easier; expand tests
* Review comments 
						
						
					 
					
						2019-12-14 12:23:02 -07:00