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

AppendFullBlock fails if (validMKV._1.head == 1) #2117

Closed
3 tasks
Tracked by #2118
stenolog opened this issue Feb 22, 2024 · 1 comment
Closed
3 tasks
Tracked by #2118

AppendFullBlock fails if (validMKV._1.head == 1) #2117

stenolog opened this issue Feb 22, 2024 · 1 comment

Comments

@stenolog
Copy link
Contributor

stenolog commented Feb 22, 2024

ErgoStateContextSpec

    // valid application of correct extension
    sc.appendFullBlock(fbWithFields(validMKV +: oldFields)) shouldBe 'success

this fails, when (validMKV._1.head == 1)

Reproducer

Tasks

process this issue in context of #2118

  • Identify and document root-cause
  • fix
  • remove the workaround added
@kushti
Copy link
Member

kushti commented Mar 4, 2024

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)

@kushti kushti closed this as completed Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants