* Add optimistically_confirmed field to TransactionStatus
* Update docs
* Convert new field to confirmation_status
* Update docs to confirmationStatus
* Update variants
* Update docs
* Just Confirmed
(cherry picked from commit 9a89689ad3)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
* Add stake programming documentation
We had some questions about stake programming documentation, and there
wasn't a place that contained information about the stake-o-matic and
other stake development in one place. This adds a page with that
information.
* Update docs/src/staking/stake-programming.md
Co-authored-by: Eric Williams <eric@solana.com>
* Update docs/src/staking/stake-programming.md
Co-authored-by: Eric Williams <eric@solana.com>
* Update docs/src/staking/stake-programming.md
Co-authored-by: Eric Williams <eric@solana.com>
* Update docs/src/staking/stake-programming.md
Co-authored-by: Eric Williams <eric@solana.com>
* Update docs/src/staking/stake-programming.md
Co-authored-by: Eric Williams <eric@solana.com>
* Apply suggestions from code review
* Remove trailing whitespace
Co-authored-by: Eric Williams <eric@solana.com>
(cherry picked from commit b37dbed479)
Co-authored-by: Jon Cinque <jon.cinque@gmail.com>
* Repurpose warp-timestamp feature for general bump
* Change max_allowable_drift to 50%
* Fill in PR#
* Fix rpc test setup
(cherry picked from commit b0e6e29527)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
* limits number of crds values associated with a pubkey (#14467)
(cherry picked from commit 766195dded)
* updates smallvec
Co-authored-by: behzad nouri <behzadnouri@gmail.com>
* Suppress cargo audit failure for `difference` crate, there's no newer crate to upgrade to yet
(cherry picked from commit 3eaa826ad9)
* Bump smallvec version
(cherry picked from commit 21a0a83543)
Co-authored-by: Michael Vines <mvines@gmail.com>
Too many stores can cause swap usage which
is detrimental to account store times.
(cherry picked from commit 53d65009a0)
Co-authored-by: sakridge <sakridge@gmail.com>
* Introduce rpc url monikers for cli
* Use https:// and support initials as well
(cherry picked from commit 54a5876c48)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
* docs: Use "msg!" instead of "info!"
* Update docs/src/developing/deployed-programs/developing-rust.md
Co-authored-by: Michael Vines <mvines@gmail.com>
* Fix typo / format
Co-authored-by: Michael Vines <mvines@gmail.com>
(cherry picked from commit a41b5137f6)
Co-authored-by: Jon Cinque <jon.cinque@gmail.com>
* Remove dead code
(cherry picked from commit b6dcdb90e8)
* Don't bother restoring snapshots, they're never used
(cherry picked from commit db6ee289c9)
Co-authored-by: Michael Vines <mvines@gmail.com>
* Update tmpfs partition guidance to include swap
(cherry picked from commit 68a84cf581)
* Update docs/src/running-validator/validator-start.md
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
(cherry picked from commit 9bb08ce75e)
Co-authored-by: Michael Vines <mvines@gmail.com>