Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore/vrf 585 add ctf test vrfv2plus migration (#10450)
* fix VRF V3 setup script * VRF-585: add VRFV2Plus CTF test for migration * VRF-585: add VRFV2Plus Coordinator with onMigration method * VRF-585: reverting VRFV2PlusClient contract changes * remove unnecessary deregister (#10487) * VRF-585: adding new steps * VRF-585: updating VRFConsumerBaseV2Plus.sol to have public coordinator; and VRFV2PlusLoadTestWithMetrics.sol to use that coordinator * VRF-585: update * set s_consumers in onMigration() * VRF-585: updating test * VRF-585: updating test * VRF-585: updating test * VRF-585: fixing solidity lint issues * VRF-585: removing code from upgraded coordinator in order to resolve max code size exceeded issue * VRF-585: changing MinimumConfirmations * VRF-585: enable CL Client debug * VRF-585: reusing env for the test * VRF-585: disabling CL node http debug mode * VRF-585: enabling back waitforevents for contract deployment * VRF-585: add err checks * VRF-585: add total balance verification * VRF-585: refactoring test; updating Coordinator contract to update subIds array when migrating * VRF-585: removing commented code * VRF-585: reverting --------- Co-authored-by: Makram <[email protected]> Co-authored-by: jinhoonbang <[email protected]>
- Loading branch information