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

Enrich ReducedToFalse prover/verifier error with pretty printed ErgoTree and evaluation environment #723

Merged
merged 5 commits into from
Oct 11, 2023

Conversation

greenhat
Copy link
Member

@greenhat greenhat commented Sep 29, 2023

Close #625

@greenhat greenhat force-pushed the i625-explain-reduced-to-false branch from 517153f to fd52f44 Compare October 10, 2023 13:41
@coveralls
Copy link

coveralls commented Oct 10, 2023

Pull Request Test Coverage Report for Build 6480216007

  • 42 of 99 (42.42%) changed or added relevant lines in 9 files are covered.
  • 14 unchanged lines in 4 files lost coverage.
  • Overall coverage decreased (-0.2%) to 80.768%

Changes Missing Coverage Covered Lines Changed/Added Lines %
ergo-lib/src/chain/transaction/reduced.rs 6 7 85.71%
ergo-lib/src/wallet.rs 0 1 0.0%
ergotree-interpreter/src/sigma_protocol/prover.rs 3 4 75.0%
ergotree-interpreter/src/eval.rs 20 23 86.96%
ergotree-interpreter/src/eval/error.rs 0 9 0.0%
ergotree-ir/src/mir/value.rs 3 45 6.67%
Files with Coverage Reduction New Missed Lines %
ergotree-interpreter/src/sigma_protocol/verifier.rs 1 90.0%
ergo-merkle-tree/src/merkletree.rs 2 97.39%
ergo-merkle-tree/src/batchmerkleproof.rs 3 90.48%
ergotree-ir/src/serialization/types.rs 8 81.18%
Totals Coverage Status
Change from base Build 6456988878: -0.2%
Covered Lines: 10537
Relevant Lines: 13046

💛 - Coveralls

@greenhat greenhat marked this pull request as ready for review October 11, 2023 11:27
@greenhat greenhat merged commit 75a5def into develop Oct 11, 2023
12 checks passed
@greenhat greenhat deleted the i625-explain-reduced-to-false branch October 11, 2023 11:27
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

Successfully merging this pull request may close these issues.

Evaluation trace(debug) mode for the interpreter
2 participants