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
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
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
Tyera Eulberg
ae1687bc0a
Bump version to v1.6.11 ( #17484 )
2021-05-25 15:35:50 -06: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]
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]
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]
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
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]
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]
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
Michael Vines
49a415414f
Add getBlockProduction RPC method
2021-04-28 21:38:53 -07:00
mergify[bot]
7aec87c086
Add getVoteAccounts RPC method parameter to restrict results to a single vote account ( #16859 )
...
(cherry picked from commit 59fc33635a
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-04-27 05:43:44 +00:00
mergify[bot]
a3f1580b8b
Update bpf loader info on native-programs docs ( #16840 ) ( #16845 )
...
* Update bpf loader info on native-programs docs
* Link to program deployment docs
(cherry picked from commit 5eb5d9b2f5
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2021-04-26 20:41:36 +00:00
mergify[bot]
0ecd1755a6
docs: getInflationReward rpc output fields should be in lower camel case ( #16802 ) ( #16805 )
...
(cherry picked from commit ec37a843a4
)
Co-authored-by: Josh <josh.hundley@gmail.com >
2021-04-24 19:37:55 +00:00