-
Notifications
You must be signed in to change notification settings - Fork 41
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
(WIP)fix: replace light relay with full relay contracts. #301
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't want to fully replace which relay can be used, should still be possible to use the LightRelay with these utils.
/// be possible to validate blocks with the real LightRelay. | ||
/// @dev Notice that TestLightRelay is derived from LightRelay so that the two | ||
/// contracts have the same API and correct bindings can be generated. | ||
contract TestFullRelay is FullRelay { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not entirely sure why we need this contract, could you explain?
|
Closes #287