Commit Graph

104 Commits

Author SHA1 Message Date
Justin Starry 92afe9020f
Document potential null responses in RPC API docs (#9629) 2020-04-22 01:07:57 +08:00
Tyera Eulberg 18cba86f77
Wait for supermajority of cluster to have rooted a transaction to consider it finalized (#9618)
* Add rooted stake to BlockCommitment

* Use rooted stake to include cluster check
2020-04-20 23:25:49 -06:00
anatoly yakovenko 657fbfbefa
Proposal for deterministic program generated Pubkey's that can be used only by programs to create signatures in process_instruction. (#8155)
* program keys

* cleanup

* update

* missing SUMMARY

* review comments

* fixed @jackmay comment

* update to take a user base address

* rename
2020-04-18 16:51:20 -07:00
Michael Vines a7ed33b552 Pacify shellcheck 2020-04-15 17:46:19 -07:00
Michael Vines d567799d43 Use $rust_stable 2020-04-15 17:15:14 -07:00
Michael Vines 40737e9efa Add health check URI 2020-04-15 09:06:24 -07:00
carllin 9a95257c40
Optimistic Confirmation Proposal (#9157)
* Add summary of one block conf

Co-authored-by: Carl <carl@solana.com>
2020-04-13 19:50:05 -07:00
Tyera Eulberg 91159ea8e3
Rpc: Add getConfirmedSignaturesForAddress (#9407)
automerge
2020-04-09 20:21:31 -07:00
Michael Vines aeddd8c95a
Use consistent vote account filename (#9414)
automerge
2020-04-09 17:53:56 -07:00
Dan Albert d4e284b7c5
Remove Trust Wallet Beta install instructions (#9396)
automerge
2020-04-09 08:48:07 -07:00
Tyera Eulberg e1aa247548
Rpc: Add getConfirmedTransaction (#9381)
* Add blockstore method to return a complete transaction by signature

* Plumb getConfirmedTransaction rpc

* Add doc
2020-04-09 00:57:30 -06:00
Dan Albert 33a68ec9c3
Fix docs (#9349)
automerge
2020-04-06 20:17:20 -07:00
Dan Albert c78b658a92
Clean up paper/file system wallet docs (#9340)
* Add filesystem wallet page

* Move validator paper wallet instructions to validator page

* Remove paper wallet staking section

* Add steps for multiple fs and paper wallets

* Add keypair convention page and better multi-wallet example
2020-04-06 19:32:02 -06:00
Greg Fitzgerald a4e2ee99d3
Add Rust client proposal (#9246)
* Add Rust client proposal

* Apply review feedback
2020-04-06 16:38:03 -06:00
Dan Albert 9a9fa5594d
Add instructions for multiple trust wallet addresses (#9335)
automerge
2020-04-06 15:00:06 -07:00
Dan Albert 75234e28e5
Update choose cluster docs (#9328)
automerge
2020-04-06 12:16:32 -07:00
Tyera Eulberg acf64f8476
Update getSignatureStatuses to return historical statuses (#9314)
automerge
2020-04-06 03:04:54 -07:00
Justin Starry b584174d67
Deprecate `confirmTransaction`, `getSignatureStatus`, and `getSignatureConfirmation` (#9298)
* Deprecate `confirmTransaction`, `getSignatureStatus`, etc

* Rename get_signature_statuses to get_signature_statuses_with_commitment

Co-authored-by: Michael Vines <mvines@gmail.com>
2020-04-05 14:31:24 +08:00
Michael Vines 36ab7e0600
Remove h 2020-04-04 16:18:25 -07:00
Michael Vines ad0997e15f
RPC: add `err` field to TransactionStatus, alongside the now deprecated `status` field (#9296)
automerge
2020-04-04 16:13:26 -07:00
Dan Albert 175ffd9054
Update set-solana-release-tag.sh 2020-04-03 11:21:34 -06:00
Dan Albert fd5f8a8046
Fix sed command for mac and linux (#9286) 2020-04-03 10:42:33 -06:00
Dan Albert ad98f14fc1
Minor doc fixup 2020-04-02 15:59:49 -06:00
Dan Albert 0e53939e00
Add windows instructions to CLI install docs (#9270) 2020-04-02 15:36:02 -06:00
Dan Albert 18fe0f0c44
Add instructions for Trust Wallet Beta for Android (#9261)
automerge
2020-04-02 11:26:22 -07:00
Dan Albert 3b89708653
Add ledger live screenshots and reduce duplicate instructions (#9258)
automerge
2020-04-02 10:17:40 -07:00
Justin Starry c7ba1994ac
Undo getSignatureStatus breaking change, add getSignatureStatuses (#9228)
automerge
2020-04-01 11:30:58 -07:00
Greg Fitzgerald 492b7d5ef9
Add fee-payer option to docs (#9230)
automerge
2020-04-01 10:38:55 -07:00
Dan Albert 352de7929b
Add a support page for wallet docs (#9229)
automerge
2020-04-01 10:37:52 -07:00
Greg Fitzgerald 974848310c
Add more Ledger wallet documentation (#9182)
* Add a note for getting past the 'pending Ledger review' screen

* Add a note about zsh question marks
2020-03-31 10:56:06 -06:00
Dan Albert 49494be653
Fix links (#9184)
automerge
2020-03-31 09:46:50 -07:00
Tyera Eulberg 50fa577af8
Use cluster confirmations in rpc and pubsub (#9138)
* Add runtime methods to simply get status and slot

* Add helper function to get slot confirmation_count from BlockCommitmentCache

* Return cluster confirmations in getSignatureStatus

* Remove use of invalid get_signature_confirmation_status

* Remove unused methods

* Update pubsub to use cluster confirmations

* Fix test_check_signature_subscribe failure

* Refactor confirmations to read commitment cache only once

* Review comments

* Use bank, root from BlockCommitmentCache

* Update docs

* Add metric for block-commitment aggregations

Co-authored-by: Justin Starry <justin@solana.com>
2020-03-30 17:53:25 -06:00
Greg Fitzgerald 8636ef5e24
Add solana-stake-accounts CLI tool (#9164)
automerge
2020-03-30 15:04:46 -07:00
Michael Vines d7fa40087c
Bump version to 1.2.0 2020-03-28 09:44:13 -07:00
Dan Albert e5a6f8c2de
fix links (#9125)
automerge
2020-03-27 10:21:34 -07:00
Greg Fitzgerald 87e5f8acbf
Add mdbook-linkcheck to docker (#9123)
automerge
2020-03-27 10:18:01 -07:00
Justin Starry c1a3b6ecc2
Add RPC subscription api for rooted slots (#9118)
automerge
2020-03-27 09:33:40 -07:00
Justin Starry c242d66130
Document transaction field in getConfirmedBlock responses (#9121)
automerge
2020-03-27 09:08:18 -07:00
Greg Fitzgerald b82a9c832b
Fix links in docs (#9119) 2020-03-27 09:36:55 -06:00
Justin Starry 4e9ae61044
Add "transaction confirmations" term to docs (#9087)
* Add transaction confirmations term to docs

* feedback
2020-03-27 21:08:36 +08:00
Dan Albert c82d37f6c3
Fix broken gitbook links (#9107) 2020-03-26 21:10:09 -06:00
Tyera Eulberg 4b97e58cba
Consolidate signature-status rpcs (#9069)
* getSignatureStatus: return confirmations for non-rooted transactions

* Remove getNumConfirmations.. rpc

* Remove getSignatureConfirmation

* Review comments

* More review comments
2020-03-26 19:21:01 -06:00
Dan Albert 48031651a0
Add docs for app wallets (#9098) 2020-03-26 19:09:39 -06:00
Dan Albert 284920433f
Restructure wallet docs to prep for app wallet content (#9088)
automerge
2020-03-26 12:42:05 -07:00
Greg Fitzgerald 6678dd10a5
Remove command-line install instructions of Solana's Ledger wallet app (#9085) 2020-03-26 10:37:48 -06:00
Dan Albert 296d740f83
Remove contractions in intro doc (#9086) 2020-03-26 09:54:47 -06:00
Greg Fitzgerald 4115d73b9a
Remove Ledger-specific analysis of hardware wallets (#9028)
automerge
2020-03-23 14:05:38 -07:00
Greg Fitzgerald 064b95c16a
Fix link in gitbook (#9027)
automerge
2020-03-23 14:05:27 -07:00
Tyera Eulberg 1b8f9e75dd
Update getSignatureStatus: support multiple signatures, include slot in each response item (#9022)
* Rename enable-rpc-get-confirmed-block

* Rename RpcTransactionStatus -> RpcTransactionStatusMeta

* Return simplified RpcTransactionStatus; Add support for multiple transactions

* Update docs

* typo
2020-03-23 11:25:39 -06:00
Greg Fitzgerald 1a5b01676d
Remove equal sign separators from CLI options (#9021)
automerge
2020-03-23 09:27:43 -07:00