-
Notifications
You must be signed in to change notification settings - Fork 36
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
using @nobles/hashes (with rebase) #174
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## development #174 +/- ##
===============================================
+ Coverage 81.36% 81.42% +0.06%
===============================================
Files 46 46
Lines 4149 4141 -8
Branches 1030 1030
===============================================
- Hits 3376 3372 -4
+ Misses 741 737 -4
Partials 32 32 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lenkan Thank you for the rebase! I thought i had fixed mine. 🙏🏽
@pfeairheller @rodolfomiranda Is this OK to merge? It works for our environment. Yesterday you mentioned that some people might have opinions on blake3 dependency, I don't recall the reasoning. |
@@ -1,13 +1,5 @@ | |||
import _sodium from 'libsodium-wrappers-sumo'; | |||
|
|||
export const ready: () => Promise<void> = async () => { | |||
try { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome! Nice work
I really hope this works. I'll be testing it out today. I assume it does. |
I did the rebase and squash of #162 because we are keen to get rid of the wasm dependency of blake3.
@AlexAndrei98 you are still the author of the commit as you can see.
I will use my fork for now. It does not matter for me which PR is merged.