github-actions[bot]
fbf1bf6d86
Bump Version to 1.11.6 ( #26906 )
...
Co-authored-by: willhickey <willhickey@users.noreply.github.com>
2022-08-03 12:48:43 -05:00
Colin Ogoo
a94920a4ea
fix(formatting): trailling white space
2022-08-01 19:38:00 -06:00
Colin Ogoo
aef8f1c6f0
style(formatting): wrap text lines to ~80char like the rest of the docs
2022-08-01 19:38:00 -06:00
Colin Ogoo
1e4e861764
Update docs/src/integrations/retrying-transactions.md
...
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
2022-08-01 19:38:00 -06:00
Colin Ogoo
b47649a771
Update docs/src/integrations/retrying-transactions.md
...
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
2022-08-01 19:38:00 -06:00
Colin Ogoo
7e4f894061
fix(link): incorrect relative link
2022-08-01 19:38:00 -06:00
Colin Ogoo
c1edaca621
style(note): convert code blocks to notes for legibility
2022-08-01 19:38:00 -06:00
Colin Ogoo
b3dccdf266
style(prettier): fix formatting
2022-08-01 19:38:00 -06:00
Colin Ogoo
d96edf4870
docs(integrations): docs for retrying transactions
...
Initial content from solana cookbook
2022-08-01 19:38:00 -06:00
Steven Luscher
a0698d4cc3
Make it clear that `minContextSlot` in `sendTransaction` affects _preflight_ checks ( #26845 )
...
docs: make it clear that `minContextSlot` in `sendTransaction` affects _preflight_ checks
2022-07-29 10:50:42 -06:00
Nick Frostbutter
013d045981
[docs] added prettier config file ( #26817 )
...
feat: added prettier config file
2022-07-28 10:44:02 -07:00
github-actions[bot]
5d038b9d2a
Bump Version to 1.11.5 ( #26758 )
...
Co-authored-by: willhickey <willhickey@users.noreply.github.com>
2022-07-25 13:05:14 -06:00
kirill lykov
3396d4eccd
fix typo: ticck -> tick ( #26711 )
2022-07-23 14:23:10 +02:00
Tyera Eulberg
f6eaa24cb7
Update maxSupportedTransactionVersion docs to explain what happens if parameter isn't present ( #26728 )
2022-07-21 22:27:13 -06:00
Brooks Prumo
b10ea293af
rpc_client: Add get_stake_minimum_delegation_with_commitment() ( #26697 )
2022-07-20 20:26:47 -05:00
Ikko Ashimine
a6c41367aa
docs: fix typo in blockstore-rocksdb-compaction.md ( #26662 )
...
Fix typo in blockstore-rocksdb-compaction.md
accross -> across
2022-07-18 13:37:40 -07:00
Brooks Prumo
a8be960e05
Add RPC getStakeMinimumDelegation ( #26638 )
...
* Add RPC getStakeMinimumDelegation
* fixup! rpc
* fixup rpc
* fixup rpc client mock sender
* fixup docs
* pr: sort
2022-07-17 18:39:39 +00:00
Jeff Washington (jwash)
2b7cc107d8
typo ( #26618 )
2022-07-13 17:55:02 -05:00
github-actions[bot]
fd5df1cf25
Bump Version to 1.11.4 ( #26578 )
...
Co-authored-by: willhickey <willhickey@users.noreply.github.com>
2022-07-11 23:30:38 -05:00
Tao Zhu
4a78dfe240
Clarify micro-lamports is unit of Compute Unit Price ( #26486 )
...
* to clarify micro-lamport is the unit of compute-unit price
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
2022-07-07 16:06:34 -05:00
github-actions[bot]
9d937fb8a0
Bump Version to 1.11.3 ( #26481 )
...
Co-authored-by: willhickey <willhickey@users.noreply.github.com>
2022-07-07 14:39:46 -05:00
Tyera Eulberg
f2abbcaf9c
Enable base58 and base64 encoding parameters for Memcmp filters ( #26437 )
...
* Minor refactoring of client RpcProgramAccountsConfig handling
* Enable explicit base58/base64 encoding of Memcmp filters, including client backward compatibility with nodes on old software
* Deprecate Memcmp::Encoding
* Remove deprecation warnings in rpc
* Remove deprecation warnings in cli
* Update docs
* Make variants self-documenting
2022-07-06 22:39:03 -06:00
Jeff Biseda
f2fada9f21
document using ldb to drop rocksdb column families for downgrade scenarios ( #26424 )
2022-07-06 13:30:33 -07:00
Artie Kushner
1a87b6cd97
Updated link to compute budget struct
...
post ristretto reduction
2022-06-27 09:47:38 -07:00
Trent Nelson
3c33347723
docs: revert unintentional packaging changes
2022-06-24 23:08:27 +00:00
Trent Nelson
29aa45b38e
docs: tune open file descriptor limit along with maps
2022-06-24 16:04:02 -06:00
Trent Nelson
78fcf89574
docs: aggregate sysctl knob optimization to one config file
2022-06-24 16:04:02 -06:00
Trent Nelson
66ad921200
docs: correct link target
2022-06-24 16:04:02 -06:00
github-actions[bot]
5c2f819f99
Bump Version to 1.11.2 ( #26159 )
2022-06-22 21:16:18 -05:00
Jack May
a76a7b8361
update compute budget docs ( #26014 )
2022-06-22 16:46:37 -07:00
Tao Zhu
27295f55ad
Add `prioritization fee` to terminology ( #26093 )
...
* Add `prioritization fee` to terminolgy.md
Co-authored-by: Michael Vines <mvines@gmail.com>
2022-06-22 10:19:01 -05:00
Will Hickey
51f26dc96e
Bump version to 1.11.1 ( #26104 )
2022-06-21 12:07:46 -05:00
Steven Luscher
45d11f3d26
Implement `VoteInstruction::AuthorizeWithSeed` & `VoteInstruction::AuthorizeWithSeedChecked` ( #25928 )
...
* [vote_authorize_with_seed] Add `VoteInstruction::AuthorizeWithSeed`
* [vote_authorize_with_seed] You can now update a vote account's authority if it's a derived key for which you control the base key
* [vote_authorize_with_seed] Add test helper to create a vote account whose authorities are derived keys
* [vote_authorize_with_seed] Write tests to assert the behavior of `VoteInstruction::AuthorizeWithSeed`
* [vote_authorize_with_seed] Feature gate the `VoteInstruction::AuthorizeWithSeed` processor
* [vote_authorize_with_seed] Add `VoteInstruction::AuthorizeWithSeed` to transaction status parser
* [vote_authorize_with_seed] Add `VoteInstruction::AuthorizeWithSeed` to docs
* [vote_authorize_with_seed] Add `VoteInstruction::AuthorizeCheckedWithSeed`
* [vote_authorize_with_seed] You can now update a vote account's authority (while checking that the new authority has signed) if it's a derived
key for which you control the base key
* [vote_authorize_with_seed] Add `VoteInstruction::AuthorizeCheckedWithSeed` to transaction status parser
* [vote_authorize_with_seed] Write tests to assert the behavior of `VoteInstruction::AuthorizeCheckedWithSeed`
2022-06-13 20:36:44 -07:00
Dan Albert
734015115f
Update clusters.md ( #24712 )
2022-06-13 16:31:08 -06:00
behzad nouri
b4190319a1
feat(nonce): adds system instruction to upgrade legacy nonce versions ( #25789 )
...
https://github.com/solana-labs/solana/pull/25788
permanently disables durable transactions with legacy nonce versions
which are within chain blockhash domain.
This commit adds a new system instruction for a one-time idempotent
upgrade of legacy nonce accounts in order to bump them out of chain
blockhash domain.
2022-06-10 00:04:29 +00:00
Ikko Ashimine
c483141669
docs: fix typo in installer.md
...
necesary -> necessary
2022-06-07 09:46:21 -07:00
Artie Kushner
3bc8664a82
Update terminology.md
2022-05-25 18:08:49 -07:00
Michael
c3cb1c9897
Update docs for validator identity change to include --no-wait-for-vote-to-start-leader ( #25461 )
2022-05-22 10:35:45 -07:00
dependabot[bot]
6b44550209
chore: bump normalize-url from 4.5.0 to 4.5.1 in /docs ( #25450 )
...
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases )
- [Commits](https://github.com/sindresorhus/normalize-url/commits )
---
updated-dependencies:
- dependency-name: normalize-url
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-22 14:17:47 +08:00
dependabot[bot]
675aba70e3
chore: bump dns-packet from 1.3.1 to 1.3.4 in /docs ( #25451 )
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
---
updated-dependencies:
- dependency-name: dns-packet
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-22 14:17:38 +08:00
dependabot[bot]
42cbbe5ed0
chore: bump path-parse from 1.0.6 to 1.0.7 in /docs ( #25452 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-22 14:17:18 +08:00
Justin Starry
9309952071
docs: Run browserlist db update ( #25448 )
2022-05-22 04:17:05 +00:00
Jack May
397a14b127
Add warning to program derived address docs ( #25412 )
2022-05-20 10:19:41 -07:00
Alessandro Decina
9bf07ee206
More target_arch = "bpf" => target_os = "solana"
...
Continuing the work started in https://github.com/solana-labs/solana/pull/25358
2022-05-20 16:57:18 +10:00
Michael Vines
c54e06355f
voteSubscribe pubsub notification now includes the vote transaction signature ( #25291 )
2022-05-19 18:28:46 -07:00
Brennan Watt
6af0546c14
Update tower-bft.md ( #25376 )
2022-05-19 12:52:37 -07:00
Justin Starry
a1522d0024
Use consistent naming for compute unit limit ( #25229 )
...
* Use consistent naming for compute unit limit
* feedback
2022-05-18 13:14:31 +08:00
Justin Starry
4690956849
RPC: Add minContextSlot param to ensure consistent responses ( #25161 )
...
* RPC: Add minContextSlot param to ensure consistent responses
* revert changes to deprecated endpoints
* update docs
2022-05-17 14:46:02 +08:00
ahlee42
9c754d6c95
Fixed typo in Docs ("transacton" -> "transaction") ( #25260 )
...
Co-authored-by: Arnold Lee <103599294+TamashiDev@users.noreply.github.com>
2022-05-16 14:48:59 -07:00
Justin Starry
daac9399ed
docs: Remove redundant and incorrect tx priority details ( #25239 )
2022-05-16 04:41:51 +00:00