JackalLabs / canine-chain

The Jackal Protocol blockchain node binary
https://jackalprotocol.com
MIT License
37 stars 17 forks source link

Econ v2 Upgrade #395

Closed TheMarstonConnell closed 6 months ago

TheMarstonConnell commented 9 months ago

Implementing https://github.com/JackalLabs/canine-chain/issues/367

TheMarstonConnell commented 8 months ago

https://jackal.link/p/permaweb/200years/econpaperv2.pdf

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 47.06%. Comparing base (1dafb76) to head (8acbbaa). Report is 45 commits behind head on master.

Files Patch % Lines
x/jklmint/keeper/mint.go 61.76% 20 Missing and 6 partials :warning:
x/jklmint/types/params.go 54.90% 16 Missing and 7 partials :warning:
x/storage/keeper/msg_server_buy_storage.go 79.24% 12 Missing and 10 partials :warning:
x/storage/keeper/rewards.go 61.90% 11 Missing and 5 partials :warning:
x/storage/keeper/payment_info.go 65.11% 15 Missing :warning:
x/storage/types/keys.go 0.00% 13 Missing :warning:
x/filetree/types/test_helpers.go 0.00% 11 Missing :warning:
x/jklmint/keeper/minted_block.go 46.66% 8 Missing :warning:
x/storage/keeper/utils.go 61.90% 8 Missing :warning:
x/jklmint/module.go 0.00% 6 Missing :warning:
... and 22 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #395 +/- ## ========================================== + Coverage 44.48% 47.06% +2.58% ========================================== Files 230 210 -20 Lines 8646 6559 -2087 ========================================== - Hits 3846 3087 -759 + Misses 4557 3213 -1344 - Partials 243 259 +16 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.