-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VRF-330: enabling batch fulfillment for VRF e2e tests (#13091)
* VRF-330: enabling batch fulfillment for VRF e2e tests * VRF-330: fixing lint * VRF-330: fixing tests * VRF-330: fixing tests * VRF-330: fixing tests * VRF-330: fixing tests * VRF-330: fixing tests * VRF-330: fixing tests * VRF-330: fixing tests * VRF-330: fixing tests * VRF-330: fixing tests * VRF-330: fixing tests * VRF-330: PR comments * VRF-330: PR comments * VRF-330: PR comments
- Loading branch information
1 parent
700a827
commit b0b4354
Showing
21 changed files
with
833 additions
and
101 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
package vrfv2 | ||
|
||
const ( | ||
ErrDeployVRFV2Wrapper = "error deploying VRFV2Wrapper" | ||
ErrCreateVRFV2Jobs = "error creating VRF V2 Jobs" | ||
ErrDeployVRFV2Contracts = "error deploying VRFV2 contracts" | ||
ErrCreatingVRFv2Job = "error creating VRFv2 job" | ||
ErrAdvancedConsumer = "error deploying VRFv2 Advanced Consumer" | ||
ErrDeployCoordinatorV2 = "error deploying VRF CoordinatorV2" | ||
ErrDeployBatchCoordinatorV2 = "error deploying Batch VRF CoordinatorV2" | ||
ErrDeployVRFV2Wrapper = "error deploying VRFV2Wrapper" | ||
ErrCreateVRFV2Jobs = "error creating VRF V2 Jobs" | ||
ErrDeployVRFV2Contracts = "error deploying VRFV2 contracts" | ||
ErrCreatingVRFv2Job = "error creating VRFv2 job" | ||
ErrAdvancedConsumer = "error deploying VRFv2 Advanced Consumer" | ||
) |
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.