Currently weak scrypt parameters are used in tests within session
package and for generating test data, while standard scrypt parameters
are used everywhere else (integration tests in other packages, CLI &
TUI apps).
This causes the open session action in these tests and apps to be
slower. Since, we use perun-node only in test environments with no
real funds, use weak scrypt parameters everywhere to make the test and
apps faster.
Category
Improvement
Relevant issue
Resolves #216.
Testing
Steps to run the tests
Checklist
[x] Name is added to the NOTICE file, if it is not present already.
Description
Currently weak scrypt parameters are used in tests within session package and for generating test data, while standard scrypt parameters are used everywhere else (integration tests in other packages, CLI & TUI apps).
This causes the open session action in these tests and apps to be slower. Since, we use perun-node only in test environments with no real funds, use weak scrypt parameters everywhere to make the test and apps faster.
Category
Improvement
Relevant issue
Resolves #216.
Testing
Steps to run the tests
Checklist