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

Validator error handling #374

Open
sifnoc opened this issue Feb 19, 2022 · 1 comment
Open

Validator error handling #374

sifnoc opened this issue Feb 19, 2022 · 1 comment
Assignees

Comments

@sifnoc
Copy link
Member

sifnoc commented Feb 19, 2022

The validator got this error when the coordinator processing proposals after the 8th slash event.

[1645232606223] INFO (1 on 3185da9aa28c): core/block-processor - Processing proposal #955()
[1645232606900] INFO (1 on 3185da9aa28c): core/snark-verifier.ts - verifyTx(0xd29d841dd7f0817c29641204c0cfcfaab716f79796785975d56f37abfe46f0c5) => true
[1645232606901] WARN (1 on 3185da9aa28c): core/fullnode-validator - offchain validation failed: An inflow is referencing an invalid UTXO root.                                               
[1645232606952] WARN (1 on 3185da9aa28c): core/block-processor - challenge: undefined      
[1645232606952] INFO (1 on 3185da9aa28c): core/zkopru-node - Found a slashable proposal. Didn't execute the slash tx.
[1645232607001] INFO (1 on 3185da9aa28c): core/block-processor - Processing proposal #956()
AssertionError [ERR_ASSERTION]: Nullifier tree root mismatch
    at FullValidator.<anonymous> (/src/packages/core/dist/validator/validator.js:103:29)
    at Generator.next (<anonymous>)
    at fulfilled (/src/packages/core/dist/validator/validator.js:5:58) {
  generatedMessage: false,
  code: 'ERR_ASSERTION',
  actual: false,
  expected: true,
  operator: '=='                                                                                                                                                                              
}
@sifnoc sifnoc self-assigned this Feb 24, 2022
@sifnoc
Copy link
Member Author

sifnoc commented Feb 26, 2022

This issue fixed with https://github.com/zkopru-network/zkopru/tree/sync-fix
Good job! @vimwitch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant