-
Notifications
You must be signed in to change notification settings - Fork 41
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
[v6.0] Accumulate ErgoTree deserialization cost #938
Conversation
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. |
…to full V6 Validation + Add new rule tests for BlockVer V4/Script v3
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 |
@SethDusek, yes, because changing the base branch doesn't change the commit which is tested. |
Indeed, ErgoTreeSerializerSpecification is failing, which is unlikely touched by this PR and locally tests are passed |
@aslesarenko please review |
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.