nspcc-dev / neo-go

Go Node and SDK for the Neo blockchain
MIT License
123 stars 79 forks source link

cli: make nep1X balance commands work without a wallet, fix #3275 #3659

Closed roman-khimov closed 1 week ago

roman-khimov commented 2 weeks ago

Checking the balance should be easy without any wallets involved, the data is available anyway.

Adding the command to "query nep1X" is not so trivial, so let's have it this way for now.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.18%. Comparing base (95098d4) to head (ddaf9c0). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3659 +/- ## ========================================== + Coverage 83.13% 83.18% +0.05% ========================================== Files 334 334 Lines 46563 46576 +13 ========================================== + Hits 38708 38746 +38 + Misses 6278 6258 -20 + Partials 1577 1572 -5 ```

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