-
Notifications
You must be signed in to change notification settings - Fork 171
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
Test for block with invalid extension application. #484
base: master
Are you sure you want to change the base?
Conversation
|
||
applyBlock(block) shouldBe 'success | ||
getBestHeaderOpt shouldBe Some(block.header) | ||
if (verifyTransactions) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
double verifyTransactions
check
@@ -368,7 +409,7 @@ class ErgoNodeViewHolderSpec extends ErgoPropertyTest with NodeViewTestOps with | |||
} | |||
} | |||
|
|||
val verifyingTxCases = List(t10, t11, t12, t13) | |||
val verifyingTxCases = List(t11, t12, t13, t14) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should also move t7 and t8 here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Depends on |
#483