Trent Nelson
16c42a7b30
docs: flesh out validator network requirements
2021-06-21 11:14:42 -06:00
Trent Nelson
d0f08cf25b
docs: don't suggest cloud instances for validators
2021-06-21 11:14:42 -06:00
Tyera Eulberg
1201ef172e
Bump version to v1.6.14 ( #18050 )
2021-06-17 20:42:10 +00:00
Ryo Onodera
337de51088
Bump version to v1.6.13 ( #17972 )
2021-06-15 23:47:22 +09:00
mergify[bot]
151f025bee
Update a dangling devnet endpoint doc ( #17836 ) ( #17838 )
...
(cherry picked from commit 2dfb5b7579
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2021-06-08 16:07:13 +00:00
Tyera Eulberg
3a3454d788
Bump version to v1.6.12 ( #17651 )
2021-06-01 21:40:36 -06:00
mergify[bot]
01e2d5cd35
Add block height to ConfirmedBlock structs (backport #17523 ) ( #17534 )
...
* Add block height to ConfirmedBlock structs (#17523 )
* Add BlockHeight CF to blockstore
* Rename CacheBlockTimeService to be more general
* Cache block-height using service
* Fixup previous proto mishandling
* Add block_height to block structs
* Add block-height to solana block
* Fallback to BankForks if block time or block height are not yet written to Blockstore
* Add docs
* Review comments
(cherry picked from commit ab581dafc2
)
# Conflicts:
# core/src/replay_stage.rs
# core/src/tvu.rs
# core/src/validator.rs
* Fix conflicts
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2021-05-26 22:42:46 -07:00
mergify[bot]
8b61ba4d8d
Add missing fields from getClusterNodes documentation (backport #17501 ) ( #17502 )
...
* Add missing fields from getClusterNodes documentation
(cherry picked from commit 3d40ec3c88
)
# Conflicts:
# docs/src/developing/clients/jsonrpc-api.md
* rebase
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-05-26 21:38:27 -07:00
mergify[bot]
f364956d15
Plumb transaction-level rewards (aka "rent debits") into the getTransaction
RPC method (backport #17528 ) ( #17532 )
...
* Plumb transaction-level rewards (aka "rent debits") into the `getTransaction` RPC method
(cherry picked from commit 9541411c15
)
# Conflicts:
# docs/src/developing/clients/jsonrpc-api.md
* rebase
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-05-26 21:33:30 -07:00
mergify[bot]
cedd00e82e
Fix typo in docs ( #17531 )
...
(cherry picked from commit 7dfc1d9790
)
Co-authored-by: Felipe Lima <felipe.lima@gmail.com >
2021-05-27 03:13:21 +00:00
mergify[bot]
3b22f5b833
simulateTransaction RPC method can now return accounts modified by the simulation (backport #17499 ) ( #17526 )
...
* simulateTransaction can now return accounts modified by the simulation
(cherry picked from commit cbce440af4
)
# Conflicts:
# rpc/src/parsed_token_accounts.rs
* rebase
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-05-27 00:06:05 +00:00
mergify[bot]
f4cf7d2c84
Add last valid block height to rpc Fees (backport #17506 ) ( #17507 )
...
* Add last valid block height to rpc Fees (#17506 )
* Add last_valid_block_height to fees rpc
* Add getBlockHeight rpc
* Update docs
(cherry picked from commit e9bc1c6b07
)
# Conflicts:
# client/src/rpc_request.rs
# docs/src/developing/clients/jsonrpc-api.md
* Fix conflicts and a-z docs
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2021-05-26 16:25:41 +00:00
mergify[bot]
b9834ed9eb
docs: Add find_program_address
and example ( #17515 ) ( #17517 )
...
(cherry picked from commit bb72ab7f1b
)
Co-authored-by: Jon Cinque <jon.cinque@gmail.com >
2021-05-26 15:49:53 +00:00
mergify[bot]
b06bfeec8d
Add a flag to simulateTransaction to use most recent blockhash (backport #17485 ) ( #17497 )
...
* Add a flag to simulateTransaction to use most recent blockhash
(cherry picked from commit 96cef5260c
)
* rename flag
(cherry picked from commit e14f3eb529
)
* sigVerify conflicts with replace, add tests
(cherry picked from commit 660d37aadf
)
Co-authored-by: Justin Starry <justin@solana.com >
2021-05-26 01:49:52 +00:00
mergify[bot]
02c4170357
Update sysvar docs ( #17493 ) ( #17495 )
...
(cherry picked from commit 4eb6deee2d
)
Co-authored-by: Jack May <jack@solana.com >
2021-05-26 00:22:32 +00:00
mergify[bot]
24a21d0ba6
docs: Add RPC node HW recommendations ( #17490 )
...
(cherry picked from commit 64bfc14a75
)
Co-authored-by: Trent Nelson <trent@solana.com >
2021-05-25 23:22:26 +00:00
Tyera Eulberg
ae1687bc0a
Bump version to v1.6.11 ( #17484 )
2021-05-25 15:35:50 -06:00
mergify[bot]
5d4654d2f4
docs: Add inner instruction and cross-program invocation ( #17476 ) ( #17479 )
...
(cherry picked from commit a03230338a
)
Co-authored-by: Jon Cinque <jon.cinque@gmail.com >
2021-05-25 17:09:11 +00:00
mergify[bot]
d69c1d6db6
docs: budget program is gone, link to SPL Token multisig ( #17478 )
...
(cherry picked from commit 2019558f03
)
Co-authored-by: Trent Nelson <trent@solana.com >
2021-05-25 16:09:40 +00:00
mergify[bot]
de6de7a367
rpc: add context toggle to getProgramAccounts ( #17399 ) ( #17403 )
...
* fix(rpc): return context in get_program_accounts
* doc(rpc): document withContext flag
* fix(rpc): fix comment
Co-authored-by: Michael Vines <mvines@gmail.com >
* fix(rpc): fix doc
Co-authored-by: Michael Vines <mvines@gmail.com >
Co-authored-by: Michael Vines <mvines@gmail.com >
(cherry picked from commit d41266e4e9
)
Co-authored-by: Nikita <bananaelecitrus@gmail.com >
2021-05-22 08:28:19 +00:00
mergify[bot]
7cc96dc20f
Update getrandom bpf dependency ( #17388 )
...
(cherry picked from commit 8c073b2c94
)
Co-authored-by: Jack May <jack@solana.com >
2021-05-21 16:56:09 +00:00
mergify[bot]
2b34800870
docs: Update transaction expiration time ( #17347 ) ( #17349 )
...
(cherry picked from commit ddfc15b9f2
)
Co-authored-by: Justin Starry <justin@solana.com >
2021-05-20 15:29:44 +00:00
mergify[bot]
36ac9b3bb1
Fix typo ( #17326 ) ( #17331 )
...
(cherry picked from commit f1b4a0a2e0
)
Co-authored-by: Ulrich Stark <8657779+ulrichstark@users.noreply.github.com >
2021-05-19 17:46:50 +00:00
mergify[bot]
d2e907655f
Add Contextual Search ( #17299 ) ( #17300 )
...
* this should prevent other language results appearing in the search area
(cherry picked from commit c65c4475f6
)
Co-authored-by: Ryan M. Shea <8948187+rmshea@users.noreply.github.com >
2021-05-18 06:32:51 +00:00
mergify[bot]
bab82ab632
Update keypair configuration output (backport #17277 ) ( #17285 )
...
* Update keypair configuration output
While going through the tutorial to start a validator I noticed that the output I received from running...
```
solana config set --keypair ~/validator-keypair.json
```
...different from the output I was seeing. Wondering whether the docs are out of date I thought I'd propose an update to the docs just in case.
(cherry picked from commit 02157f4753
)
* Update docs/src/running-validator/validator-start.md
(cherry picked from commit de76adbdf3
)
Co-authored-by: Chris Bellew <cjbellew@gmail.com >
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com >
2021-05-17 17:38:31 +00:00
mergify[bot]
b9ba312975
Add two more testnet entrypoints ( #17282 )
...
(cherry picked from commit 1f322b8a9c
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-05-17 16:32:36 +00:00
mergify[bot]
c5ff373965
fixed getProgramAccounts fields list ( #17278 ) ( #17279 )
...
(cherry picked from commit 611628a402
)
Co-authored-by: Marcin Zawiejski <dragmz@gmail.com >
2021-05-17 14:46:59 +00:00
mergify[bot]
51a2d93a0d
Remove duplicate std::net reference ( #17254 ) ( #17266 )
...
(cherry picked from commit d6ab4196ea
)
Co-authored-by: Sebastian Ibarguen <sebasibarguen@users.noreply.github.com >
2021-05-17 01:15:22 +00:00
Tyera Eulberg
409ac4dcfa
Bump version to v1.6.10 ( #17250 )
2021-05-15 01:47:56 +00:00
mergify[bot]
e41460d500
feat: update api urls (backport #17186 ) ( #17248 )
...
* feat: update api urls
(cherry picked from commit 0f3045fb68
)
* fix: cluster test
(cherry picked from commit ae5a10dffd
)
* docs: update old devnet and testnet url references
(cherry picked from commit ec621e71dc
)
* fix: update devnet and testnet urls
(cherry picked from commit 7be3171f4a
)
Co-authored-by: Josh Hundley <josh.hundley@gmail.com >
2021-05-15 00:08:24 +00:00
mergify[bot]
8093586b78
docs: remove missig link ( #17212 ) ( #17230 )
...
(cherry picked from commit 5e642a174c
)
Co-authored-by: Laptev Stanislav <42931743+dubalda@users.noreply.github.com >
2021-05-14 15:51:22 +00:00
mergify[bot]
a08a6d55fa
test-validator: Display genesis hash in dashboard (backport #17216 ) ( #17225 )
...
* rpc: plumb shred_version through RpcContactInfo
(cherry picked from commit 67e6a3106f
)
* test-validator: Display more cluster info in dash
(cherry picked from commit 754c708473
)
Co-authored-by: Trent Nelson <trent@solana.com >
2021-05-14 09:56:27 +00:00
mergify[bot]
802c5fcb00
Update clusters.md ( #17220 ) ( #17221 )
...
(cherry picked from commit 26afc7620b
)
Co-authored-by: joeaba <77398477+joeaba@users.noreply.github.com >
2021-05-14 04:39:04 +00:00
mergify[bot]
24bae00560
docs: Add docs for solana-test-validator
(backport #17199 ) ( #17211 )
...
* docs: Add docs for `solana-test-validator`
(cherry picked from commit 768a2ebe9d
)
* Update docs/src/developing/test-validator.md
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
(cherry picked from commit 056c1a7b50
)
* Update docs/src/developing/test-validator.md
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
(cherry picked from commit 5b13d4057b
)
* Update docs/src/developing/test-validator.md
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
(cherry picked from commit 38d7e9a4c4
)
* Update docs/src/developing/test-validator.md
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
(cherry picked from commit e08687acfd
)
* Update docs/src/developing/test-validator.md
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
(cherry picked from commit 3214105a21
)
* Update docs/src/developing/test-validator.md
(cherry picked from commit 7868df3211
)
* Update docs/src/developing/test-validator.md
(cherry picked from commit 3e0c0abb53
)
Co-authored-by: Trent Nelson <trent@solana.com >
2021-05-13 18:41:16 +00:00
Trent Nelson
fae0a6307d
docs: add hackathon banner
2021-05-13 05:03:15 +00:00
mergify[bot]
8ad1554bc9
Update devnet and testnet endpoints ( #17188 ) ( #17191 )
...
(cherry picked from commit 597373f5fa
)
Co-authored-by: joeaba <77398477+joeaba@users.noreply.github.com >
2021-05-12 20:25:05 +00:00
mergify[bot]
b2dad84d05
Update web-wallet.md to add phantom with fixed link ( #17161 ) ( #17163 )
...
* Update web-wallet.md to add phantom with fixed link
Update web-wallet.md to add phantom with fixed link
* Update web-wallets.md for phantom
removing trailing whitespaces
* Update docs/src/wallet-guide/web-wallets.md
Co-authored-by: Michael Vines <mvines@gmail.com >
(cherry picked from commit 4625231e30
)
Co-authored-by: chaseeb <chaseeb@gmail.com >
2021-05-11 04:46:41 +00:00
mergify[bot]
a7b2939bc8
SignerSource: rename input scheme to prompt
, default to bip44 solana base key ( #17154 ) ( #17159 )
...
* Rename ask to prompt
* Default to Solana bip44 base if no derivation-path
* Add SignerSource legacy field, support legacy ASK
* Update docs
* Fix docs: validator current doesn't support uri SignerSources
(cherry picked from commit a5ec3a0547
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2021-05-11 02:43:49 +00:00
mergify[bot]
b03186e3c6
Add chinese translations to docs ( #17125 ) ( #17127 )
...
* import zh translations
* Fix broken links
* fix whitespace
(cherry picked from commit a1df57a4ea
)
Co-authored-by: Justin Starry <justin@solana.com >
2021-05-08 17:09:51 +00:00
Michael Vines
65e1b881f9
Bump version to v1.6.9
2021-05-08 06:28:08 +00:00
mergify[bot]
28b9e5b572
getBlockProduction now correctly reports block production ( #17116 )
...
(cherry picked from commit d6c076f1b6
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-05-08 04:19:39 +00:00
mergify[bot]
a73303be22
Fixing a broken link in the docs ( #16975 ) ( #17085 )
...
(cherry picked from commit 40c31f87e0
)
Co-authored-by: Jordan Sexton <jordan@jordansexton.com >
2021-05-06 16:05:37 +00:00
Michael Vines
524b380a71
Bump version to 1.6.8
2021-05-04 12:46:57 -07:00
mergify[bot]
6157860c0a
Implement Bip32 for seed-phrase/passphrase signing (backport #16942 ) ( #17018 )
...
* Implement Bip32 for seed-phrase/passphrase signing (#16942 )
* Add Keypair helpers for bip32 derivation
* Plumb bip32 for SignerSourceKind::Ask
* Support full-path querystring
* Use as_ref
* Add public wrappers for from_uri cases
* Support master root derivations (and fix too-deep print
* Add ask:// HD documentation
* Update ASK elsewhere in docs
(cherry picked from commit 694c674aa6
)
# Conflicts:
# programs/bpf/Cargo.lock
* Fix conflict
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2021-05-04 03:58:23 +00:00
Ryan M. Shea
356117819c
Add hackathon banner ( #17010 )
2021-05-03 19:47:34 +00:00
mergify[bot]
851742e5d9
Update sysvars.md ( #16998 ) ( #16999 )
...
a typo
(cherry picked from commit 43ccaf14b0
)
Co-authored-by: Max Block <40041609+max-block@users.noreply.github.com >
2021-05-03 09:58:20 +00:00
Justin Starry
1fde69ef48
Docs cleanup ( #16997 )
2021-05-03 02:59:03 +00:00
mergify[bot]
894bedcae7
Remove errant backslash ( #16994 ) ( #16995 )
...
(cherry picked from commit d7166c5778
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2021-05-02 20:20:30 +00:00
mergify[bot]
47f15eaa03
Corrected typo in calling between programs document (backport #16991 ) ( #16993 )
...
* Corrected typo in calling between programs document (#16991 )
* Corrected typo in calling between programs document
* corrected another typo
Co-authored-by: Srinivas Valekar <srinivasvalekar@Srinivass-MacBook-Pro.local >
(cherry picked from commit c003f8e93c
)
# Conflicts:
# docs/src/developing/programming-model/calling-between-programs.md
* Fix conflict
Co-authored-by: srinivas valekar <srinivas.valekar@gmail.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2021-05-02 18:40:41 +00:00
mergify[bot]
c3dc23e84a
docs: fix copy-pasta breaking typo in getRecentBlockhash
example ( #16962 )
...
(cherry picked from commit 3d98321b38
)
Co-authored-by: Trent Nelson <trent@solana.com >
2021-04-30 04:24:40 +00:00