Skip to content
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

Allow to register multiple reporters in VRF to enable better off-chain scaling #568

Conversation

martinkersner
Copy link
Member

Description

This PR changes basic data structures in VRFCoordinator in order to allow registration of multiple off-chain oracles under the same keyhash. This will allow to scale off-chain service better without being subject to blockchain transaction limitations.

Additionally this PR includes tests for VRF temporary account fulfillment.

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.

@martinkersner martinkersner marked this pull request as ready for review April 26, 2023 06:54
@martinkersner martinkersner merged commit 6ec5574 into master Apr 26, 2023
@martinkersner martinkersner deleted the i-565/feat/allow-to-register-multiple-reporters-in-VRF-for-better-off-chain-scaling branch April 26, 2023 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow to register multiple reporters in VRF to enable better off-chain scaling
1 participant