Tyera Eulberg
fa0550da32
Add missing fields to JSON-RPC docs ( #27964 )
...
* Add docs for computeUnitsConsumed field
* Add confirmationStatus to getSignaturesForAddress response docs
* Make field-type formatting consistent
2022-09-21 11:59:30 -06:00
Will Hickey
8f96a39e73
Remove markdown file update from version increment-cargo-version.sh ( #27851 )
...
* Remove markdown file update from version increment-cargo-version.sh
* Update doc version numbers that were incorrectly advanced by increment-cargo-version.sh
* Revert incorrect doc change based on review feedback
2022-09-19 16:37:50 -05:00
Brian Anderson
0c1ff7c63d
Document the pubsub client APIs. ( #27188 )
...
* Document the pubsub client APIs.
* Apply suggestions from code review
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
* Update client/src/nonblocking/pubsub_client.rs
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
* Update pubsub_client docs
* Link pubsub docs to solana-rpc docs
* fmt
* Update solana_client references
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
2022-09-15 16:39:16 -06:00
Yihau Chen
aae07807cb
docs: fix wrong args in 'solana program set-buffer-authority' ( #27817 )
...
fix wrong args in 'solana program set-buffer-authority'
2022-09-15 19:03:27 +00:00
Tyera Eulberg
973a5fb0e9
Add new TransactionDetails level ( #27601 )
...
* Add new transaction details level
* Dedupe common code
* Update docs
* Respect showRewards parameter in tx meta
2022-09-15 10:00:30 -06:00
Yihau Chen
6eeff08b15
chore: fix docs pipeline ( #27794 )
...
* trigger docs build when .github/workflows/docs.yml changed
* echo tag info
* echo channel info
* echo any changes info
* bump tj-actions/changed-files@v29.0.7
* fix variable name
* fix broken link
2022-09-15 14:50:59 +08:00
Will Hickey
c0e4379f43
Whickey/version v1.15 ( #27739 )
...
* Bump version to v1.13.0
* Bump version to v1.14.0
* Bump version to v1.15.0
2022-09-13 09:06:15 -05:00
Artie Kushner
836ba734ea
Update validator-start.md
...
Typo (missing noun).
2022-09-12 07:23:54 -07:00
Nick Frostbutter
cf1c44184c
[docs] quickstart guides ( #27592 )
...
* feat(wip): rust quickstart page
* feat: added quickstart pages
* fix: updated cards and card layout
* feat: added quickstart home (and to sidebar )
* fix: updated quickstarts
* fix: renamed to get started
* fix: typos and seo
* fix: JS example to interact with the onchain program
2022-09-10 02:36:04 +00:00
Tyera Eulberg
0bfc188375
Update getBlock/getTransaction rpc handling of return_data ( #27672 )
...
* Move return_data type to transaction-status crate
* Use UiTransactionReturnData in UiTransactionStatusMeta
* Fixup display handling
* Update docs
2022-09-08 21:10:57 +00:00
Tyera Eulberg
54284955de
Respect rewards parameter in getBlock transaction-level rewards ( #27655 )
...
* Respect options.show_rewards in UiTransactionStatusMeta
* Fixup docs
2022-09-08 10:17:02 -06:00
Tyera Eulberg
67b54b7634
Fixup docs formatting re: commitment configuration ( #27561 )
...
* Make commitment docs more consistent
* Add missing config field doc
* Make (optional) tag placement consistent
2022-09-02 08:42:07 -06:00
Tyera Eulberg
9b8bed86f9
Add getRecentPrioritizationFees RPC endpoint ( #27278 )
...
* Plumb priority_fee_cache into rpc
* Add PrioritizationFeeCache api
* Add getRecentPrioritizationFees rpc endpoint
* Use MAX_TX_ACCOUNT_LOCKS to limit input keys
* Remove unused cache apis
* Map fee data by slot, and make rpc account inputs optional
* Add priority_fee_cache to rpc test framework, and add test
* Add endpoint to jsonrpc docs
* Update docs/src/developing/clients/jsonrpc-api.md
* Update docs/src/developing/clients/jsonrpc-api.md
2022-09-01 23:12:12 +00:00
Piyush Jaiswal
b2002177be
Fixed typo and json standards in the document ( #27557 )
...
* fixed message.accountKeys typo
* Fixed parameter argument according to json standards
2022-09-01 14:27:20 -06:00
Nick Frostbutter
1f8258f547
[docs] developers home page ( #27436 )
...
* feat: developers landing page
* fix: updated links
* fix: updated labels for translateIds
* refactor: updated index page to use Card component
* style: removed whitespace
* refactor: added static labels for developer sidebar items
* feat: developer's sidebar and new layout file
* chore: removed whitespace
* fix: removed duplicate CLI sidebar item
* fix: card shadows and RPC card text
2022-08-31 12:32:36 -05:00
mwrites
59d61ee094
[docs] Terminology PDA - replace owner by authority ( #27437 )
...
replace owner by authority
2022-08-29 22:13:22 +00:00
Nick Frostbutter
ad6b280b0a
[docs] Adding content pages under "developing" section ( #26816 )
...
* feat: added intro to dApps and programs pages
* style: removed whitespaces and updates MD syntax
* fix: spellcheck
* feat: what is rent page
* fix: fix typos and removed whitespaces
* fix: updated terminolgy
* feat: added what is web 3 page
* fix: removed dapps and web3 pages
* feat: added links to the developing sidebar
* fix: updated text based on comments
* fix: fixed link
2022-08-26 21:03:48 -05:00
Nick Frostbutter
f6de4c6ccf
[docs] added commitment page ( #27265 )
...
feat: added commitment doc
2022-08-24 18:49:17 -05:00
Tyera Eulberg
62eebe6e6d
Parse address-lookup-table instructions ( #27316 )
...
* Parse address-lookup-table instructions
* Finish extend instruction handling
* Rename payer, recipient
* Update docs parsing status
2022-08-24 10:17:53 -06:00
Tyera Eulberg
deb13abb1f
Update config parsing doc ( #27340 )
2022-08-23 15:45:27 +00:00
Tyera Eulberg
322fbc1406
Add documentation for JSON parsing ( #27268 )
...
* Add documentation about json parsing
* Link jsonParsed to info section
* Include version information
2022-08-22 23:06:38 -06:00
Nick Frostbutter
0d6a223e63
docs: updated "transaction fees" page ( #26861 )
...
* docs: transaction fees, compute units, compute budget
* docs: added messages definition
* Revert "docs: added messages definition"
This reverts commit 3c56156dfaaf17158c5eafbc5877080a83607a06.
* docs: added messages definition
* Update docs/src/transaction_fees.md
Co-authored-by: Jacob Creech <82475023+jacobcreech@users.noreply.github.com>
* fix: updates from feedback
Co-authored-by: Jacob Creech <82475023+jacobcreech@users.noreply.github.com>
2022-08-17 21:07:40 -05:00
Nick Frostbutter
5f195ba242
[docs] Docs sidebar/navbar restructure ( #27005 )
...
* fix: minor title changes
* fix: updated structure of 2 pages
* fix: proposals page and submitting one
added proposals page and made it clear how to submit one
* fix: minor update to docs home page
* fix: footer links
added more footer links and minor restructure
* fix: sidebar restructure
* fix: removed duplicate geyser link
* fix: sidebars and navbar
final separation of sidebars and updated navbar
* fix: formatting for the navbar icons
* fix: changes some sidebar links to refs
* style: changed order of footer's SPL link
* style: removed comment and fixed whitespace check
2022-08-15 21:23:39 -05:00
Ikko Ashimine
82dc789362
docs: fix typo in return-data.md ( #27056 )
...
langauge -> language
2022-08-10 11:29:34 -06:00
nickfrosty
c7a997872b
docs: updated absolute routes to local routes
2022-08-08 16:39:58 -05:00
Will Hickey
ed8c224374
Bump version to v1.12 ( #26967 )
2022-08-06 13:20:30 -05:00
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
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
29aa45b38e
docs: tune open file descriptor limit along with maps
2022-06-24 16:04:02 -06:00