iotexproject / iotex-core

Official implementation of IoTeX blockchain protocol in Go. An ultra-efficient EVM blockchain offering 1000 TPS with instant 1-block finality. Perfect for DeFi, DePIN tokenomics, Identities, and any trusted logic requiring Web3 composability
https://iotex.io
Apache License 2.0
1.55k stars 324 forks source link

[ioctl][ioid][#1] ioid sub commands #4284

Closed saitofun closed 4 months ago

saitofun commented 4 months ago

Description

ioid sub commands:

  1. apply ioid ioctl ioid apply
  2. set device contract address ioctl ioid device
  3. register ioid project ioctl ioid register
  4. query ioid project ioctl ioid project

Type of change

How Has This Been Tested?

Test Configuration:

Checklist:

sonarcloud[bot] commented 4 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
6.0% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 77.04%. Comparing base (cc526cd) to head (846d1bd). Report is 14 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4284 +/- ## ========================================== + Coverage 77.02% 77.04% +0.01% ========================================== Files 342 345 +3 Lines 29406 29644 +238 ========================================== + Hits 22651 22840 +189 - Misses 5650 5684 +34 - Partials 1105 1120 +15 ```

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