Skip to content

chore: remove chain tip from mempool subscription#1771

Merged
Mirko-von-Leipzig merged 3 commits intonextfrom
santiagopittella-remove-chain-tip-from-mempool-sub
Mar 11, 2026
Merged

chore: remove chain tip from mempool subscription#1771
Mirko-von-Leipzig merged 3 commits intonextfrom
santiagopittella-remove-chain-tip-from-mempool-sub

Conversation

@SantiagoPittella
Copy link
Collaborator

closes #1766

Removes chain tip requirement from the mempool subscription.

@SantiagoPittella SantiagoPittella force-pushed the santiagopittella-remove-chain-tip-from-mempool-sub branch from 9eacc76 to b8607a2 Compare March 10, 2026 17:47
// subscription, if any.
// Currently only a single active subscription is supported. Subscription requests will cancel
// the active subscription, if any.
rpc MempoolSubscription(MempoolSubscriptionRequest) returns (stream MempoolEvent) {}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should we change the request type tp .google.proto.Empty (or whatever that name is)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, that's better

@Mirko-von-Leipzig Mirko-von-Leipzig merged commit ef03637 into next Mar 11, 2026
18 checks passed
@Mirko-von-Leipzig Mirko-von-Leipzig deleted the santiagopittella-remove-chain-tip-from-mempool-sub branch March 11, 2026 15:17
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.

Remove chain tip requirement from mempool subscription

2 participants