-
Notifications
You must be signed in to change notification settings - Fork 79
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
crypto: use non-default scrypt parameters for encrypting/decrypting #2001
Conversation
fa1f6a8
to
70de79a
Compare
Codecov Report
@@ Coverage Diff @@
## master #2001 +/- ##
==========================================
+ Coverage 83.17% 83.23% +0.06%
==========================================
Files 287 287
Lines 23256 23263 +7
==========================================
+ Hits 19343 19364 +21
+ Misses 2714 2696 -18
- Partials 1199 1203 +4
Continue to review full report at Codecov.
|
Problem: ``` executor_test.go:151: Error Trace: executor_test.go:151 executor_test.go:147 nep11_test.go:232 Error: Expect "{"name":"HASHY 3HNCEX8D9J0p\u002BLxmr3uPhOhSW90="}" to match "{"name":"HASHY 3HNCEX8D9J0p+Lxmr3uPhOhSW90="}" Test: TestNEP11_OwnerOf_BalanceOf_Transfer ``` Solution: Same as preesnted in #2006.
70de79a
to
91f4513
Compare
Well, some of these tests are still failing, but at least because of other reasons. |
This PR should fix
Tests
Github Workflow failing due to timeout while decrypting account: