-
Notifications
You must be signed in to change notification settings - Fork 244
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
Avalanche Warp Messaging #440
Comments
Calling out a dev dependency: We'll need the precompile solidity interface in order to filter for messages to be inserted into the messages database. May want to consider moving the precompile solidity interface up to the top. |
The messages database in the first ticket should be the database of messages the validator is willing to sign, so there won't be a need to filter that as any message emitted by the precompile should go in. Any message emitted by the Warp precompile, should be added to the database when it gets accepted, so it should just need the following interface:
I was thinking that the |
@minghinmatthewlam to add a separate ticket to clean up the warp messages database and add to this ticket. |
Added #471 into list of issues |
Documentation
https://github.com/ava-labs/subnet-evm/blob/warp-e2e/precompile/contracts/warp/README.md
Tasks
The text was updated successfully, but these errors were encountered: