Pankaj Garg
0a390cbc91
Update validator-start document to reflect sys-tuner changes ( #7275 )
2019-12-04 15:17:12 -08:00
Justin Starry
76829457df
Fix typo, grammar, and formatting in Paper Wallet documentation ( #7268 )
...
* Fixes
* Simply installation steps
* Remove profile step
* Split up commands
* 2 -> 3
2019-12-04 15:44:02 -05:00
Jack May
703a5348e8
Relocate program tests ( #7259 )
2019-12-04 12:41:54 -08:00
Jack May
1a135fa30e
Verify BPF ELF during finalize ( #7266 )
2019-12-04 12:03:29 -08:00
Justin Starry
e4d75c77bf
Sanitize whitespace in seed phrase input ( #7260 )
...
* Sanitize whitespace in seed phrase input
* cargo clippy
* Use split_whitespace
2019-12-04 14:40:32 -05:00
Pankaj Garg
75d505c431
Don't hardcode username in sys-tuner ( #7234 )
...
automerge
2019-12-04 11:39:26 -08:00
Jack May
b72c99e46a
nudge ( #7265 )
2019-12-04 11:03:24 -08:00
TristanDebrunner
fae9c08815
Add ReplayStageConfig ( #7195 )
2019-12-04 11:17:17 -07:00
Justin Starry
c3e7deb4b6
Use wrappable code snippet for paper wallet installation ( #7261 )
2019-12-04 12:30:12 -05:00
dependabot-preview[bot]
c9245751e9
Bump nix from 0.15.0 to 0.16.0 ( #7216 )
...
Bumps [nix](https://github.com/nix-rust/nix ) from 0.15.0 to 0.16.0.
- [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/v0.16.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-04 09:35:45 -07:00
Jack May
9b172879a2
Remove deprecated solana_entrypoint macro ( #7257 )
2019-12-04 00:42:50 -08:00
Rob Walker
9077a94dfe
vote update node_id ( #7253 )
...
* vote update node_id
* un-break binary 'contract'
2019-12-03 22:50:08 -08:00
Rob Walker
e2f07a5220
bs58 ( #7252 )
2019-12-03 22:18:12 -08:00
Rob Walker
ae93d574c2
commission as percent ( #7239 )
...
* commission_as_percent
* fixup
2019-12-03 20:55:04 -08:00
Rob Walker
369f37a0a4
genesis validators ( #7235 )
...
* genesis validators
* slp1 nodes get 500SOL
* no commission
2019-12-03 20:44:02 -08:00
Justin Starry
e1b7f40c2b
Allow generation of longer seed phrases with keygen ( #7210 )
2019-12-03 23:39:45 -05:00
Justin Starry
94dcd3fe12
Remove extra installation options for paper wallet ( #7245 )
...
* Remove extra installation options for paper wallet
* Copy installation link out of code block for printing
2019-12-03 22:54:33 -05:00
Justin Starry
2dc1ae9026
Add Paper Wallet Installation page to sidebar ( #7242 )
2019-12-03 21:43:39 -05:00
Justin Starry
7cfff75c3e
Use procedural macro to generate static public keys ( #7219 )
...
automerge
2019-12-03 17:55:18 -08:00
Justin Starry
a66a49d384
Update paper wallet documentation ( #7223 )
...
* wip
* Update paper wallet documentation
* Add install from tarball instructions
* Separate out installation page
2019-12-03 20:12:24 -05:00
Jack May
5f58e0661b
Remove duplicate word ( #7236 )
2019-12-03 16:45:59 -08:00
carllin
f0a40862d6
Support local cluster edge case testing ( #7135 )
...
* Refactor local cluster to support killing a partition
* Rework run_network_partition
* Introduce fixed leader schedule
* Plumb fixed schedule into test
2019-12-03 16:31:59 -08:00
Pankaj Garg
f75c51ff71
sys-tuner to check uid of the proc entry ( #7232 )
...
automerge
2019-12-03 16:03:10 -08:00
Pankaj Garg
d357192025
Fix ssh connection error due to too many authentication failures ( #7229 )
2019-12-03 15:53:12 -08:00
Pankaj Garg
c996c8ff49
Protect sys-tuner socket access at create ( #7230 )
...
automerge
2019-12-03 14:29:37 -08:00
Sagar Dhawan
1af4e256c9
Print slot meta when printing a slot ( #7133 )
...
automerge
2019-12-03 12:27:43 -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
Rob Walker
d5c8b26a45
bank_leak_mac_os ( #7209 )
2019-12-03 00:09:05 -08:00
Michael Vines
d38f3f664f
Ensure IpEchoServerMessage is not fragmented ( #7214 )
...
automerge
2019-12-02 22:32:43 -08:00
Michael Vines
5ac435325b
Fix windows build more ( #7208 )
2019-12-02 22:09:06 -07:00
Justin Starry
b874441a47
Prevent passphrase mistakes with confirmation prompt ( #7207 )
2019-12-02 22:42:42 -05:00
Ryo Onodera
a35087a5ed
Fix typo ( #7202 )
2019-12-02 19:51:27 -07:00
Michael Vines
1aeaf052a6
Fix windows build ( #7204 )
2019-12-02 19:45:07 -07:00
Pankaj Garg
a0eafa12e3
Update to hashes_per_tick computation, and tick duration datapoint ( #7127 )
2019-12-02 18:02:11 -08:00
Tyera Eulberg
757425a360
Add validator timestamp oracle proposal ( #7159 )
...
* Add validator timestamp oracle proposal
* Make timestamping part of the Vote program
* Describe extending Vote to include timestamp: Option<UnixTimestamp>
* Qualify getBlockTime-eligible blocks as rooted
2019-12-02 18:51:54 -07:00
dependabot-preview[bot]
64d1e776f7
Bump cbindgen from 0.10.0 to 0.10.1 ( #7197 )
...
Bumps [cbindgen](https://github.com/eqrion/cbindgen ) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/eqrion/cbindgen/releases )
- [Changelog](https://github.com/eqrion/cbindgen/blob/master/CHANGES )
- [Commits](https://github.com/eqrion/cbindgen/compare/v0.10.0...v0.10.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-02 18:40:22 -07:00
Michael Vines
c6695a3120
Correctly parse ip echo server response and fix broken test ( #7196 )
2019-12-02 18:37:01 -07:00
Pankaj Garg
076e384bb5
Tool to tune system parameters like PoH service priority ( #7155 )
...
* New daemon to tune system parameters like PoH service priority
* fixes for Linux
* integrate with poh_service
* fixes
* address review comments
* remove `dead_code` directive
2019-12-02 16:46:46 -08:00
Michael Vines
41cff1b49d
Remove spammy log
2019-12-02 16:52:01 -07:00
Greg Fitzgerald
6796b08909
Migrate to thiserror ( #7177 )
...
* Migrate to thiserror
* Discourage the use of other modules' Result alias
`io::Result` set a bad precedent. Don't import other `Result`
aliases.
2019-12-02 15:42:05 -07:00
Rob Walker
f9df17d8d0
track bank size ( #7144 )
...
* track bank size
* support non-linux a bit better
2019-12-02 13:47:20 -08:00
Michael Vines
7f71a0ba37
Drop default signature fee by 10x ( #7192 )
2019-12-02 14:34:26 -07:00
Sagar Dhawan
0e2e13f018
Update usages of u64 to Slot ( #7191 )
...
automerge
2019-12-02 11:57:40 -08:00
Jack May
bd099e2f4d
Fix spelling ( #7186 )
2019-12-02 10:56:01 -08:00
Tyera Eulberg
42f56b9f86
Further validator doc cleanup ( #7187 )
2019-12-02 11:49:54 -07:00
Tyera Eulberg
704c50ea17
More validator doc cleanup ( #7185 )
...
* Cleanup and wrap lines in validator docs
* Add references to tune_system and solana-keygen grind
2019-12-02 10:53:07 -07:00
sakridge
887bff572a
More conservative purge_zero_lamport_accounts purge logic ( #7157 )
2019-12-02 09:51:05 -08:00
Michael Vines
1eaf71b5b4
Improve error handling when the user mixes up gossip (8001) and RPC (8899) ports ( #7158 )
...
automerge
2019-12-02 09:01:25 -08:00
dependabot-preview[bot]
0f872af502
Bump libc from 0.2.65 to 0.2.66 ( #7180 )
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.65 to 0.2.66.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.65...0.2.66 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-02 09:56:03 -07:00