moneytrackio / tezart

Tezart helps to interact with ​Tezos blockchain.
https://moneytrackio.github.io/tezart/
MIT License
26 stars 16 forks source link

changed uint8list to bytelist #62

Closed SushantChandla closed 3 years ago

SushantChandla commented 3 years ago

Fixed #61

codecov-commenter commented 3 years ago

Codecov Report

Merging #62 (a4be29b) into v1 (c7effec) will decrease coverage by 0.04%. The diff coverage is 92.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##               v1      #62      +/-   ##
==========================================
- Coverage   94.47%   94.42%   -0.05%     
==========================================
  Files          61       61              
  Lines         959      951       -8     
==========================================
- Hits          906      898       -8     
  Misses         53       53              
Impacted Files Coverage Δ
lib/src/contracts/impl/contract.dart 100.00% <ø> (ø)
...ib/src/micheline_decoder/impl/address_decoder.dart 36.36% <0.00%> (ø)
lib/src/micheline_encoder/impl/option_encoder.dart 100.00% <ø> (ø)
lib/src/core/client/impl/tezart_client.dart 97.29% <100.00%> (-0.14%) :arrow_down:
.../src/crypto/impl/encrypted_secret_key_to_seed.dart 100.00% <100.00%> (ø)
lib/src/crypto/impl/external_crypto_wrapper.dart 100.00% <100.00%> (ø)
...ib/src/crypto/impl/secret_key_seed_conversion.dart 90.00% <100.00%> (+1.11%) :arrow_up:
lib/src/keystore/impl/keystore.dart 100.00% <100.00%> (ø)
lib/src/micheline_encoder/impl/pair_encoder.dart 90.90% <100.00%> (ø)
lib/src/signature/impl/signature.dart 100.00% <100.00%> (ø)
... and 6 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 c7effec...a4be29b. Read the comment docs.