This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Change testnet automation to use TAR instead of snap#1809
Merged
pgarg66 merged 1 commit intosolana-labs:masterfrom Nov 13, 2018
Merged
Change testnet automation to use TAR instead of snap#1809pgarg66 merged 1 commit intosolana-labs:masterfrom
pgarg66 merged 1 commit intosolana-labs:masterfrom
Conversation
vkomenda
referenced
this pull request
in vkomenda/solana
Aug 29, 2021
anza-xyz#1809) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.2.4...v4.3.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
joncinque
pushed a commit
to joncinque/agave
that referenced
this pull request
Jun 26, 2024
* Remove rpc_obsolete_v1_7 * Remove rpc_deprecated_v1_7 * Remove rpc_deprecated_v1_9 * Add CHANGELOG entry * Add another CHANGELOG entry
CriesofCarrots
added a commit
to CriesofCarrots/solana
that referenced
this pull request
Jun 27, 2024
CriesofCarrots
added a commit
to CriesofCarrots/solana
that referenced
this pull request
Jun 27, 2024
CriesofCarrots
added a commit
to CriesofCarrots/solana
that referenced
this pull request
Jun 28, 2024
2501babe
pushed a commit
to 2501babe/solana
that referenced
this pull request
Jun 29, 2024
* Remove deprecated RpcClient methods corresponding to solana-labs#1809 * Remove internal handling for pre-v1.9.0 servers * Remove unused import of deprecated_config module * Remove request mapping (pre-v1.7.0) * Remove dangling allow-deprecated tag * Add line to changelog * Remove deprecated RpcRequest variants * Remove reprecated rpc-client-nonce-utils methods * Remove deprecated TestValidator method * Remove deprecated solana fees command
tao-stones
pushed a commit
to tao-stones/solana
that referenced
this pull request
Jul 1, 2024
…-labs#1809) (solana-labs#1886) * Remove support for deprecated rpc endpoints (solana-labs#1809) * Remove rpc_obsolete_v1_7 * Remove rpc_deprecated_v1_7 * Remove rpc_deprecated_v1_9 * Add CHANGELOG entry * Add another CHANGELOG entry (cherry picked from commit 83527d9) # Conflicts: # CHANGELOG.md * Fix conflict --------- Co-authored-by: Tyera <tyera@anza.xyz>
yihau
pushed a commit
to yihau/solana
that referenced
this pull request
Jul 18, 2024
…) (solana-labs#1922) Remove deprecated RpcClient methods (solana-labs#1899) * Remove deprecated RpcClient methods corresponding to solana-labs#1809 * Remove internal handling for pre-v1.9.0 servers * Remove unused import of deprecated_config module * Remove request mapping (pre-v1.7.0) * Remove dangling allow-deprecated tag * Add line to changelog * Remove deprecated RpcRequest variants * Remove reprecated rpc-client-nonce-utils methods * Remove deprecated TestValidator method * Remove deprecated solana fees command (cherry picked from commit 51af772) Co-authored-by: Tyera <tyera@anza.xyz>
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
SNAP builds may not include CUDA support. So testnet automation will report TPS numbers without CUDA support
Summary of Changes
Use TAR builds in testnet automation.