iotex-core icon indicating copy to clipboard operation
iotex-core copied to clipboard

[ioctl][ws] add ws project/prover subcommand to interact with w3bstream contracts

Open saitofun opened this issue 1 year ago • 2 comments

Description

add ws project/prover subcommand to interact with w3bstream contracts

commit 28839ff: add sprout contract abis and generate go code commit 304c0d4: add tools for contract call commit bf926d7: add w3bstream contract address configs commit a60e101: wsproject command for interaction with project contracts commit c4f1626: wsprover command for interaction with prover contracts

Type of change

Please delete options that are not relevant.

  • [x] New feature (non-breaking change which adds functionality)
  • [x] Code refactor or improvement

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • [x] make test

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] I have added tests that prove my fix is effective or that my feature works
  • [x] New and existing unit tests pass locally with my changes
  • [x] Any dependent changes have been merged and published in downstream modules

saitofun avatar May 08 '24 23:05 saitofun

Codecov Report

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

Project coverage is 76.98%. Comparing base (cc526cd) to head (289de73). Report is 8 commits behind head on master.

:exclamation: Current head 289de73 differs from pull request most recent head 8c297b5

Please upload reports for the commit 8c297b5 to get more accurate results.

Files Patch % Lines
ioctl/newcmd/config/config.go 71.42% 4 Missing and 4 partials :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4265      +/-   ##
==========================================
- Coverage   77.02%   76.98%   -0.05%     
==========================================
  Files         342      343       +1     
  Lines       29406    29445      +39     
==========================================
+ Hits        22651    22669      +18     
- Misses       5650     5667      +17     
- Partials     1105     1109       +4     

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

codecov[bot] avatar May 22 '24 02:05 codecov[bot]