Michael Vines
47e1ea107b
Add show-validators
2019-10-14 23:04:31 -07:00
Tyera Eulberg
5d99853502
Add getBlockConfidence rpc endpoint ( #6350 )
...
automerge
2019-10-14 15:24:10 -07:00
Greg Fitzgerald
c6e4641781
Remove many uses of legacy term 'fullnode' ( #6324 )
2019-10-10 17:33:00 -06:00
Justin Starry
c28633a949
Fix book SVGs ( #6286 )
2019-10-09 10:48:47 -04:00
Rob Walker
7cf90766a3
add epoch_schedule sysvar ( #6256 )
...
* add epoch_schedule sysvar
* book sheesh!
2019-10-08 22:34:26 -07:00
Greg Fitzgerald
9fbbb17c3b
GitBook: [master] 17 pages and 65 assets modified
2019-10-08 23:35:34 +00:00
Tyera Eulberg
79987e788e
Remove vote pubkey from deactivate_stake ( #6257 )
...
* Remove vote pubkey from deactivate_stake
* Fix test
* Update docs
2019-10-07 16:07:01 -06:00
Tyera Eulberg
9c9754fa0f
Cli refactor: rename wallet to cli ( #6243 )
...
* Rename Wallet structs to Cli
* Rename wallet to cli more broadly
* Update to cli/config.yml, and update docs
2019-10-04 16:13:21 -06:00
anatoly yakovenko
b5f7a4bff9
Add Bankless Leader design ( #6224 )
...
* bankless leader proposal
* docs
* mvines feedback
* clarify CD status of the execution key
* s/execution key/fee account
* remove weird spacing
* robs review comments
* document how base fork is reset
* frozen bank, not finalized
* nit
* add rationale
2019-10-04 11:13:46 -07:00
Michael Vines
db7a3ac826
Revert "GitBook: [master] 12 pages and 33 assets modified"
...
This reverts commit f792171ae9
.
2019-10-02 23:53:20 -07:00
Michael Vines
f792171ae9
GitBook: [master] 12 pages and 33 assets modified
2019-10-03 06:41:01 +00:00
Michael Vines
5aab2866e1
Rebuild SVGs
2019-10-02 22:51:14 -07:00
Rob Walker
4fbe36d9c6
Update stake-delegation-and-rewards.md ( #6182 )
...
* Update stake-delegation-and-rewards.md
* Update stake-delegation-and-rewards.md
* Update stake-delegation-and-rewards.md
2019-09-30 12:30:55 -07:00
Rob Walker
4f4618441c
split wallet staking commands ( #6168 )
...
* split wallet staking commands
* elide real home
* unit->UNIT for usage
* unit->UNIT, don't try to run SUBCOMMANDS: ;)
* more fixup
* fixups
* actually check
* shellcheck
* preserve #6158 after rebase
* fixup
* test
* too hard
* remove test
2019-09-29 21:18:15 -07:00
Jack May
4c5d0fc51f
Validator-info doc update ( #6152 )
2019-09-27 13:26:02 -07:00
Michael Vines
bf199a2ebc
doc: update validator-info publish arguments ( #6146 )
2019-09-27 11:15:38 -07:00
Michael Vines
cc05019bbb
Create vote account with 1 lamport instead of 1 SOL
2019-09-27 08:14:10 -07:00
sakridge
7c964cf79f
Add specific hardware setup to performance metrics doc. ( #6131 )
2019-09-26 18:59:41 -07:00
Michael Vines
b4da83a3ab
Remove CUDA feature ( #6094 )
2019-09-26 13:36:51 -07:00
Parth
67d07254c2
Add rent estimation rpc ( #6109 )
...
* server side new rpc endpoint
* client side rpc
* take data_len as usize
Co-Authored-By: Tyera Eulberg <teulberg@gmail.com>
* add test and documentation
2019-09-26 23:27:13 +05:30
Rob Walker
355a40800d
remove consensus.msc ( #6106 )
2019-09-25 18:15:14 -07:00
Dan Albert
6be5e21aaf
GitBook: [master] 17 pages and 59 assets modified
2019-09-25 20:58:40 +00:00
Justin Starry
571dc4e387
Update stale code references for vote program in book ( #6061 )
2019-09-24 15:55:32 -04:00
Michael Vines
529b163bd0
GitBook: [master] 156 pages and 12 assets modified
2019-09-23 03:38:34 +00:00
Michael Vines
aacead62c0
Move images from img/ to .gitbook/assets
2019-09-21 22:26:45 -07:00
Michael Vines
ae5a6a06bb
Revert "GitBook: [master] 156 pages and 8 assets modified"
...
This reverts commit 60320e6b6e
.
2019-09-21 22:24:11 -07:00
Michael Vines
60320e6b6e
GitBook: [master] 156 pages and 8 assets modified
2019-09-22 04:31:10 +00:00
sakridge
169ece8226
Rename client.sh to bench-tps.sh ( #6014 )
2019-09-21 21:12:10 -07:00
sakridge
5020a4aa6b
Add required port to --entrypoint arg in docs. ( #6015 )
2019-09-21 21:12:01 -07:00
Ryan Shea
050021cf77
Add SVGs for Gitbook ( #6009 )
2019-09-21 07:59:36 -07:00
Pankaj Garg
cca08c3923
Sort terminology in book ( #6008 )
2019-09-20 15:16:35 -07:00
Pankaj Garg
558a362c46
Replace blob with shred in book ( #6004 )
2019-09-20 13:27:09 -07:00
Michael Vines
1d0be265d9
Add explicit validator-cuda crate ( #5985 )
2019-09-19 20:50:34 -07:00
sakridge
48d754220b
Add verifying snapshots book entry ( #5885 )
2019-09-18 17:19:19 -07:00
Rob Walker
d93b552e8c
move cluster economics to implemented ( #5953 )
2019-09-18 16:17:42 -07:00
Rob Walker
64f23ab26a
Remove old accepted design proposals ( #5951 )
...
* remove passive-stake-delegation-and-rewards from summary
* Delete passive-stake-delegation-and-rewards.md
2019-09-18 12:01:16 -07:00
Greg Fitzgerald
badcb8b0e3
Clarify runtime vs program rules ( #5934 )
...
* Clarify runtime vs program rules
And define "smart contract"
* Apply review feedback
* Rename secret key to private key
* Rename pubkey to public key in book
"pubkey" is a great shorthand in code, but it's not common in the
industry or something we want to spend time explaining to users.
2019-09-18 10:47:50 -06:00
Ryan Shea
268beb3489
Revert "GitBook: [master] 82 pages and 4 assets modified"
...
This reverts commit 20d13f51a9
.
2019-09-17 20:39:15 -06:00
Ryan Shea
20d13f51a9
GitBook: [master] 82 pages and 4 assets modified
2019-09-18 02:22:18 +00:00
Eric Williams
39ba9cb489
fix broken link to rent description ( #5925 )
2019-09-17 07:21:57 -07:00
Eric Williams
b31d334ef4
update economics section to provide detail on expected inflation parameters ( #5615 )
2019-09-17 10:39:23 +02:00
Rob Walker
5c4c562a2d
Update validator-stake.md ( #5922 )
...
* Update validator-stake.md
* Update validator-stake.md
2019-09-16 21:54:44 -07:00
Tyera Eulberg
c62a4a1c13
Interpret Solana-CLI amount requests in SOL by default ( #5866 )
...
automerge
2019-09-10 16:16:40 -07:00
Michael Vines
ee0c570d54
Rework solana-validator-cuda to automatically prepare the perf-libs env ( #5849 )
...
automerge
2019-09-08 21:20:08 -07:00
Rob Walker
719c03d33f
Update stake-delegation-and-rewards.md ( #5801 )
2019-09-05 17:48:40 -07:00
Rob Walker
94eb78d399
Update stake-delegation-and-rewards.md ( #5774 )
2019-09-04 13:19:05 -07:00
Rob Walker
5dd85f1533
Propose design for rent ( #5160 )
...
* Create rent.md
* Update SUMMARY.md
* Update rent.md
* Update rent.md
* Update rent.md
* Update rent.md
* Update rent.md
* Update rent.md
* Update rent.md
* Update rent.md
* Update rent.md
2019-09-03 12:38:34 -07:00
Tyera Eulberg
0d20bc5e14
Move solana-validator-info into cli ( #5768 )
...
* Move solana-validator-info into cli
* Remove solana-validator-info and update docs
* Update test to use app()
2019-09-03 10:38:12 -07:00
Patrick Amato
5a5a6b3840
Add Interchain SPV book section ( #5632 )
...
* Add Interchain SPV book section
* hyphenate interchain
* spv -> SPV
* improve header store explanation
* networks -> platforms
* bump spin subdep versions
2019-08-28 19:46:26 -06:00
Tyera Eulberg
6512aced21
Add warmup, cooldown to definitions ( #5647 )
2019-08-26 10:01:33 -07:00