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

AVM: incentive opcodes #5984

Merged
merged 133 commits into from
May 15, 2024

Correct comment

9743a9f
Select commit
Loading
Failed to load commit list.
Merged

AVM: incentive opcodes #5984

Correct comment
9743a9f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 14, 2024 in 0s

56.11% (-0.02%) compared to b259709

View this Pull Request on Codecov

56.11% (-0.02%) compared to b259709

Details

Codecov Report

Attention: Patch coverage is 33.10811% with 99 lines in your changes are missing coverage. Please review.

Project coverage is 56.11%. Comparing base (b259709) to head (9743a9f).
Report is 17 commits behind head on master.

Files Patch % Lines
ledger/eval/eval.go 3.44% 28 Missing ⚠️
cmd/tealdbg/localLedger.go 0.00% 18 Missing ⚠️
daemon/algod/api/server/v2/dryrun.go 0.00% 18 Missing ⚠️
data/transactions/logic/eval.go 68.42% 8 Missing and 4 partials ⚠️
ledger/eval/applications.go 0.00% 9 Missing ⚠️
data/transactions/logic/fields.go 72.72% 5 Missing and 1 partial ⚠️
ledger/tracker.go 0.00% 4 Missing ⚠️
data/transactions/logic/fields_string.go 50.00% 1 Missing and 1 partial ⚠️
ledger/eval/cow.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5984      +/-   ##
==========================================
- Coverage   56.13%   56.11%   -0.02%     
==========================================
  Files         482      481       -1     
  Lines       68027    68074      +47     
==========================================
+ Hits        38187    38203      +16     
- Misses      27243    27273      +30     
- Partials     2597     2598       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.