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

crypto: use non-default scrypt parameters for encrypting/decrypting #2001

Merged
merged 3 commits into from
Jun 11, 2021

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    5029697 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    472a44a View commit details
    Browse the repository at this point in the history
  3. cli: fix + marshalling in TestNEP11_OwnerOf_BalanceOf_Transfer

    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.
    AnnaShaleva committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    91f4513 View commit details
    Browse the repository at this point in the history