We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not all possible reasons for not being valid are tested currently. e.g.
stacks-core/testnet/stacks-node/src/tests/signer/v0.rs
Line 39 in 2be69cb
Create more tests.
Possible errors for ValidateRejectCode:
validate
All functions that aren't yet tested are part of theimpl NakamotoBlockProposal.
impl NakamotoBlockProposal
To do: Construct bad block proposal and submit to the signers. See how the signers deal with it.
The text was updated successfully, but these errors were encountered:
ASuciuX
No branches or pull requests
Not all possible reasons for not being valid are tested currently. e.g.
stacks-core/testnet/stacks-node/src/tests/signer/v0.rs
Line 39 in 2be69cb
Create more tests.
Possible errors for ValidateRejectCode:
validate
function as BadBlockHashAll functions that aren't yet tested are part of the
impl NakamotoBlockProposal
.To do: Construct bad block proposal and submit to the signers. See how the signers deal with it.
The text was updated successfully, but these errors were encountered: