forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Api docs fix #3
Merged
Merged
Api docs fix #3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
solana-labs#29339 adds hash domain to merkle shreds. In order to merge that change, need to temporarily disable merkle shreds on testnet.
…on-fee transactions (solana-labs#29330) * Add metrics for min/max priority fee per slot, and counters for fee/non-fee txs * get fee range of prioritized transactions only * Update runtime/src/prioritization_fee.rs Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com> * Update runtime/src/prioritization_fee.rs Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com> * fix format Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
…olana-labs#29336) * test_utils::create_test_accounts pre-allocates an append vec first * remove comment
* introduce ShrinkInProgress * remove redundant check * add comments
* docs: added limitations page * fix: updated deprecated cargo test-bpf * docs: moved content off of overview * fix: added compute budget description * fix: updated compute buddget * fix: rearranged sections * fix: update code snippet * docs: overview page and links
fix: added broad overview
…abs#28895) docs: adds and updates
* fix: retry counter doesn't count * set timeout for wait_for
* Expand solana-sdk API docs. * Update sdk/src/genesis_config.rs Co-authored-by: Tyera <teulberg@gmail.com> * Update sdk/src/hard_forks.rs Co-authored-by: Tyera <teulberg@gmail.com> * Update sdk/src/builtins.rs Co-authored-by: Tyera <teulberg@gmail.com> * Update sdk/src/builtins.rs Co-authored-by: Tyera <teulberg@gmail.com> * Update sdk/src/rpc_port.rs Co-authored-by: Tyera <teulberg@gmail.com> * Update sdk/src/lib.rs Co-authored-by: Tyera <teulberg@gmail.com> * Clarify derivation_path docs * 'entry point' -> 'entrypoint' Co-authored-by: Tyera <teulberg@gmail.com>
…solana-labs#29482) get_storages_to_move_to_ancient_append_vec returns a single append vec
…na-labs#29272) Problem The plugins need to know when all transactions for a block have been all notified to serve getBlock request correctly. As block and transaction notifications are sent asynchronously to each other it will be difficult. Summary of Changes Include the executed transaction count in block notification which can be used to check if all transactions have been notified.
…ana-labs#29243) * Add logic to buildkite pipeline so version bump PRs don't run the full CI
Removed assert on write_version ordering as snapshot created by earlier version is not honoring that.
* storage rebuilder regex cleanup * Update runtime/src/snapshot_utils/snapshot_storage_rebuilder.rs Co-authored-by: apfitzge <apfitzge@gmail.com> Co-authored-by: apfitzge <apfitzge@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
Summary of Changes
Fixes #