sigmastate-interpreter
sigmastate-interpreter copied to clipboard
[v6.0] Accumulate ErgoTree deserialization cost
For #846
I've accumulated the deserialization cost into the total cost and updated all the relevant test cases with costs for all ErgoTree versions when V3 is activated.
Should I rebase this to #930?
Also are there any formatting guidelines? There doesn't seem to be any mention of proper formatting in CONTRIBUTING.md.
CI should be good to go now! Added new version tests for V3, please take a look at those as well
Please re-run CI, I believe this CI failure was due to an issue in the underlying branch and not this PR itself. Github doesn't seem to automatically re-run CI for PRs when the base branch changes
Github doesn't seem to automatically re-run CI for PRs when the base branch changes
@SethDusek, yes, because changing the base branch doesn't change the commit which is tested. Also, "re-run" command in somehow not available in the logs.
Indeed, ErgoTreeSerializerSpecification is failing, which is unlikely touched by this PR and locally tests are passed
@aslesarenko please review