Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed uint8list to bytelist #62

Merged
merged 3 commits into from Oct 7, 2021
Merged

Conversation

SushantChandla
Copy link
Contributor

Fixed #61

@codecov-commenter
Copy link

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%) ⬇️
.../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%) ⬆️
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.

@glavigno glavigno changed the base branch from v1 to main October 7, 2021 14:04
@kaderate kaderate merged commit 647f3fb into moneytrackio:main Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: 'Uint8List' is restricted and can't be extended or implemented.
3 participants