This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 919
refactor(experimental): add cluster level API for library #2055
Merged
buffalojoec
merged 1 commit into
master
from
01-21-refactor_experimental_add_cluster_level_API_for_library
Feb 2, 2024
Merged
refactor(experimental): add cluster level API for library #2055
buffalojoec
merged 1 commit into
master
from
01-21-refactor_experimental_add_cluster_level_API_for_library
Feb 2, 2024
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
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
buffalojoec
force-pushed
the
01-21-refactor_experimental_add_cluster_level_API_for_rpc-core
branch
from
January 21, 2024 19:20
e95fd27
to
35a22e5
Compare
buffalojoec
force-pushed
the
01-21-refactor_experimental_add_cluster_level_API_for_library
branch
from
January 21, 2024 19:20
7660bd0
to
bfb9998
Compare
buffalojoec
force-pushed
the
01-21-refactor_experimental_add_cluster_level_API_for_rpc-core
branch
from
January 21, 2024 20:01
35a22e5
to
4d08ea7
Compare
buffalojoec
force-pushed
the
01-21-refactor_experimental_add_cluster_level_API_for_library
branch
from
January 21, 2024 20:01
bfb9998
to
2a56667
Compare
buffalojoec
force-pushed
the
01-21-refactor_experimental_add_cluster_level_API_for_rpc-core
branch
from
January 30, 2024 21:31
4d08ea7
to
e71d03b
Compare
buffalojoec
force-pushed
the
01-21-refactor_experimental_add_cluster_level_API_for_library
branch
from
January 30, 2024 21:31
2a56667
to
9b02728
Compare
buffalojoec
force-pushed
the
01-21-refactor_experimental_add_cluster_level_API_for_rpc-core
branch
from
February 1, 2024 03:59
e71d03b
to
6d6c2fa
Compare
buffalojoec
force-pushed
the
01-21-refactor_experimental_add_cluster_level_API_for_library
branch
from
February 1, 2024 03:59
9b02728
to
c5fdaa6
Compare
This was referenced Feb 1, 2024
buffalojoec
force-pushed
the
01-21-refactor_experimental_add_cluster_level_API_for_rpc-core
branch
from
February 1, 2024 04:47
6d6c2fa
to
a604aa4
Compare
buffalojoec
force-pushed
the
01-21-refactor_experimental_add_cluster_level_API_for_library
branch
2 times, most recently
from
February 1, 2024 14:25
fb17c27
to
f7a20d9
Compare
buffalojoec
force-pushed
the
01-21-refactor_experimental_add_cluster_level_API_for_rpc-core
branch
from
February 1, 2024 21:28
a604aa4
to
3e11b3b
Compare
buffalojoec
force-pushed
the
01-21-refactor_experimental_add_cluster_level_API_for_library
branch
from
February 1, 2024 21:28
f7a20d9
to
1ffd693
Compare
lorisleiva
approved these changes
Feb 2, 2024
buffalojoec
force-pushed
the
01-21-refactor_experimental_add_cluster_level_API_for_rpc-core
branch
from
February 2, 2024 15:58
3e11b3b
to
b32d642
Compare
buffalojoec
force-pushed
the
01-21-refactor_experimental_add_cluster_level_API_for_library
branch
from
February 2, 2024 15:58
1ffd693
to
2344179
Compare
Merge activity
|
buffalojoec
force-pushed
the
01-21-refactor_experimental_add_cluster_level_API_for_rpc-core
branch
from
February 2, 2024 16:38
b32d642
to
310b8fc
Compare
Base automatically changed from
01-21-refactor_experimental_add_cluster_level_API_for_rpc-core
to
master
February 2, 2024 16:40
buffalojoec
force-pushed
the
01-21-refactor_experimental_add_cluster_level_API_for_library
branch
from
February 2, 2024 16:40
2344179
to
c9656a4
Compare
buffalojoec
deleted the
01-21-refactor_experimental_add_cluster_level_API_for_library
branch
February 2, 2024 16:42
🎉 This PR is included in version 1.90.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
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.
Again continuing the cluster-level work from the transport and core libraries,
I've introduced these concepts to the main library itself.
createSolanaRpc(..)
behaves similarly tocreateJsonRpc(..)
, but it will selectthe proper API based on the provided cluster-level transport.