-
Notifications
You must be signed in to change notification settings - Fork 289
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
Start mocked QGB testnet #953
Comments
instead of starting a full blown testnet for v1, we should be able to deploy the QGB contracts using a mock validator set. This would entail creating a validator set of one that never changes, then querying data commitments for arbitrary block ranges, signing them, and manually relaying them to the contracts. This way, we would be able to use the block data from mocha and arabica, so users of the QGB could just post data to those networks, this script would create data commitments over that block data, and post it to the contracts using the mocked validator set. |
A potential approach, since mocha and arabica have the QGB state machine plugged in, would be to make changes on QGB V1 to do the following:
|
is this still planned @sweexordious ? |
I don' think we need this anymore, we've done the above tasks using v2 on Robusta. Should we should be good to close this. Thanks for pointing it. |
Starting a QGB V1 testnet that can be exposed to developers to start tinkering with the QGB.
Currently, QGB V1 is at
qgb-integration
branch. And, we're working on a mocked version using a mocked validator set to be able to run it for any test network without the need to make everyone run an orchestrator.Some of the tasks that will need to be accomplished for this are:
verify
command on mocked QGB #1375The text was updated successfully, but these errors were encountered: