-
Notifications
You must be signed in to change notification settings - Fork 27
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
Block hash publisher #51
Conversation
Co-authored-by: cam-schultz <[email protected]> Signed-off-by: minghinmatthewlam <[email protected]>
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.
One question about the name of an error. Otherwise LGTM
Lets discuss whether or not we think these contracts belong in the Part of me thinks that the interface that the |
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.
Generally makes sense to me.
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.
LGMT 👍
network_setup.go
seems to be getting slightly unwieldy. I'll follow up this PR with a bit of a refactor that I've already mostly done in my native bridge branch. That way I can take it out of the native bridge PR to simplify it.
Will need refactoring with new test code
Closing this as stale, but the idea is still planned to be use as a part of ACP-108. |
Why this should be merged
Adds a basic contract that verifies a block hash from another chain, and emits it in an event, using the
subnet-evm
features described in ava-labs/subnet-evm#734.How this was tested