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

Fixed transaction imbalance when burning assets from the same policy #376

Merged
merged 9 commits into from
Sep 22, 2024

Fix __iadd__ in assets

66ef7d5
Select commit
Loading
Failed to load commit list.
Merged

Fixed transaction imbalance when burning assets from the same policy #376

Fix __iadd__ in assets
66ef7d5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 22, 2024 in 0s

85.22% (-0.02%) compared to 388ab97, passed because coverage increased by -0.01% when compared to adjusted base (85.23%)

View this Pull Request on Codecov

85.22% (-0.02%) compared to 388ab97, passed because coverage increased by -0.01% when compared to adjusted base (85.23%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.22%. Comparing base (388ab97) to head (66ef7d5).
Report is 3 commits behind head on chang.

Additional details and impacted files
@@            Coverage Diff             @@
##            chang     #376      +/-   ##
==========================================
- Coverage   85.24%   85.22%   -0.02%     
==========================================
  Files          32       32              
  Lines        4209     4211       +2     
  Branches     1059     1059              
==========================================
+ Hits         3588     3589       +1     
  Misses        435      435              
- Partials      186      187       +1     

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