Commit Graph

1039 Commits

Author SHA1 Message Date
sakridge c638e83bf5
Add --no-untrusted-rpc to docs (#8935)
automerge
2020-03-18 09:40:51 -07:00
sakridge f020370ae7
Add docs for --trusted-validator options (#8911)
and --halt-on-trusted-validator-hash-mismatch
2020-03-17 18:57:33 -07:00
Greg Fitzgerald bfca226964
Hoist USB URL docs (#8894) 2020-03-16 17:07:39 -06:00
scriptrunner2049 dd5e320aa1
TdS registration
Updated some outdated information re TdS registration.
2020-03-15 18:45:29 +11:00
Michael Vines 29fb79382c Rework validator vote account defaults to half voting fees 2020-03-13 20:13:33 -07:00
Michael Vines 9e0a26628b Drop :8899 port from http://devnet.solana.com references 2020-03-13 16:00:54 -07:00
Greg Fitzgerald 2182521a8b
Move history out of intro (#8825)
automerge
2020-03-12 16:36:05 -07:00
Michael Vines 554d36c74b
Update source markdown in CI 2020-03-12 14:34:28 -07:00
Michael Vines 5a7d2560c9 Don't tell users to install unreleased software versions 2020-03-12 10:01:25 -07:00
Justin Starry d91027f771
Fix malformed doc link (#8817)
automerge
2020-03-12 09:25:15 -07:00
Michael Vines 5f5824d78d Rework cluster metrics dashboard to support the modern clusters 2020-03-11 14:14:56 -07:00
Greg Fitzgerald 496999beba
Configure the cluster right after installing it (#8761) 2020-03-10 10:23:58 -06:00
Greg Fitzgerald bb50881346
Fix Gitbook's markdown rendering (#8759)
automerge
2020-03-10 08:05:30 -07:00
Greg Fitzgerald 948902eae0
Better titles (#8752)
automerge
2020-03-10 07:43:38 -07:00
Greg Fitzgerald c0fd017906
Move intro out of README (#8735)
automerge
2020-03-09 16:39:57 -07:00
Greg Fitzgerald f671be814e
Move bench-tps instructions (#8734)
automerge
2020-03-09 15:26:03 -07:00
Tyera Eulberg a7d1346d51
Remove ask-seed-phrase arg from validator, archiver (#8697)
* Remove ask-seed-phrase from validator

* Update paper-wallet docs

* Remove ask-seed-phrase from archiver

* Remove unused structs, methods
2020-03-06 22:22:23 -07:00
Greg Fitzgerald 983ec5debc
Docs version bump (#8709)
automerge
2020-03-06 21:06:41 -08:00
Greg Fitzgerald cb28ac3aed
Fix Ledger docs (#8705)
automerge
2020-03-06 20:05:34 -08:00
Trent Nelson 4db074a5aa
RPC: Add `getFeeCalculatorForBlockhash` method call (#8687)
Returns the `FeeCalculator` associated with the given blockhash, or
`null` if said blockhash has expired
2020-03-06 17:01:31 -07:00
Grimes 542691c4e4
Docs: Use correct flag in keypair verification instructions (#8677)
automerge
2020-03-05 16:32:17 -08:00
sakridge 0e3a8fa6d9
Add retransmit_stage diagram (#8645) 2020-03-05 10:12:02 -08:00
Greg Fitzgerald 849f79e4ed
Delete Archiver installation docs (#8665) 2020-03-05 11:00:00 -07:00
Grimes ff7cf839d8
Choose a cluster before checking balances (#8666)
automerge
2020-03-05 09:37:16 -08:00
Michael Vines 1f2aaf3f98
Generate CLI usage (#8637)
* Generate CLI usage

* Apply review feedback
2020-03-04 17:44:30 -07:00
Greg Fitzgerald 2534a028c0
Move docs to imperative mood (#8643)
* Move docs to imperative tone

* Apply review feedback
2020-03-04 17:42:22 -07:00
Grimes 7eedff2714
Install Solana before using it (#8638)
automerge
2020-03-04 15:21:42 -08:00
sakridge 6d9185d121
Update TVU drawing (#8611) 2020-03-04 15:16:35 -08:00
Grimes f89c22b5ee
`solana catchup` now detects when you try to catchup to yourself (#8635)
automerge
2020-03-04 14:44:21 -08:00
Tyera Eulberg 8f60f1093a
Fix sendTransaction doc (#8625)
automerge
2020-03-04 08:23:29 -08:00
Greg Fitzgerald 08ab4b93ea
Add Ledger wallet installation instructions (#8581)
automerge
2020-03-03 08:12:29 -08:00
Trent Nelson 8cf3ef895d
Prevent trailing space in CLI usage docs generation (#8578)
automerge
2020-03-02 16:37:38 -08:00
Trent Nelson b7614abb9e
Docs: Update CLI offline cmds (#8548)
* Docs: Update CLI usage

* Docs: Add script to generate offline command links

* Docs: Update list of commands supporting offline signing

* Docs: Omit deprecated `pay` command from offline command list
2020-03-01 17:20:37 -07:00
Trent Nelson 90bedd7e06
Split signature throughput tracking out of `FeeCalculator` (#8447)
* SDK: Split new `FeeRateGovernor` out of `FeeCalculator`

Leaving `FeeCalculator` to *only* calculate transaction fees

* Replace `FeeCalculator` with `FeeRateGovernor` as appropriate

* Expose recent `FeeRateGovernor` to clients

* Move `burn()` back into `FeeCalculator`

Appease BPF tests

* Revert "Move `burn()` back into `FeeCalculator`"

This reverts commit f3035624307196722b62ff8b74c12cfcc13b1941.

* Adjust BPF `Fee` sysvar test to reflect removal of `burn()` from `FeeCalculator`

* Make `FeeRateGovernor`'s `lamports_per_signature` private

* rebase artifacts

* fmt

* Drop 'Recent'

* Drop _with_commitment variant

* Use a more portable integer for `target_signatures_per_slot`

* Add docs for `getReeRateCalculator` JSON RPC method

* Don't return `lamports_per_signature` in `getFeeRateGovernor` JSONRPC reply
2020-02-28 13:27:01 -07:00
Justin Starry 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
Justin Starry 29f81577e9
Fix cluster economics figures and spelling in docs (#8502) 2020-02-27 18:15:17 +08:00
Michael Vines f2f8a7a90e
Reference the v1.0.0 installer 2020-02-26 19:20:42 -07:00
Tyera Eulberg 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
Justin Starry 021d0a46f8
Move docs from book/ to docs/ (#8469)
automerge
2020-02-26 07:11:38 -08:00