-
Notifications
You must be signed in to change notification settings - Fork 717
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
[DRAFT] CCQ: Cross-Chain Query Integration #2981
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
evan-gray
force-pushed
the
ccq/integration
branch
3 times, most recently
from
May 25, 2023 19:20
f47465c
to
9473511
Compare
kev1n-peters
previously approved these changes
Jun 2, 2023
bruce-riley
changed the title
[DRAFT] Cross-Chain Query Integration
[DRAFT] CCQ: Cross-Chain Query Integration
Jun 2, 2023
bruce-riley
previously approved these changes
Jun 2, 2023
evan-gray
force-pushed
the
ccq/integration
branch
from
June 12, 2023 13:09
6fe685d
to
788b620
Compare
bruce-riley
force-pushed
the
ccq/integration
branch
from
June 14, 2023 16:58
f5d5e89
to
db5aed2
Compare
bruce-riley
force-pushed
the
ccq/integration
branch
from
June 29, 2023 14:47
3d87ebc
to
66a3886
Compare
evan-gray
force-pushed
the
ccq/integration
branch
from
July 19, 2023 14:46
61def4c
to
f1f6160
Compare
bruce-riley
force-pushed
the
ccq/integration
branch
from
August 1, 2023 16:05
f1f6160
to
8688db1
Compare
Linking #3113 here as related. |
Some feedback on the gossipsub portion of this (If you decide to proceed with gossipsub at all):
|
bruce-riley
force-pushed
the
ccq/integration
branch
from
August 7, 2023 16:31
43893f3
to
a95bb5b
Compare
bruce-riley
force-pushed
the
ccq/integration
branch
from
August 24, 2023 22:37
28aea95
to
0921f3d
Compare
evan-gray
force-pushed
the
ccq/integration
branch
2 times, most recently
from
August 29, 2023 13:26
d6af84e
to
ab49d0f
Compare
bruce-riley
force-pushed
the
ccq/integration
branch
2 times, most recently
from
September 5, 2023 18:46
f282ed7
to
b2e7700
Compare
gator-boi
reviewed
Sep 27, 2023
gator-boi
reviewed
Sep 27, 2023
gator-boi
reviewed
Sep 27, 2023
gator-boi
reviewed
Sep 27, 2023
gator-boi
reviewed
Sep 27, 2023
gator-boi
reviewed
Sep 27, 2023
gator-boi
reviewed
Sep 27, 2023
* CCQ: Add marshalling tests * More marshalling changes * Start of support for multiple calls in a batch * Multiple responses to go with multiple requests * Support multiple EVM queries in a batch * Multiple queries in a batch * Start of handler tests * More handler tests * More handler tests * node: add multi batch query tests * Added comments to tests * Per chain query time out not getting retried * node: chang rand package * Tweak serialization of per call request --------- Co-authored-by: Paul Noel <[email protected]>
* wormchain: deploy more contracts in tilt * wormchain: change contract ordering * wormchain: rearrange instantiation
* CCQ: Messaging changes * Add tests for marshaling query request * Response changes * Rework response structs, add tests * Code review rework * Make block number uint64 internally
* CCQ: Reorg code into a query package * Make requestTimeout public
* CCQ: Message tweaks Change-Id: I5d97fa0a32b42f1a763edf572b3d08365a7f5b20 * Add comments Change-Id: I35a9fac0fbaae7d175e2529b842c5cef4ac386f6 * Fix comment paste error Change-Id: I4dd23ea375e481d46e24a11d70b590221548c92e * Address review comments Change-Id: Ia516085fdcc182a5566b31342a5aa2480d37eedc
* CCQ: Make work with node refactor Change-Id: I416db0e01156787b6ed2420598a448d23c4581ca * Tweak log message Change-Id: Ibf109cfdccf01297e0755fc849b23d42cde2b772
The CCQ Query Server is an HTTP server / RESTful service that handles query requests, publishes them to the gossip network, waits for the responses to reach quorum, and then returns the response.
* CCQ: Gossip Split * Fix error handling
bruce-riley
force-pushed
the
ccq/integration
branch
from
September 29, 2023 18:51
95d6815
to
e079566
Compare
* CCQ: Add enable flag and feature flag (#2986) * CCQ: Add enable flag and feature flag * Fix build error * CCQ: Add ccqAllowedRequesters parameter (#2990) * CCQ: Query demo contract * More stuff * More stuff * More changes * remove bad check * timestamp bugfix * Code review rework --------- Co-authored-by: Evan Gray <[email protected]>
* CCQ: Fix tilt CI tests * Add logging * Try adding second guardian to bootstrap peers * More debugging * Another tweak * Try again * Undo a tweak * Sigh * Shrug * Give query-server a unique p2p key
* CCQ: Eth parsing library rework * Use BytesParsing for unchecked handling * Add checkLength() * Use a const instead of a magic number
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WARNING: This PR has been superseded by the following PRs:
Please DO NOT add any more commits to this PR!