-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for universal nonce, fixes/improves relayer and depends o…
…n latest QGB contract (#497) * adds AttestationRequestI part 1 * adds AttestationRequestI part 2: state machine + orchestrator + relayer changes * use latest QGB contract part 1 * partially working abci + orchestrator * partially working orchestrator + relayer + unit tests refactor * ugly but working e2e orchestrator tests * use latest qgb contract + update tests * update qgb e2e tests * update qgb e2e tests * fix relayer matching commitement signatures with valset validators part 1 * fix relayer matching signatures * refactor + cleanup + making sure things work * fixes tests + removes unnecessary code * fixes docs in proto * uses new method instead of direct struct init for valset/dc confirms * increase qgb e2e test time * final nits * increase QGB E2E github test timeout * remove dead code maxValsetRequestsReturned and maxDataCommitmentRequestsReturned * ignores full long behaviour e2e tests * Typos x/qgb/orchestrator/errors.go Co-authored-by: Evan Forbes <[email protected]> * nits * use require instead of assert * remove unnecessary qgb dc requests + nits Co-authored-by: Evan Forbes <[email protected]>
- Loading branch information
1 parent
b8ebb36
commit adfdc85
Showing
67 changed files
with
2,444 additions
and
5,592 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.