Tyera Eulberg
5df386ae0e
Bump version to v1.6.28 ( #20300 )
2021-09-28 20:23:27 +00:00
sakridge
8bf5cdb349
bump 1.6 version ( #19988 )
2021-09-18 00:09:39 +00:00
Michael Vines
ca55bce522
Bump version to 1.6.26 ( #19894 )
2021-09-14 23:29:33 -06:00
Tyera Eulberg
7232b01a02
Bump version to v1.6.25 ( #19880 )
2021-09-14 20:33:13 +00:00
Stephen Akridge
d401c3f5ab
Bump version
2021-09-14 08:12:02 -07:00
sakridge
715c5e64c4
Bump version to 1.6.23 ( #19447 )
2021-08-26 18:09:15 +00:00
mergify[bot]
2825f82bee
Add parameter to allow setting max-retries for SendTransaction rpc (backport #19387 ) ( #19415 )
...
* Add parameter to allow setting max-retries for SendTransaction rpc (#19387 )
* Add parameter to cap rpc send retries for a tx
* Add parameter to docs
(cherry picked from commit 7482861f4b
)
# Conflicts:
# banks-server/src/banks_server.rs
# core/src/rpc.rs
# core/src/send_transaction_service.rs
* Fix conflicts
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2021-08-25 16:47:47 +00:00
Trent Nelson
011fe72aa2
Bump version to v1.6.22
2021-08-18 22:08:12 -06:00
Tyera Eulberg
4d77ac1688
Bump version to v1.6.21 ( #18953 )
2021-07-28 23:47:03 +00:00
Jon Cinque
ba8426e0fd
1.6: Bump crates to 1.6.20 ( #18805 )
2021-07-21 17:44:41 +02:00
Trent Nelson
d7b381c90c
Bump version to v1.6.19
2021-07-17 08:57:44 +00:00
Trent Nelson
3dbdaa5341
Bump version to v1.6.18
2021-07-16 09:57:58 +00:00
mergify[bot]
8f3ce5fc57
Cli configurable validators (backport #18630 ) ( #18665 )
...
* rpc: more params for `GetVoteAccountsConfig`
(cherry picked from commit bf90ea282a
)
# Conflicts:
# docs/src/developing/clients/jsonrpc-api.md
* cli: allow returning more `solana validators`
(cherry picked from commit a4a24b6531
)
# Conflicts:
# Cargo.lock
# cli/Cargo.toml
# cli/src/cluster_query.rs
Co-authored-by: Trent Nelson <trent@solana.com >
2021-07-16 07:45:49 +00:00
Michael Vines
84f0234151
rebase
2021-07-12 18:16:25 -07:00
Michael Vines
b629291848
Record vote account commission with voting/staking rewards and surface in RPC
...
(cherry picked from commit 4098af3b5b
)
# Conflicts:
# docs/src/developing/clients/jsonrpc-api.md
# runtime/src/bank.rs
2021-07-12 18:16:25 -07:00
sakridge
06b1c980d4
Bump version to v1.6.17 ( #18393 )
2021-07-02 19:40:37 +00:00
Trent Nelson
31dc79a4f9
Bump version to v1.6.16
2021-06-30 22:53:51 -06:00
Trent Nelson
06d6e357ae
Bump version to v1.6.15 ( #18108 )
2021-06-21 14:23:43 -06:00
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