Skip to content
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

2.0.16 #13

Closed
wants to merge 77 commits into from
Closed

2.0.16 #13

wants to merge 77 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 20, 2024

No description provided.

Copy link
Collaborator

@godmodegalactus godmodegalactus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is missing some optimizations about the buffer sizes that groovie did.
@grooviegermanikus Could you check. Other than LGTM.

Cargo.toml Outdated Show resolved Hide resolved
ci/rust-version.sh Outdated Show resolved Hide resolved
Cargo.toml Outdated
@@ -1,6 +1,6 @@
[package]
name = "geyser-grpc-connector"
version = "0.10.1+yellowstone.1.12"
version = "2.0.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should have same naming convention

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you eleborate on this naming convention - I don't understand what 0.10.1+yellowstone.1.12 means

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.10.1 is the version of the connector. "1.12" is the yellowstone-proto (protobuf) wire format version

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay that sounds like we want 0.11.0+yellowstone.2.0.0 for this

Copy link

@mschneider mschneider Nov 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would prefer 0.11.0+solana-2.0.16 or 0.11.0+yellowstone-2.0.0+solana-2.0.16, the solana dependency is the main thing people will want to look out for when using this package, but if there's a good reason for yellowstone tags, then let's do both. yellowstone-2.0.0 unfortunately supports many solana versions

src/grpc_subscription_autoreconnect_streams.rs Outdated Show resolved Hide resolved
@@ -32,6 +31,20 @@ bincode = "1.3.3"

csv = "1.3.0"

dashmap = "5.5.3"

tonic = { version= "0.12.3", features=["gzip"] }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tonic dependency had some historic version issues. do we need that here?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@grooviegermanikus - I think those dependencies cam from your performancetest branch - I just updated tonic to most recent - we need this to enable gzip in yellowstone_grpc_util

        GeyserClient::with_interceptor(channel, interceptor)
            .accept_compressed(CompressionEncoding::Gzip)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets move forward, i found a workaround for the zeroize version issue.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can drop Gzip support if it helps

Copy link
Collaborator

@grooviegermanikus grooviegermanikus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please look at the Cargo.toml version issue

@mschneider
Copy link

mschneider commented Nov 28, 2024

I updated traffic and can confirm this does build, we should merge this branch, once we verified the whole integration traffic + connector + grpc + rpc 2.0.16 works. Sent @mango-dee creds for setting up a fresh rpc in frankfurt.

@@ -1,6 +1,6 @@
[package]
name = "geyser-grpc-connector"
version = "0.10.1+yellowstone.1.12"
version = "0.11.0+yellowstone.2.0.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yellowstone proto is 1.15 not 2.0.0 afaik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants