evannetwork / api-blockchain-core

blockchain programming framework for evan.network
GNU Affero General Public License v3.0
5 stars 1 forks source link

update docs for getSharings and getSharingsFromContracts #71

Closed OmairLiaquatAli closed 4 years ago

OmairLiaquatAli commented 4 years ago

Stated in description that getSharings can also be used by parsing ENS address. also introduced output examples from both functions. -CORE-948

codecov-io commented 4 years ago

Codecov Report

Merging #71 into develop will decrease coverage by 10.66%. The diff coverage is 80.7%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop      #71       +/-   ##
============================================
- Coverage    84.05%   73.38%   -10.67%     
============================================
  Files           48       48               
  Lines         5135     5267      +132     
  Branches       755      778       +23     
============================================
- Hits          4316     3865      -451     
- Misses         815     1396      +581     
- Partials         4        6        +2
Flag Coverage Δ
#javascript 73.38% <80.7%> (-10.67%) :arrow_down:
Impacted Files Coverage Δ
src/contracts/signer-identity.ts 45% <0%> (-47.73%) :arrow_down:
src/contracts/wallet.ts 3.36% <0%> (-84.88%) :arrow_down:
src/onboarding.ts 93.59% <100%> (+0.06%) :arrow_up:
src/keyExchange.ts 95.45% <100%> (ø) :arrow_up:
src/dfs/ipld.ts 95.76% <100%> (ø) :arrow_up:
src/contracts/data-contract/data-contract.ts 93.88% <100%> (+0.1%) :arrow_up:
src/profile/profile.ts 67.62% <100%> (-0.82%) :arrow_down:
src/runtime.ts 91.83% <100%> (+0.05%) :arrow_up:
src/contracts/sharing.ts 63.58% <100%> (-18.47%) :arrow_down:
src/encryption/aes-blob.ts 72.44% <100%> (ø) :arrow_up:
... and 16 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9797080...35d6a24. Read the comment docs.