mergify[bot]
c3cc7d52fe
Revert "docs: Explain what solana-stake-accounts new
does ( #20401 )" ( #20554 ) ( #20556 )
...
This reverts commit 00c6536528
.
(cherry picked from commit 17314f4a95
)
Co-authored-by: Justin Starry <justin@solana.com >
2021-10-08 19:46:48 +00:00
mergify[bot]
4268cf1d8b
docs: Explain what solana-stake-accounts new
does ( #20401 ) ( #20547 )
...
(cherry picked from commit 00c6536528
)
Co-authored-by: Ted Robertson <10043369+tredondo@users.noreply.github.com >
2021-10-08 15:54:03 +00:00
Lijun Wang
7d0494fcaa
Merge AccountsDb plugin framework to v1.8 ( #20518 )
...
Merge AccountsDb plugin framework to v1.8 (#20518 )
Summary of Changes
Create a plugin mechanism in the accounts update path so that accounts data can be streamed out to external data stores (be it Kafka or Postgres). The plugin mechanism allows
Data stores of connection strings/credentials to be configured,
Accounts with patterns to be streamed
PostgreSQL implementation of the streaming for different destination stores to be plugged in.
The code comprises 4 major parts:
accountsdb-plugin-intf: defines the plugin interface which concrete plugin should implement.
accountsdb-plugin-manager: manages the load/unload of plugins and provide interfaces which the validator can notify of accounts update to plugins.
accountsdb-plugin-postgres: the concrete plugin implementation for PostgreSQL
The validator integrations: updated streamed right after snapshot restore and after account update from transaction processing or other real updates.
The plugin is optionally loaded on demand by new validator CLI argument -- there is no impact if the plugin is not loaded.
2021-10-07 14:15:05 -07:00
mergify[bot]
33d8e242c5
Fixup docs on deprecated JSON-RPC methods (backport #20515 ) ( #20521 )
...
* Update expected removal version to match backward-compatibility policy (#20515 )
(cherry picked from commit d56ad8ff4f
)
# Conflicts:
# docs/src/developing/clients/jsonrpc-api.md
* Fix conflict
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2021-10-07 20:37:01 +00:00
Tao Zhu
348ba57b12
Bump version to 1.8.1
2021-10-06 17:57:06 -07:00
Trent Nelson
a4df784e82
Bump version to 1.8.0
2021-10-06 15:48:23 -06:00
mergify[bot]
6181df68cf
Staking docs: link to overview ( #20426 )
...
(cherry picked from commit 2d5b471c09
)
Co-authored-by: Ted Robertson <10043369+tredondo@users.noreply.github.com >
2021-10-04 23:22:21 +00:00
mergify[bot]
e718f4b04a
terminology.md: remove CBC block and unneeded filename ( #20269 ) ( #20349 )
...
(cherry picked from commit a7f2d9f55f
)
Co-authored-by: Ted Robertson <10043369+tredondo@users.noreply.github.com >
2021-09-30 23:19:12 +00:00
Tyera Eulberg
734b380cdb
Bump version to v1.7.15 ( #20338 )
2021-09-30 10:51:34 -06:00
mergify[bot]
ef5a0e842c
stake-accounts.md: fix grammar, link Solana Explorer ( #20270 ) ( #20274 )
...
(cherry picked from commit f24fff8495
)
Co-authored-by: Ted Robertson <10043369+tredondo@users.noreply.github.com >
2021-09-29 22:57:00 -06:00
sakridge
fec15f69f4
Increment 1.7 version ( #20316 )
2021-09-29 15:37:45 -04:00
mergify[bot]
2dc00d0e13
Paper wallet: fix URI scheme ( #20233 ) ( #20278 )
...
(cherry picked from commit 38844a7010
)
Co-authored-by: Ted Robertson <10043369+tredondo@users.noreply.github.com >
2021-09-28 01:29:42 +00:00
mergify[bot]
e20fdde0a4
Wallet guide: fix grammar ( #20228 ) ( #20254 )
...
(cherry picked from commit f107aa296b
)
Co-authored-by: Ted Robertson <10043369+tredondo@users.noreply.github.com >
2021-09-27 16:56:14 +00:00
mergify[bot]
5b52ac8990
Fix grammar in conventions.md ( #20236 ) ( #20252 )
...
(cherry picked from commit af57bd3d48
)
Co-authored-by: Ted Robertson <10043369+tredondo@users.noreply.github.com >
2021-09-27 16:39:39 +00:00
mergify[bot]
302887da67
Add new logos to README files and docs ( #20049 ) ( #20093 )
...
* Add new logos to README files and docs
* Add explorer logos
(cherry picked from commit 8dbed193c2
)
Co-authored-by: Ryan M. Shea <8948187+rmshea@users.noreply.github.com >
2021-09-25 15:15:29 -04:00
mergify[bot]
b7af118091
Fix typo ( #20218 ) ( #20219 )
...
(cherry picked from commit b95653331c
)
Co-authored-by: Ted Robertson <10043369+tredondo@users.noreply.github.com >
2021-09-25 18:54:59 +00:00
mergify[bot]
bee923ca6c
gossip.md: simplify Markdown ( #20201 ) ( #20205 )
...
No need for \-escaping
(cherry picked from commit e9c839a9e7
)
Co-authored-by: Ted Robertson <10043369+tredondo@users.noreply.github.com >
2021-09-25 14:01:47 +00:00
mergify[bot]
879df38059
Terminology: link BPF ( #20199 ) ( #20204 )
...
(cherry picked from commit cb4121da19
)
Co-authored-by: Ted Robertson <10043369+tredondo@users.noreply.github.com >
2021-09-25 13:50:12 +00:00
mergify[bot]
0bfb466184
Fix blatant md formatting at the very top ( #20198 ) ( #20203 )
...
(cherry picked from commit c137c50d15
)
Co-authored-by: Ted Robertson <10043369+tredondo@users.noreply.github.com >
2021-09-25 13:43:43 +00:00
mergify[bot]
71bb3bf6aa
Improve grammar in terminology/ledger ( #20197 ) ( #20202 )
...
(cherry picked from commit 20fbf09072
)
Co-authored-by: Ted Robertson <10043369+tredondo@users.noreply.github.com >
2021-09-25 13:30:39 +00:00
mergify[bot]
7f21a55a32
Fix public key md links ( #20162 ) ( #20167 )
...
(cherry picked from commit 9653f6b28d
)
Co-authored-by: Israel Ferrer Camacho <rallat@gmail.com >
2021-09-24 15:28:46 +00:00
mergify[bot]
63b24d9577
Update TransactionError link to docs.rs ( #20145 ) ( #20146 )
...
(cherry picked from commit a70fd8e606
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2021-09-23 21:15:36 +00:00
mergify[bot]
f51ee23837
Fix typo in docs/cli/deploy-a-program ( #20097 ) ( #20098 )
...
(cherry picked from commit 3d0db28d12
)
Co-authored-by: Christoph Michel <MrToph@users.noreply.github.com >
2021-09-22 01:46:58 +00:00
mergify[bot]
3e870a40f2
Fix broken links in terminology.md ( #19978 ) ( #19992 )
...
(cherry picked from commit 073c5359b0
)
Co-authored-by: visortelle <visortelle@gmail.com >
2021-09-18 00:16:32 +00:00
mergify[bot]
b8ab6a46a8
Fix typos in terminology.md ( #19977 ) ( #19979 )
...
(cherry picked from commit 1ec22572f2
)
Co-authored-by: visortelle <visortelle@gmail.com >
2021-09-17 16:48:55 +00:00
sakridge
70d556782b
Bump 1.7 version ( #19943 )
2021-09-16 13:16:09 -06:00
mergify[bot]
0dde54b95b
Add --destake-vote-account <VOTE_ADDRESS>...
argument to create-snapshot
command ( #19749 ) ( #19796 )
...
(cherry picked from commit 0f76077969
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-09-11 23:34:34 +00:00
mergify[bot]
1fa863e4b2
docs: be less specific about zen3 skus ( #19791 )
...
(cherry picked from commit 999ba9e026
)
Co-authored-by: Trent Nelson <trent@solana.com >
2021-09-11 05:30:30 +00:00
mergify[bot]
8f168a610e
Updating Phantom description, removing invite code ( #19004 ) ( #19725 )
...
* Updating Phantom description, removing invite code
* Updated copy
* Update web-wallets.md
(cherry picked from commit 9d2f0e237b
)
Co-authored-by: Chris Kalani <chriskalani@gmail.com >
2021-09-08 21:23:37 +00:00
mergify[bot]
57e87a09c0
Grammar nits ( #19703 ) ( #19706 )
...
* Grammar nits
* add Phantom to staking docs
(cherry picked from commit 590e113f16
)
Co-authored-by: Ryan M. Shea <8948187+rmshea@users.noreply.github.com >
2021-09-08 04:53:24 +00:00
mergify[bot]
ad66189463
Update web-wallets.md ( #19648 ) ( #19650 )
...
(cherry picked from commit f0be3e4ea9
)
Co-authored-by: bitkeepwallet <85662627+bitkeepwallet@users.noreply.github.com >
2021-09-05 16:21:32 +00:00
mergify[bot]
9a280426da
docs: fix typo ( #19646 ) ( #19647 )
...
(cherry picked from commit f68ca3895b
)
Co-authored-by: Zahin Mohammad <zahin.dev@gmail.com >
2021-09-04 18:48:36 +00:00
mergify[bot]
864006a78a
docs: fix typo ( #19641 ) ( #19644 )
...
(cherry picked from commit 497b6c152f
)
Co-authored-by: Zahin Mohammad <zahin.dev@gmail.com >
2021-09-04 17:21:20 +00:00
mergify[bot]
e37e46cfc2
update Telegram link at docs ( #19638 ) ( #19639 )
...
(cherry picked from commit 8352bc48db
)
Co-authored-by: Pierre/Long <pierreneter@gmail.com >
2021-09-04 08:30:27 +00:00
Bryan Ischo
afb87a386a
Removed the --authorized-withdrawer argument from create-vote-account
...
The parameter is now a required third argument. This is because authorized
withdrawer should never be the same as vote account keypair or validator
identity keypair for security reasons.
Added a --allow-unsafe-authorized-withdrawer to override this restriction if
necessary.
(cherry picked from commit e288459cf2
)
2021-09-03 22:07:58 -07:00
mergify[bot]
959334d2e3
docs: update spl token exchange integration ( #19573 ) ( #19578 )
...
* docs: update spl token exchange integration
* Apply suggestions from code review
Co-authored-by: Michael Vines <mvines@gmail.com >
Co-authored-by: Michael Vines <mvines@gmail.com >
(cherry picked from commit f4f14c42bb
)
Co-authored-by: Trent Nelson <trent@solana.com >
2021-09-02 18:36:04 +00:00
mergify[bot]
1c6cac2054
fix typo in calling-between-programs developing documentation ( #19502 ) ( #19504 )
...
(cherry picked from commit d11b0abf11
)
Co-authored-by: Matthew Callens <callensmatt@gmail.com >
2021-08-30 20:04:39 +00:00
mergify[bot]
0c64bd0938
Improve terminology page (backport #18441 ) ( #19165 )
...
* Improve terminology page (#18441 )
Co-authored-by: Gregg Dourgarian <greggd@aidacreative.com >
Co-authored-by: Haskell FTW <HaskellFTW@protonmail.com >
(cherry picked from commit e7190cc727
)
# Conflicts:
# docs/src/terminology.md
* Fix conflict
Co-authored-by: Haik Dulgarian <greggd@tempworks.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2021-08-30 16:48:22 +00:00
Tyera Eulberg
f73a61d2ec
Bump version to 1.7.12
2021-08-27 16:24:24 +00:00
mergify[bot]
cdbc77bf97
Add parameter to allow setting max-retries for SendTransaction rpc (backport #19387 ) ( #19416 )
...
* 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
* Fix conflicts
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2021-08-25 07:23:03 +00:00
mergify[bot]
3976816b79
Correct JSON-RPC docs for getSlot ( #19355 ) ( #19356 )
...
* Correct JSON-RPC docs for getSlot
* Update docs/src/developing/clients/jsonrpc-api.md
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
(cherry picked from commit 9483866e0b
)
Co-authored-by: Brian Anderson <andersrb@gmail.com >
2021-08-21 00:55:11 +00:00
mergify[bot]
de5f503a76
Add note about ASK keyword to paper wallet doc ( #19330 ) ( #19343 )
...
* Add note about ASK keyword to paper wallet doc
Per https://github.com/solana-labs/solana/issues/17325#issuecomment-844434585 , this change adds a note to the paper wallet docs mentioning the use of the `ASK` keyword.
Also specifes that the `solana-keygen pubkey prompt://` command returns a derived bip44 base address.
(I'm new to Solana development and this was a point of confusion for me, only resolved by finding this issue)
* Update docs/src/wallet-guide/paper-wallet.md
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com >
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com >
(cherry picked from commit 3be5715f45
)
Co-authored-by: Brent Fitzgerald <burnto@gmail.com >
2021-08-20 15:20:09 +00:00
mergify[bot]
caea9c99cd
Minimize trust (backport #19279 ) ( #19335 )
...
* docs: Mainnet Beta inflation has been enabled for quite some time
(cherry picked from commit 169ded9a70
)
* validator: Trusted validators are now called known validators
(cherry picked from commit e0bc5fa690
)
* docs: trust minimize
(cherry picked from commit 40613161a0
)
* docs: correct known validator operator
(cherry picked from commit eced50d103
)
* docs: Remove decommissioned testnet archetype validator
(cherry picked from commit a587eec20b
)
* docs: update devnet start args with new validators
(cherry picked from commit 2a877ae06e
)
Co-authored-by: Trent Nelson <trent@solana.com >
2021-08-20 06:24:43 +00:00
mergify[bot]
43b414b0df
RPC: add option to exclude accounts from get_supply (backport #19270 ) ( #19283 )
...
* RPC: add option to exclude accounts from get_supply (#19270 )
(cherry picked from commit c053df143f
)
# Conflicts:
# rpc/src/rpc.rs
* resolve conflicts
Co-authored-by: Justin Starry <justin@solana.com >
2021-08-18 20:22:06 +00:00
Trent Nelson
ab5d032634
Bump version to v1.7.11
2021-08-12 06:55:18 +00:00
mergify[bot]
422044f375
Updated transaction fee burn description. ( #19161 ) ( #19164 )
...
(cherry picked from commit 83f0915e15
)
Co-authored-by: bji <bryan@ischo.com >
2021-08-10 23:17:51 +00:00
mergify[bot]
6deeedd886
bump recommended maps/nofiles ( #19059 )
...
(cherry picked from commit d60ccf64e1
)
Co-authored-by: Trent Nelson <trent@solana.com >
2021-08-04 20:28:34 +00:00
Trent Nelson
b7f1f19d8e
Bump version to v1.7.10
2021-07-31 01:19:33 -06:00
mergify[bot]
4d2e66cf9c
Added missing method to index and updated token account methods docs. ( #18906 ) ( #18954 )
...
(cherry picked from commit 4d0cd9b283
)
Co-authored-by: hugo <murlux@protonmail.com >
2021-07-28 22:35:55 +00:00
Michael Vines
548ddff7ed
Bump version to v1.7.9
2021-07-24 11:23:44 -06:00