82c6992d6f
Import Tour de SOL docs ( #8516 )
...
* Import Tour de SOL docs
* Fix checks
* Fix docs/build.sh
2020-02-28 09:03:14 +08:00
4831c7b9af
Remove granularity from genesis ( #8514 )
2020-02-27 17:45:10 -07:00
113db8d656
Improve net/README.md a bit ( #8503 )
2020-02-28 08:00:54 +09:00
de6679ea95
Improve install messaging ( #8477 )
2020-02-27 14:07:36 -08:00
0b66ae5c53
Ledger messaging cleanup ( #8506 )
2020-02-27 12:23:13 -07:00
61a20febb9
Set withdrawer keys ( #8499 )
2020-02-27 07:32:35 -07:00
29f81577e9
Fix cluster economics figures and spelling in docs ( #8502 )
2020-02-27 18:15:17 +08:00
3acf956f6f
Fix test_concurrent_snapshot_packaging
2020-02-26 23:32:53 -07:00
87b13bef8e
Remove bank_slot_from_archive
2020-02-26 23:32:53 -07:00
0d4cb252c4
Adapt local-cluster/
2020-02-26 23:32:53 -07:00
fcabc6f799
Rename snapshot.tar.bz2 to snapshot-<slot>-<hash>.tar.bz2
2020-02-26 23:32:53 -07:00
848c43a9ab
Peg snapshot version to 1.0.0
2020-02-26 22:44:39 -07:00
5f766cd20b
Remove loop ( #8493 )
2020-02-26 19:59:28 -08:00
8c07ba635e
Cargo.lock
2020-02-26 20:47:43 -07:00
bb07aecfec
Cargo.lock
2020-02-26 20:47:43 -07:00
27c5ec0149
Use the same reqwest features across the repo
2020-02-26 20:47:43 -07:00
4f01db0482
fix reqwest json issue
2020-02-26 20:47:43 -07:00
f2f8a7a90e
Reference the v1.0.0 installer
2020-02-26 19:20:42 -07:00
e743414908
Choose more appropriate options for pubsub websocket server ( #8354 )
...
* Choose more sensible options for pubsub websocket server
* Increase max payload size for pubsub service
2020-02-27 08:54:53 +08:00
f6f0f94e17
Add flag to confirm key on device ( #8478 )
2020-02-26 15:24:44 -07:00
d47a47924a
Update voting simulation ( #8460 )
2020-02-26 14:09:07 -08:00
7a2bf7e7eb
Limit leader schedule search space ( #8468 )
...
* Limit leader schedule search space
* Fix and add test
* Rename
2020-02-26 13:35:50 -08:00
d5a7867087
Validate the genesis config downloaded over RPC before accepting it
2020-02-26 14:21:37 -07:00
fbf78b83c4
Add retry mechanism when downloading genesis and snapshots
2020-02-26 14:21:37 -07:00
2c63cf3cbd
Add curie pubkey to authorized keys ( #8473 )
...
automerge
2020-02-26 10:27:37 -08:00
3b648e71e6
Ledger hardware wallet docs ( #8472 )
...
* Update protocol documentation
* Correct app-version command const
* Rough initial Ledger docs
* Add more docs
* Cleanup
* Add remote-wallet to docs TOC
Co-authored-by: Greg Fitzgerald <greg@solana.com >
2020-02-26 11:04:28 -07:00
021d0a46f8
Move docs from book/ to docs/ ( #8469 )
...
automerge
2020-02-26 07:11:38 -08:00
8839dbfe5b
Use runtime executor to send pubsub notifications ( #8353 )
...
automerge
2020-02-25 20:23:54 -08:00
407d058611
live-slots now displays the rate the root slot is advancing
2020-02-25 20:59:05 -07:00
c6a7f499ce
Allow withdrawer to change the authorized stake key ( #8456 )
2020-02-25 19:03:26 -07:00
d821fd29d6
Add versioning ( #8348 )
...
automerge
2020-02-25 17:12:01 -08:00
6b99ab3a57
Ledger key path rework ( #8453 )
...
automerge
2020-02-25 16:41:21 -08:00
004f1d5aed
Combine replay stage memory reporting ( #8455 )
...
automerge
2020-02-25 16:04:27 -08:00
1caeea8bc2
Refactor new bank paths into common function ( #8454 )
2020-02-25 15:49:59 -08:00
6ce4a1a18d
Update README.md
2020-02-25 14:41:14 -08:00
0b48c8eb35
Promote dangerous cond. from just warning to panic ( #8439 )
2020-02-26 05:09:57 +09:00
fef913085e
🐌 🐌 Publish crates for even longer longer
2020-02-25 09:23:04 -07:00
2059af822d
Remove unnecessary new_banks_from_blockstore() argument ( #8433 )
...
automerge
2020-02-24 23:27:19 -08:00
0fe74e95fe
Add --no-check-vote-account argument ( #8430 )
...
automerge
2020-02-24 22:54:51 -08:00
b7755123c1
Make solana root key accessible on Ledger ( #8421 )
...
* Use 44/501 key as ledger id
* Add error codes
2020-02-24 22:38:06 -07:00
39282be486
Determine vote_state ahead of time ( #8303 )
...
automerge
2020-02-24 19:27:04 -08:00
b18e4057bb
Fix SDK deps
2020-02-24 17:25:48 -07:00
12a9b5f35e
CLI: collect and deduplicate signers ( #8398 )
...
* Rename (keypair util is not a thing)
* Add method to generate_unique_signers
* Cli: refactor signer handling and remote-wallet init
* Fixup unit tests
* Fixup intergation tests
* Update keypair path print statement
* Remove &None
* Use deterministic key in test
* Retain storage-account as index
* Make signer index-handling less brittle
* Cache pubkey on RemoteKeypair::new
* Make signer_of consistent + return pubkey
* Remove &matches double references
* Nonce authorities need special handling
2020-02-24 17:03:30 -07:00
89baa94002
Drop print- prefix from slot/accounts command
2020-02-24 14:46:12 -07:00
1ef3478709
Add genesis subcommand
2020-02-24 14:46:12 -07:00
73063544bd
Move shred_version module to sdk/
2020-02-24 14:46:12 -07:00
90240bf11d
r
2020-02-24 14:45:32 -07:00
5c5a06198c
Refactor
2020-02-24 14:45:32 -07:00
394933e53c
Fix up trusted validator snapshot selection
2020-02-24 14:45:32 -07:00
b106d3ba60
Fix local cluster test, check for accounts hash ( #8411 )
2020-02-24 10:23:47 -08:00