LiskArchive / lisk-sdk

🔩 Lisk software development kit
https://lisk.com
Apache License 2.0
2.72k stars 457 forks source link

transaction:create parameter prompts #9118

Closed has5aan closed 8 months ago

has5aan commented 8 months ago

What was the problem?

This PR resolves #9105

How was it solved?

How was it tested?

Implemented unit tests.

Functional test

Calling transaction:create testNft mintNft 10000000 --send on pos-mainchain and providing the required parameters through the prompt.

codecov[bot] commented 8 months ago

Codecov Report

Merging #9118 (6de9492) into release/6.1.0 (773ba74) will decrease coverage by 0.02%. The diff coverage is 97.77%.

:exclamation: Current head 6de9492 differs from pull request most recent head 421a4b6. Consider uploading reports for the commit 421a4b6 to get more accurate results

Impacted file tree graph

@@                Coverage Diff                @@
##           release/6.1.0    #9118      +/-   ##
=================================================
- Coverage          84.35%   84.34%   -0.02%     
=================================================
  Files                655      652       -3     
  Lines              24137    23940     -197     
  Branches            3506     3480      -26     
=================================================
- Hits               20361    20192     -169     
+ Misses              3776     3748      -28     
Files Coverage Δ
commander/test/helpers/transactions.ts 96.42% <100.00%> (+0.42%) :arrow_up:
commander/src/utils/reader.ts 88.32% <97.61%> (-0.24%) :arrow_down:

... and 68 files with indirect coverage changes