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

ACP-77: Implement Warp message verification #3423

Merged
merged 619 commits into from
Nov 13, 2024

Conversation

StephenButtolph
Copy link
Contributor

@StephenButtolph StephenButtolph commented Sep 26, 2024

Why this should be merged

This PR introduces warp verification for the RegisterSubnetValidatorTx and SetSubnetValidatorWeightTx defined by ACP-77.

How this works

Before block execution, all of the transactions are iterated over and the warp messages are verified for each transaction within the block.

For most transactions, this verification immediately returns a nil error.

For the transactions that contain warp messages, the message is verified.

How this was tested

  • Added unit tests for the new verification rules
  • The existing E2E tests pass, which include sending transactions with warp messages.

…lement-acp-77--set-subnet-validator-weight-tx
@StephenButtolph StephenButtolph changed the base branch from master to add-validation-id-to-wallet November 12, 2024 21:49
Base automatically changed from add-validation-id-to-wallet to master November 13, 2024 15:29
@StephenButtolph StephenButtolph added this pull request to the merge queue Nov 13, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 13, 2024
@StephenButtolph StephenButtolph added this pull request to the merge queue Nov 13, 2024
Merged via the queue into master with commit 1c4a510 Nov 13, 2024
23 checks passed
@StephenButtolph StephenButtolph deleted the implement-acp-77-warp-verification branch November 13, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

7 participants