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

FS chain deployment stucks on error in forming a role assignment transaction #423

Open
cthulhu-rider opened this issue May 27, 2024 · 0 comments
Labels
bug Something isn't working I4 No visible changes S4 Routine U3 Regular

Comments

@cthulhu-rider
Copy link
Contributor

i encountered stuck deployment with following error once:

calculating network fee: ... - witness hash mismatch

it appears when non-leader (not Az) node forms transaction designating Notary role to the committee (code)

i haven't been able to reproduce the problem yet. Note that deployment with the autoset option is protected from role designation errors


© @AnnaShaleva:

This error happens when your verification script script hash does not match the address of a non-contract signer. For example, the witness verification script is filled out incorrectly (it usually contains a push set of public keys and checksig\checkmultisig), for example, the keys are sorted incorrectly or some of the keys may be missing, I would check if there is a race anywhere in the code that composes the verification skriptik. Either the signer hash was filled in incorrectly, or it is completely empty, or someone cleaned it up after filling it.

@cthulhu-rider cthulhu-rider added the bug Something isn't working label May 27, 2024
@roman-khimov roman-khimov added U4 Nothing urgent S4 Routine I4 No visible changes U3 Regular and removed U4 Nothing urgent labels May 29, 2024
@roman-khimov roman-khimov transferred this issue from nspcc-dev/neofs-node Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working I4 No visible changes S4 Routine U3 Regular
Projects
None yet
Development

No branches or pull requests

2 participants