-
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
Add light-relay code from tbtc-v2 #22
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Signed-off-by: Gregory Hill <[email protected]>
Signed-off-by: Gregory Hill <[email protected]>
0aeddb2
to
5914357
Compare
@@ -0,0 +1,64 @@ | |||
// SPDX-License-Identifier: UNLICENSED | |||
pragma solidity 0.8.17; | |||
|
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.
why did you not use the unmodified one from tbtc?
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.
What do you mean?
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.
unmodified file, I meant
I guess this will have the vulnerability in the proofs that we fixed on interlay? Probably fine for now but something to keep in mind |
See comment here: #4 (comment) |
Forked from https://github.com/keep-network/tbtc-v2