-
Notifications
You must be signed in to change notification settings - Fork 636
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
Comments
I'll start by adding |
Will add |
Will pick up |
need to also add |
Hi. I made a PR for unreceivedPackets. #7561. Can you review it? TYSM |
thanks! Will do! |
Will add |
hm, might also need |
Unsure how grpcs will look with new proposed aliasing approach. Leaving issue as is for now. |
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: