-
Notifications
You must be signed in to change notification settings - Fork 593
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
Add additional grpc queries for channel/v2 #7478
Labels
Comments
I'll start by adding |
10 tasks
This was referenced Oct 22, 2024
10 tasks
Will add |
10 tasks
Will pick up |
need to also add |
10 tasks
Hi. I made a PR for unreceivedPackets. #7561. Can you review it? TYSM |
thanks! Will do! |
Will add |
hm, might also need |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looking at the ones existing for v1 and what we use in v2, these should probably be implemented (feel free to edit otherwise!):
PacketCommitment
chore: add v2 packet commitment query #7494PacketCommitments
feat: add paginated packet commitments query to channel/v2 #7533NextSequenceSend
chore: add next sequence send query. #7550PacketReceipt
chore: impl packet receipt query #7513PacketAcknowledgement
chore: impl packet acknowledgement query #7507PacketAcknowledgements
chore: add packet acknowledgements rpc #7558UnreceivedPackets
chore: add unreceived packets rpc #7561UnreceivedAcks
chore: add unreceived acks rpc #7562Channels
chore: add channels rpc #7560All these already exist in
query.proto
/grpc_query.go
for v1 channels. Moving them over should be relatively straight forward.For Admin Use
The text was updated successfully, but these errors were encountered: