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

Test for block with invalid extension application. #484

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

oskin1
Copy link
Member

@oskin1 oskin1 commented Oct 6, 2018


applyBlock(block) shouldBe 'success
getBestHeaderOpt shouldBe Some(block.header)
if (verifyTransactions) {
Copy link
Contributor

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)
Copy link
Contributor

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@oskin1 oskin1 added S-ready-for-merge Status: This PR is ready for merge S-wip Status: Work in progress and removed S-ready-for-merge Status: This PR is ready for merge labels Oct 11, 2018
@oskin1
Copy link
Member Author

oskin1 commented Oct 22, 2018

Depends on
hyperledger-labs/Scorex#317

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-wip Status: Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants