Skip to content

Commit

Permalink
VRF-780: updating VRF Owner contract; VRF-847: add posibility to depl…
Browse files Browse the repository at this point in the history
…oy test coordinator, better customisation options for VRF job spec (#11769)

* VRF-780: updating VRF Owner contract
VRF-847: add posibility to deploy test coordinator, better customisation options for VRF job spec

* VRF-847: add missing go binding

* VRF-847: fixing solidity lint

* VRF-847: fixing compile error

* VRF-847: fixing solidity lint

* VRF-847: fixing go lint issue

* VRF-847: fixing go lint issue

* VRF-847: update

* VRF-847: minor updates

* fixing go lint

* fixing VRF v2 Plus load test

* reverting pnpm-lock.yaml changes

* adding billing type to load tests; finishing CTF test for VRF Owner

* fixing VRF V2 Plus test

* decreasing max gas price for VRF V2 Plus test

* fixing typo
  • Loading branch information
iljapavlovs authored Jan 23, 2024
1 parent 91c799c commit bc01205
Show file tree
Hide file tree
Showing 39 changed files with 6,130 additions and 516 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-demand-vrfv2-performance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
- "POLYGON_MUMBAI"
- "AVALANCHE_FUJI"
- "AVALANCHE_MAINNET"
- "NEXON_DEV"
fundingPrivateKey:
description: Private funding key (Skip for Simulated)
required: false
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/on-demand-vrfv2plus-performance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
- "POLYGON_MUMBAI"
- "AVALANCHE_FUJI"
- "AVALANCHE_MAINNET"
- "NEXON_DEV"
fundingPrivateKey:
description: Private funding key (Skip for Simulated)
required: false
Expand Down Expand Up @@ -71,7 +72,8 @@ jobs:
contents: read
env:
LOKI_URL: ${{ secrets.LOKI_URL }}
LOKI_TOKEN: ${{ secrets.LOKI_TOKEN }}
LOKI_TENANT_ID: ${{ secrets.LOKI_TENANT_ID }}
LOKI_BASIC_AUTH: ${{ secrets.LOKI_BASIC_AUTH }}
SELECTED_NETWORKS: ${{ inputs.network }}
TEST_TYPE: ${{ inputs.performanceTestType }}
VRFV2PLUS_TEST_DURATION: ${{ inputs.testDuration }}
Expand Down
2 changes: 2 additions & 0 deletions contracts/scripts/native_solc_compile_all_vrf
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ compileContract vrf/testhelpers/VRFLoadTestOwnerlessConsumer.sol
compileContract vrf/testhelpers/VRFLoadTestExternalSubOwner.sol
compileContract vrf/testhelpers/VRFV2LoadTestWithMetrics.sol
compileContract vrf/testhelpers/VRFV2OwnerTestConsumer.sol
compileContractAltOpts vrf/testhelpers/VRFCoordinatorTestV2.sol 10000
compileContract vrf/testhelpers/VRFMockETHLINKAggregator.sol

# Helper contracts
compileContract vrf/interfaces/IAuthorizedReceiver.sol
Expand Down
Loading

0 comments on commit bc01205

Please sign in to comment.