Tyera Eulberg 
							
						 
					 
					
						
						
							
						
						3ab8185777 
					 
					
						
						
							
							Add intermittent Timestamping to Votes ( #7233 )  
						
						... 
						
						
						
						* Add intermittent timestamp to Vote
* Add timestamp to VoteState, add timestamp processing to program
* Print recent timestamp with solana show-vote-account
* Add offset of 1 to timestamp Vote interval to initialize at node boot (slot 1)
* Review comments
* Cache last_timestamp in Tower and use for interval check
* Move work into Tower method
* Clarify timestamping interval
* Replace tuple with struct 
						
						
					 
					
						2019-12-06 14:38:49 -07:00 
						 
				 
			
				
					
						
							
							
								Parth 
							
						 
					 
					
						
						
							
						
						0d1fed78af 
					 
					
						
						
							
							Pay rent to validators ( #7164 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-12-05 06:10:34 -08:00 
						 
				 
			
				
					
						
							
							
								Jack May 
							
						 
					 
					
						
						
							
						
						39b578fde9 
					 
					
						
						
							
							Remove runtime dependency from config program unit tests and move back to config program ( #7277 )  
						
						
						
						
					 
					
						2019-12-04 19:24:12 -08:00 
						 
				 
			
				
					
						
							
							
								Jack May 
							
						 
					 
					
						
						
							
						
						9b172879a2 
					 
					
						
						
							
							Remove deprecated solana_entrypoint macro ( #7257 )  
						
						
						
						
					 
					
						2019-12-04 00:42:50 -08:00 
						 
				 
			
				
					
						
							
							
								Justin Starry 
							
						 
					 
					
						
						
							
						
						7cfff75c3e 
					 
					
						
						
							
							Use procedural macro to generate static public keys ( #7219 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-12-03 17:55:18 -08:00 
						 
				 
			
				
					
						
							
							
								Parth 
							
						 
					 
					
						
						
							
						
						bc09365c98 
					 
					
						
						
							
							make tx fee's burn percent in proper range ( #7226 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-12-03 12:25:43 -08:00 
						 
				 
			
				
					
						
							
							
								Parth 
							
						 
					 
					
						
						
							
						
						ba688cf629 
					 
					
						
						
							
							enforce proper range for rent burn_percent ( #7217 )  
						
						... 
						
						
						
						* enforce proper range for burn_percent 
						
						
					 
					
						2019-12-04 00:54:01 +05:30 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						7f71a0ba37 
					 
					
						
						
							
							Drop default signature fee by 10x ( #7192 )  
						
						
						
						
					 
					
						2019-12-02 14:34:26 -07:00 
						 
				 
			
				
					
						
							
							
								dependabot-preview[bot] 
							
						 
					 
					
						
						
							
						
						7f4feaee08 
					 
					
						
						
							
							Bump serde from 1.0.102 to 1.0.103 ( #7163 )  
						
						... 
						
						
						
						Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.102 to 1.0.103.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.102...v1.0.103 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com > 
						
						
					 
					
						2019-11-27 09:10:25 -07:00 
						 
				 
			
				
					
						
							
							
								Rob Walker 
							
						 
					 
					
						
						
							
						
						8d75efdc58 
					 
					
						
						
							
							genesis config hashmaps ( #7107 )  
						
						
						
						
					 
					
						2019-11-26 19:23:37 -08:00 
						 
				 
			
				
					
						
							
							
								carllin 
							
						 
					 
					
						
						
							
						
						c706f9b2cd 
					 
					
						
						
							
							Change from using fixed number of ticks in delay calculation ( #7152 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-11-26 16:21:02 -08:00 
						 
				 
			
				
					
						
							
							
								dependabot-preview[bot] 
							
						 
					 
					
						
						
							
						
						c810913861 
					 
					
						
						
							
							Bump serde_derive from 1.0.102 to 1.0.103 ( #7141 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-11-26 14:44:20 -08:00 
						 
				 
			
				
					
						
							
							
								dependabot-preview[bot] 
							
						 
					 
					
						
						
							
						
						2b13158e29 
					 
					
						
						
							
							Bump serde_json from 1.0.41 to 1.0.42 ( #7142 )  
						
						... 
						
						
						
						Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.41 to 1.0.42.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.41...v1.0.42 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com > 
						
						
					 
					
						2019-11-26 15:09:01 -07:00 
						 
				 
			
				
					
						
							
							
								Tyera Eulberg 
							
						 
					 
					
						
						
							
						
						58c144ee55 
					 
					
						
						
							
							Add getBlockTime rpc api ( #7130 )  
						
						... 
						
						
						
						* Add getBlockTime rpc api
* Add getBlockTime to docs
* Fix duration rounding for common tick/slot durations; add slot duration calculation
* Expose slots_per_year
* Use genesis values instead of clock defaults to calculate block offset
* Add get-block-time cli subcommand
* Fix test_rent: decrease magic number usage 
						
						
					 
					
						2019-11-26 00:40:36 -07:00 
						 
				 
			
				
					
						
							
							
								Jack May 
							
						 
					 
					
						
						
							
						
						88cb0c6ae3 
					 
					
						
						
							
							Add offline signing support to CLI ( #7104 )  
						
						
						
						
					 
					
						2019-11-25 21:09:57 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						294662a1ce 
					 
					
						
						
							
							Bump version to 0.22.0  
						
						
						
						
					 
					
						2019-11-25 21:34:50 -07:00 
						 
				 
			
				
					
						
							
							
								Rob Walker 
							
						 
					 
					
						
						
							
						
						ef64f00cbb 
					 
					
						
						
							
							Revert "Revert "add genesis stake placeholders ( #6969 )" ( #7109 )" ( #7124 )  
						
						... 
						
						
						
						This reverts commit 702f7cc51d 
						
						
					 
					
						2019-11-25 15:11:55 -08:00 
						 
				 
			
				
					
						
							
							
								dependabot-preview[bot] 
							
						 
					 
					
						
						
							
						
						094c391cd7 
					 
					
						
						
							
							Bump itertools from 0.8.1 to 0.8.2 ( #7111 )  
						
						... 
						
						
						
						Bumps [itertools](https://github.com/bluss/rust-itertools ) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/bluss/rust-itertools/releases )
- [Commits](https://github.com/bluss/rust-itertools/commits/v0.8.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com > 
						
						
					 
					
						2019-11-25 10:22:47 -07:00 
						 
				 
			
				
					
						
							
							
								anatoly yakovenko 
							
						 
					 
					
						
						
							
						
						702f7cc51d 
					 
					
						
						
							
							Revert "add genesis stake placeholders ( #6969 )" ( #7109 )  
						
						... 
						
						
						
						* Revert "add genesis stake placeholders (#6969 )"
This reverts commit 8a879faac7#6969 )"
* fixup! fixup! Revert "add genesis stake placeholders (#6969 )"
* fixup! fixup! fixup! Revert "add genesis stake placeholders (#6969 )"
* fixup! fixup! fixup! fixup! Revert "add genesis stake placeholders (#6969 )"
* fmt 
						
						
					 
					
						2019-11-23 23:15:21 -07:00 
						 
				 
			
				
					
						
							
							
								Justin Starry 
							
						 
					 
					
						
						
							
						
						ce8d37984d 
					 
					
						
						
							
							Allow secure keypair input for solana-validator cli ( #7080 )  
						
						... 
						
						
						
						* Allow secure keypair input for solana-validator cli
* feedback
* Add --skip-mnemonic-validation
* Update --identity to --identity-keypair
* Use struct instead of tuple
* Fix dependencies
* cargo fmt
* Add basic tests
* Use `seed phrase` instead of `mnemonic`
* Update passphrase prompt 
						
						
					 
					
						2019-11-22 10:20:40 -05:00 
						 
				 
			
				
					
						
							
							
								Jack May 
							
						 
					 
					
						
						
							
						
						d8ead57fbb 
					 
					
						
						
							
							Use bs58 strings to declare IDs rather then raw bytes ( #7082 )  
						
						
						
						
					 
					
						2019-11-21 16:34:40 -08:00 
						 
				 
			
				
					
						
							
							
								Rob Walker 
							
						 
					 
					
						
						
							
						
						8a879faac7 
					 
					
						
						
							
							add genesis stake placeholders ( #6969 )  
						
						... 
						
						
						
						* add investor stake placeholders
fixups
fixups
review comments, fixups
make more data-looky for easier management
rent may be zero
rework with more tables, derived keys
fixups
rebase-fix
fixups
fixups
* genesis is now too big to boot in 10 seconds 
						
						
					 
					
						2019-11-21 12:05:31 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						a2a9f1e331 
					 
					
						
						
							
							Truncate new keypair files ( #7078 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-11-21 10:02:04 -08:00 
						 
				 
			
				
					
						
							
							
								Jack May 
							
						 
					 
					
						
						
							
						
						3415db9739 
					 
					
						
						
							
							Merge api/program into single units ( #7061 )  
						
						
						
						
					 
					
						2019-11-20 16:32:19 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						1fef74b00c 
					 
					
						
						
							
							Fix solana-keygen new --force ... ( #7064 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-11-20 12:46:16 -08:00 
						 
				 
			
				
					
						
							
							
								anatoly yakovenko 
							
						 
					 
					
						
						
							
						
						b150da837a 
					 
					
						
						
							
							Use epoch as the gossip purge timeout for staked nodes. ( #7005 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-11-20 11:25:18 -08:00 
						 
				 
			
				
					
						
							
							
								Jack May 
							
						 
					 
					
						
						
							
						
						d184d3a732 
					 
					
						
						
							
							Merge native programs parts into one unit ( #7047 )  
						
						
						
						
					 
					
						2019-11-20 10:12:43 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						7151b92239 
					 
					
						
						
							
							Don't create keypair files with r+go ( #7051 )  
						
						
						
						
					 
					
						2019-11-19 18:26:21 -07:00 
						 
				 
			
				
					
						
							
							
								Tyera Eulberg 
							
						 
					 
					
						
						
							
						
						716caeb17c 
					 
					
						
						
							
							Use camelCase ( #7050 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-11-19 14:55:32 -08:00 
						 
				 
			
				
					
						
							
							
								Tyera Eulberg 
							
						 
					 
					
						
						
							
						
						ea656b1a3f 
					 
					
						
						
							
							Add parent slot to getConfirmedBlock ( #7038 )  
						
						... 
						
						
						
						* Add parent slot to getConfirmedBlock
* Fix bad text-replace
* Use camelCase in getConfirmedBlock 
						
						
					 
					
						2019-11-19 09:39:55 -07:00 
						 
				 
			
				
					
						
							
							
								Justin Starry 
							
						 
					 
					
						
						
							
						
						3acd84d9c0 
					 
					
						
						
							
							Allow creating an vote program ix where the withdrawer is also the "to" account ( #6992 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-11-18 12:43:47 -08:00 
						 
				 
			
				
					
						
							
							
								sakridge 
							
						 
					 
					
						
						
							
						
						c1b06817a2 
					 
					
						
						
							
							Add non-dev value for slots_per_epoch and use that as default ( #6984 )  
						
						... 
						
						
						
						When --dev flag is not passed. 
						
						
					 
					
						2019-11-16 20:53:54 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						5ab70c4e97 
					 
					
						
						
							
							genesis: rename mint account to faucet account and make it optional ( #6990 )  
						
						
						
						
					 
					
						2019-11-15 14:50:26 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						e7f63cd336 
					 
					
						
						
							
							Upgrade to rust 1.39.0 ( #6939 )  
						
						... 
						
						
						
						* Upgrade to rust 1.39.0
* 1.39.0 clippy 
						
						
					 
					
						2019-11-14 12:27:01 -07:00 
						 
				 
			
				
					
						
							
							
								Sagar Dhawan 
							
						 
					 
					
						
						
							
						
						f108f483b7 
					 
					
						
						
							
							Remove Blobs and switch to Packets ( #6937 )  
						
						... 
						
						
						
						* Remove Blobs and switch to Packets
* Fix some gossip messages not respecting MTU size
* Failure to serialize is not fatal
* Add log macros
* Remove unused extern
* Apparently macro use is required
* Explicitly scope macro
* Fix test compile 
						
						
					 
					
						2019-11-14 10:24:53 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						f4846b6fe4 
					 
					
						
						
							
							Update rent.rs  
						
						
						
						
					 
					
						2019-11-14 08:55:09 -07:00 
						 
				 
			
				
					
						
							
							
								Parth 
							
						 
					 
					
						
						
							
						
						7b05b3dbb3 
					 
					
						
						
							
							rent collector improvments ( #6888 )  
						
						... 
						
						
						
						* avoid account copying + pre-empt rent
* adding support for base rent 
						
						
					 
					
						2019-11-14 10:56:49 +05:30 
						 
				 
			
				
					
						
							
							
								Justin Starry 
							
						 
					 
					
						
						
							
						
						0be13a6295 
					 
					
						
						
							
							Silence cargo install error in bpf script ( #6926 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-11-13 08:57:12 -08:00 
						 
				 
			
				
					
						
							
							
								Greg Fitzgerald 
							
						 
					 
					
						
						
							
						
						361eab1bf7 
					 
					
						
						
							
							Remove unused dependencies ( #6917 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-11-12 22:00:29 -08:00 
						 
				 
			
				
					
						
							
							
								Rob Walker 
							
						 
					 
					
						
						
							
						
						bb00904fc8 
					 
					
						
						
							
							add rent reserve for bootstrap stakes ( #6876 )  
						
						... 
						
						
						
						* genesis investor stakes
* assert rent is sufficient for these bootstrappers 
						
						
					 
					
						2019-11-12 12:33:40 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						c6b108ef4f 
					 
					
						
						
							
							Don't panic in sdk/ when genesis fails to load ( #6892 )  
						
						
						
						
					 
					
						2019-11-12 10:24:49 -07:00 
						 
				 
			
				
					
						
							
							
								Justin Starry 
							
						 
					 
					
						
						
							
						
						c7e2057d2d 
					 
					
						
						
							
							Install xargo if a new version is available ( #6882 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-11-11 20:32:07 -08:00 
						 
				 
			
				
					
						
							
							
								Jack May 
							
						 
					 
					
						
						
							
						
						91cfa0aac9 
					 
					
						
						
							
							Upgrade xargo if old ( #6869 )  
						
						
						
						
					 
					
						2019-11-11 12:58:24 -08:00 
						 
				 
			
				
					
						
							
							
								Justin Starry 
							
						 
					 
					
						
						
							
						
						9807f47d4e 
					 
					
						
						
							
							Rename genesis block to genesis config ( #6816 )  
						
						
						
						
					 
					
						2019-11-08 23:56:57 -05:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						9c00ad9ff2 
					 
					
						
						
							
							Remove some low-hanging TODOs ( #6839 )  
						
						
						
						
					 
					
						2019-11-08 16:41:36 -07:00 
						 
				 
			
				
					
						
							
							
								Jack May 
							
						 
					 
					
						
						
							
						
						8babecd890 
					 
					
						
						
							
							Remove todo from account ( #6827 )  
						
						
						
						
					 
					
						2019-11-08 13:30:21 -08:00 
						 
				 
			
				
					
						
							
							
								Jack May 
							
						 
					 
					
						
						
							
						
						bb9649e18d 
					 
					
						
						
							
							Replacd todo with issue ( #6823 )  
						
						
						
						
					 
					
						2019-11-08 11:48:07 -08:00 
						 
				 
			
				
					
						
							
							
								Jack May 
							
						 
					 
					
						
						
							
						
						cd5ec8cd35 
					 
					
						
						
							
							Fix blind keyed_account indexing in BPF and Move loader ( #6810 )  
						
						
						
						
					 
					
						2019-11-08 09:19:19 -08:00 
						 
				 
			
				
					
						
							
							
								Parth 
							
						 
					 
					
						
						
							
						
						5bd05fba09 
					 
					
						
						
							
							require to account signature  ( #6658 )  
						
						... 
						
						
						
						* require to signature
* fixing invocation to create_account
* fix create_account references
* address review comment
* whacking bugs in tests
* fixing stake program tests 
						
						
					 
					
						2019-11-08 15:57:35 +05:30 
						 
				 
			
				
					
						
							
							
								Sagar Dhawan 
							
						 
					 
					
						
						
							
						
						80a89b5e6d 
					 
					
						
						
							
							Revert "Revert "Add inflation to epoch phases ( #6787 )" ( #6802 )" ( #6806 )  
						
						... 
						
						
						
						automerge 
						
						
					 
					
						2019-11-07 18:33:14 -08:00