d0718075a7
Add pools ( #7324 )
2019-12-06 09:27:00 -07:00
ad55cc79b3
Add verify of keypair ( #7301 ) ( #7322 )
...
automerge
2019-12-06 08:26:33 -08:00
5111cc10ca
Add ChainFlow ValidatorInfo
2019-12-06 09:23:20 -07:00
a1736606dc
Fail fast if account paths cannot be canonicalized ( #7300 ) ( #7315 )
...
automerge
2019-12-05 19:45:39 -08:00
bae659b9c7
Add docs for using a paper wallet with solana cli ( #7311 ) ( #7317 )
...
automerge
2019-12-05 19:38:18 -08:00
c480c2225d
Add RockX ValidatorInfo ( #7310 ) ( #7312 )
...
automerge
2019-12-05 18:55:29 -08:00
52771c472e
Add ChorusOne ValidatorInfo ( #7306 ) ( #7308 )
...
automerge
2019-12-05 15:31:12 -08:00
5ce21827c8
Only serialize rooted append vecs ( #7281 ) ( #7307 )
...
automerge
2019-12-05 15:02:55 -08:00
a2c4a70fbf
Canonicalize paths before symlink-ing when generating snapshots ( #7294 ) ( #7299 )
...
automerge
2019-12-05 12:34:42 -08:00
d6e5f78834
custodian signs withdraw ( #7286 ) ( #7290 )
...
automerge
2019-12-04 21:57:47 -08:00
74eb408460
vote update node_id ( #7253 ) ( #7285 )
...
automerge
2019-12-04 18:24:00 -08:00
a4c6576ba4
Import validators ( #7282 ) ( #7284 )
...
automerge
2019-12-04 18:02:00 -08:00
1fcc391a8d
Fix typo, grammar, and formatting in Paper Wallet documentation ( #7268 ) ( #7271 )
...
automerge
2019-12-04 13:19:16 -08:00
2970f960a4
Sanitize whitespace in seed phrase input ( #7260 ) ( #7267 )
...
automerge
2019-12-04 12:32:28 -08:00
d06bea7fb2
genesis validators ( #7235 ) ( #7256 )
...
* genesis validators (#7235 )
* genesis validators
* slp1 nodes get 500SOL
* no commission
* clippy
2019-12-04 11:34:21 -08:00
45a57e8513
Use wrappable code snippet for paper wallet installation ( #7261 ) ( #7262 )
...
automerge
2019-12-04 09:33:49 -08:00
3622e513aa
make tx fee's burn percent in proper range ( #7226 ) ( #7228 )
...
automerge
2019-12-04 03:11:25 -08:00
c4e1faa853
genesis config hashmaps ( #7107 ) ( #7255 )
...
automerge
2019-12-03 23:44:24 -08:00
905428bee6
Allow generation of longer seed phrases with keygen ( #7210 ) ( #7249 )
...
automerge
2019-12-03 21:56:06 -08:00
9596e7772c
commission as percent ( #7239 ) ( #7251 )
...
automerge
2019-12-03 21:42:01 -08:00
5294fe6292
Remove extra installation options for paper wallet ( #7245 ) ( #7247 )
...
automerge
2019-12-03 20:12:57 -08:00
571cf53827
Add Paper Wallet Installation page to sidebar ( #7242 ) ( #7243 )
2019-12-03 22:13:20 -05:00
35ae76532a
Use procedural macro to generate static public keys (bp #7219 ) ( #7241 )
...
automerge
2019-12-03 19:07:19 -08:00
57dce86d5e
Update paper wallet documentation ( #7223 ) ( #7237 )
...
automerge
2019-12-03 17:32:55 -08:00
797cb01bb8
enforce proper range for rent burn_percent ( #7217 ) ( #7224 )
...
automerge
2019-12-03 11:59:16 -08:00
9eded7a227
Prevent passphrase mistakes with confirmation prompt ( #7207 ) ( #7211 )
...
(cherry picked from commit b874441a47
)
2019-12-03 11:48:13 -07:00
a8d32103d1
Ensure IpEchoServerMessage is not fragmented ( #7214 ) ( #7215 )
...
automerge
2019-12-02 23:00:56 -08:00
49d4925856
Fix typo ( #7202 ) ( #7205 )
...
automerge
2019-12-02 19:26:42 -08:00
f5fad5b43d
Correctly parse ip echo server response and fix broken test ( #7196 ) ( #7200 )
...
automerge
2019-12-02 18:11:10 -08:00
4c40f9dbc9
Drop default signature fee by 10x ( #7192 ) ( #7193 )
...
automerge
2019-12-02 14:17:37 -08:00
17db734783
Improve error handling when the user mixes up gossip (8001) and RPC (8899) ports ( #7158 ) ( #7184 )
...
automerge
2019-12-02 11:52:57 -08:00
6ce9f97254
More conservative purge_zero_lamport_accounts purge logic ( #7157 ) ( #7190 )
...
automerge
2019-12-02 11:46:46 -08:00
1688dd6b5c
Add Paper Wallet documentation to the book ( #7147 ) ( #7161 )
...
automerge
2019-11-26 21:11:18 -08:00
07ffcab857
Update cargo.toml file versions to 0.21.1 ( #7156 )
2019-11-26 19:11:07 -05:00
de6cf6b7e3
solana-keygen: Support pubkey recovery directly from seed phrase ( #7149 ) ( #7150 )
...
automerge
v0.21.0
2019-11-26 13:16:48 -08:00
32cf04c77d
Ensure beta/stable testnets use public IPs
2019-11-26 11:23:44 -07:00
96df4c772f
Add getBlockTime rpc api ( #7130 ) ( #7140 )
...
automerge
2019-11-26 00:10:59 -08:00
640c2f88bd
mut
2019-11-25 22:49:39 -07:00
82f78a5610
keygen: Support not writing keypairs to disk ( #7136 ) ( #7138 )
...
* keygen: Add flag to prevent new from writing keypair to disk
* check_for_overwrite bails, do it before prompts
(cherry picked from commit 506ff5809e
)
2019-11-25 22:46:46 -07:00
cf8f8afbc6
Add offline signing support to CLI ( #7104 ) ( #7137 )
...
automerge
2019-11-25 21:45:37 -08:00
e6bc92f6c9
Stop open measurement before logging it
2019-11-25 22:20:54 -07:00
eaa3e87eb0
Support passphrases in keygen ( #7134 )
...
* Support passphrases in keygen
* remove short
* Update solana_keygen calls
2019-11-25 21:33:15 -07:00
9b3a1a99e5
Update backport labels
2019-11-25 21:24:41 -07:00
76a68c26c9
Track a Bank's parent slot independently from parent bank ( #7131 )
2019-11-25 15:34:51 -08:00
ef64f00cbb
Revert "Revert "add genesis stake placeholders ( #6969 )" ( #7109 )" ( #7124 )
...
This reverts commit 702f7cc51d
.
2019-11-25 15:11:55 -08:00
acbe89a159
shrink stakes ( #7122 )
2019-11-25 13:14:32 -08:00
0f66e5e49b
Add getConfirmedBlock test to rpc ( #7120 )
...
automerge
2019-11-25 11:08:03 -08:00
686aa3a150
Bump chrono from 0.4.9 to 0.4.10 ( #7113 )
...
automerge
2019-11-25 10:01:46 -08:00
d8bc828839
Colo: Refactor remote command dispatch for create and delete ( #7092 )
...
* Colo: Dump escaping mess in remote script templates
* Colo: Rename script templates so shellcheck can get 'em
* shellcheck and nits
* Brace all of the things
* Consistent heredoc tags
* Use bash built-in square bracketing consistently
* simplify logic
2019-11-25 10:32:17 -07:00
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