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

Release/cryptography v1.4.2 #1366

Merged
merged 4 commits into from
Jan 13, 2023
Merged

Release/cryptography v1.4.2 #1366

merged 4 commits into from
Jan 13, 2023

Conversation

ochikov
Copy link
Contributor

@ochikov ochikov commented Jan 13, 2023

Description:
Update the cryptography package.

Related issue(s):

Fixes #1365 #1358

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@ochikov ochikov requested a review from petreze January 13, 2023 08:35
@codecov
Copy link

codecov bot commented Jan 13, 2023

Codecov Report

Base: 73.36% // Head: 83.42% // Increases project coverage by +10.06% 🎉

Coverage data is based on head (486f324) compared to base (34e063e).
Patch has no changes to coverable lines.

❗ Current head 486f324 differs from pull request most recent head 3a73218. Consider uploading reports for the commit 3a73218 to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##           develop    #1366       +/-   ##
============================================
+ Coverage    73.36%   83.42%   +10.06%     
============================================
  Files          218      292       +74     
  Lines        54380    72867    +18487     
============================================
+ Hits         39894    60790    +20896     
+ Misses       14486    12077     -2409     
Impacted Files Coverage Δ
src/primitive/sha256.browser.js 0.00% <0.00%> (ø)
src/primitive/keccak.js 89.66% <0.00%> (ø)
src/words/legacy.js 100.00% <0.00%> (ø)
packages/cryptography/src/primitive/aes.js 100.00% <0.00%> (ø)
packages/cryptography/src/primitive/bip32.js 94.52% <0.00%> (ø)
packages/cryptography/src/util/derive.js 100.00% <0.00%> (ø)
packages/cryptography/src/primitive/hmac.js 85.71% <0.00%> (ø)
src/primitive/slip10.js 100.00% <0.00%> (ø)
src/util/entropy.js 96.94% <0.00%> (ø)
src/encoding/pem.js 71.25% <0.00%> (ø)
... and 147 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ochikov ochikov force-pushed the release/cryptography-v1.4.2 branch from 4d2590f to 3a73218 Compare January 13, 2023 11:50
@sonarcloud
Copy link

sonarcloud bot commented Jan 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@ochikov ochikov merged commit 4e9af4e into develop Jan 13, 2023
@ochikov ochikov deleted the release/cryptography-v1.4.2 branch January 13, 2023 11:55
monokaijs pushed a commit to monostarter/u2u-sdk-js that referenced this pull request Jul 5, 2023
* release(cryptography): v1.4.2

Signed-off-by: ochikov <[email protected]>

* Use the new crypto package

Signed-off-by: ochikov <[email protected]>

* update the pnmp lock file

Signed-off-by: ochikov <[email protected]>

Signed-off-by: ochikov <[email protected]>
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.

Update cryptography package in order for the sdk to use the latest changes.
2 participants