-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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
[graphql/rpc] crate re-org 1/x: split off client crate #15571
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Ignored Deployments
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
sui-graphql-rpc-headers.workspace = true | ||
sui-graphql-rpc-client.workspace = true | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit extra space
@@ -1,7 +1,7 @@ | |||
// Copyright (c) Mysten Labs, Inc. | |||
// SPDX-License-Identifier: Apache-2.0 | |||
|
|||
pub mod client; | |||
pub use sui_graphql_rpc_client as client; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need this? It seems counter-intuitive to export the client from the server if we're splitting it out into its own crate.
Description
Split off the client crate so importing it is lighter.
Other useful components will be split off too in subseq PRs.
Test Plan
Existing
If your changes are not user-facing and not a breaking change, you can skip the following section. Otherwise, please indicate what changed, and then add to the Release Notes section as highlighted during the release process.
Type of Change (Check all that apply)
Release notes