kaspanet / kaspad

Kaspad was the reference full node Kaspa implementation written in Go (golang), now rewritten in Rust: https://github.com/kaspanet/rusty-kaspa
ISC License
453 stars 230 forks source link

Avoid sending transactions with no funds #2193

Closed someone235 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.02 :warning:

Comparison is base (26c4c73) 58.86% compared to head (1dadbb0) 58.85%.

:exclamation: Current head 1dadbb0 differs from pull request most recent head 6b07468. Consider uploading reports for the commit 6b07468 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #2193 +/- ## ========================================== - Coverage 58.86% 58.85% -0.02% ========================================== Files 679 679 Lines 33120 33122 +2 ========================================== - Hits 19497 19494 -3 - Misses 10783 10785 +2 - Partials 2840 2843 +3 ``` | [Impacted Files](https://codecov.io/gh/kaspanet/kaspad/pull/2193?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kaspanet) | Coverage Δ | | |---|---|---| | [...allet/daemon/server/create\_unsigned\_transaction.go](https://codecov.io/gh/kaspanet/kaspad/pull/2193?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kaspanet#diff-Y21kL2thc3Bhd2FsbGV0L2RhZW1vbi9zZXJ2ZXIvY3JlYXRlX3Vuc2lnbmVkX3RyYW5zYWN0aW9uLmdv) | `0.00% <0.00%> (ø)` | | | [...k/netadapter/server/grpcserver/connection\_loops.go](https://codecov.io/gh/kaspanet/kaspad/pull/2193?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kaspanet#diff-aW5mcmFzdHJ1Y3R1cmUvbmV0d29yay9uZXRhZGFwdGVyL3NlcnZlci9ncnBjc2VydmVyL2Nvbm5lY3Rpb25fbG9vcHMuZ28=) | `53.03% <0.00%> (-4.55%)` | :arrow_down: | | [infrastructure/network/netadapter/router/route.go](https://codecov.io/gh/kaspanet/kaspad/pull/2193?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kaspanet#diff-aW5mcmFzdHJ1Y3R1cmUvbmV0d29yay9uZXRhZGFwdGVyL3JvdXRlci9yb3V0ZS5nbw==) | `72.72% <0.00%> (-4.55%)` | :arrow_down: | | [domain/consensus/utils/txscript/opcode.go](https://codecov.io/gh/kaspanet/kaspad/pull/2193?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kaspanet#diff-ZG9tYWluL2NvbnNlbnN1cy91dGlscy90eHNjcmlwdC9vcGNvZGUuZ28=) | `84.39% <0.00%> (+0.21%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kaspanet). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kaspanet)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.