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
// valid application of correct extension sc.appendFullBlock(fbWithFields(validMKV +: oldFields)) shouldBe 'success
this fails, when (validMKV._1.head == 1)
(validMKV._1.head == 1)
process this issue in context of #2118
The text was updated successfully, but these errors were encountered:
ErgoGenerators.extensionKvGen()
the cause is described in the test https://github.com/ergoplatform/ergo/pull/2116/files#diff-170e3797d0ebd558c2bd8b957f41158dc8c306e478cdd2a537469c2e2c166712R87 , I see nothing to fix here (just not using key space with specific semantics is okay for the test of interest)
Sorry, something went wrong.
No branches or pull requests
ErgoStateContextSpec
this fails, when
(validMKV._1.head == 1)
Reproducer
Tasks
process this issue in context of #2118
The text was updated successfully, but these errors were encountered: