mergify[bot]
cf9936a314
RPC: Add health check URI (bp #9499 ) ( #9505 )
...
automerge
2020-04-15 11:33:20 -07:00
Michael Vines
d6f1e4b10a
Bump version to v1.1.4
2020-04-12 18:00:06 -07:00
mergify[bot]
89f5153316
Rpc: Add getConfirmedSignaturesForAddress ( #9407 ) ( #9418 )
...
automerge
2020-04-09 21:15:33 -07:00
mergify[bot]
7936f34df8
Use consistent vote account filename ( #9414 ) ( #9415 )
...
automerge
2020-04-09 18:00:31 -07:00
mergify[bot]
8dc5d10f9c
Rpc: Add getConfirmedTransaction ( #9381 ) ( #9393 )
...
automerge
2020-04-09 09:44:24 -07:00
mergify[bot]
58d8c3ad70
Remove Trust Wallet Beta install instructions ( #9396 ) ( #9398 )
...
automerge
2020-04-09 08:56:50 -07:00
Michael Vines
580304add4
Bump version to 1.1.3
2020-04-07 09:33:26 -07:00
mergify[bot]
15631f8194
Fix docs ( #9349 ) ( #9350 )
...
automerge
2020-04-06 20:22:11 -07:00
Dan Albert
eae98ad8ab
Clean up paper/file system wallet docs ( #9340 ) ( #9347 )
...
* 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:33:59 -06:00
mergify[bot]
2e3db6aba8
Add instructions for multiple trust wallet addresses ( #9335 ) ( #9336 )
...
automerge
2020-04-06 15:04:57 -07:00
mergify[bot]
f1e635d088
Update choose cluster docs ( #9328 ) ( #9331 )
...
automerge
2020-04-06 12:21:31 -07:00
mergify[bot]
f4e05909f7
Update getSignatureStatuses to return historical statuses ( #9314 ) ( #9322 )
...
automerge
2020-04-06 04:54:12 -07:00
mergify[bot]
7a8528793e
Deprecate confirmTransaction
, getSignatureStatus
, and getSignatureConfirmation
( #9298 ) ( #9309 )
...
automerge
2020-04-05 00:51:44 -07:00
mergify[bot]
11b4da4146
RPC: add err
field to TransactionStatus, alongside the now deprecated status
field ( #9296 ) ( #9303 )
...
automerge
2020-04-04 21:58:44 -07:00
Dan Albert
571b2eb807
Update set-solana-release-tag.sh
2020-04-03 11:21:54 -06:00
Dan Albert
9819fe6684
Fix sed command for mac and linux ( #9287 )
2020-04-03 10:44:03 -06:00
Dan Albert
ec7e44659d
Minor doc fixup ( #9285 )
...
automerge
2020-04-03 09:32:57 -07:00
Michael Vines
40d0f8da2d
Bump version to 1.1.2
2020-04-02 22:35:56 -07:00
Dan Albert
d61a46476a
Backport wallet doc changes to v1.1 ( #9266 )
...
* Add ledger live screenshots and reduce duplicate instructions (#9258 )
automerge
* Add instructions for Trust Wallet Beta for Android (#9261 )
automerge
2020-04-02 15:36:50 -06:00
mergify[bot]
c112f51f97
Add instructions for Trust Wallet Beta for Android ( #9261 ) ( #9265 )
...
automerge
2020-04-02 12:25:46 -07:00
Justin Starry
c8b4f616b0
Undo getSignatureStatus breaking change, add getSignatureStatuses ( #9232 )
...
automerge
2020-04-01 11:53:55 -07:00
mergify[bot]
380c3b0080
Add fee-payer option to docs ( #9230 ) ( #9237 )
...
automerge
2020-04-01 11:29:39 -07:00
mergify[bot]
2d6847c27b
Add a support page for wallet docs ( #9229 ) ( #9235 )
...
automerge
2020-04-01 11:26:36 -07:00
mergify[bot]
b079564a13
Add more Ledger wallet documentation ( #9182 ) ( #9190 )
...
automerge
2020-03-31 10:08:02 -07:00
mergify[bot]
e8935aa99e
Fix links ( #9184 ) ( #9188 )
...
automerge
2020-03-31 09:57:43 -07:00
Michael Vines
47c6dfe1aa
Bump version to v1.1.1
2020-03-30 23:15:07 -07:00
mergify[bot]
f31d2d9cc4
Use cluster confirmations in rpc and pubsub ( #9138 ) ( #9170 )
...
automerge
2020-03-30 18:11:45 -07:00
mergify[bot]
bc761c2c02
Add solana-stake-accounts CLI tool (bp #9164 ) ( #9168 )
...
automerge
2020-03-30 17:25:07 -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
Greg Fitzgerald
b08f8d3103
Add stake-account to docs ( #9010 )
2020-03-22 12:20:24 -06:00
Michael Vines
aa24181a53
Remove blockstream unix socket support. RPC or bust ( #9004 )
...
automerge
2020-03-21 20:17:11 -07:00
Greg Fitzgerald
1f83c56e05
Add staking docs ( #8988 )
...
automerge
2020-03-21 19:50:09 -07:00
Trent Nelson
2592894958
CLI: Support setting both stake authorities at once ( #8976 )
...
automerge
2020-03-21 18:56:17 -07:00
Greg Fitzgerald
ca4a22d4ba
Distinguish account addresses from public keys ( #8998 )
2020-03-21 13:30:01 -06:00
Greg Fitzgerald
1aab959d4e
Revert "Move Install Solana doc into the Command-line Guide ( #8982 )" ( #8992 )
...
This reverts commit 5fa36bbab3
.
2020-03-20 15:52:20 -06:00