Currently, wallets for tests data are generated using weak scrypt N and P parameters. But, in integrations tests in api/grpc, app/payment packages and in CLI, TUI apps, standard scrypt N and P parameters are used. This causes this tests and demo to be slower.
Switch to using weak scrypt N & P parameters in all places, to make them faster. This does not security concern as perun-node is used only in tests environments.
Motivation / Context
Currently, wallets for tests data are generated using weak scrypt N and P parameters. But, in integrations tests in
api/grpc
,app/payment
packages and in CLI, TUI apps, standard scrypt N and P parameters are used. This causes this tests and demo to be slower.Switch to using weak scrypt N & P parameters in all places, to make them faster. This does not security concern as perun-node is used only in tests environments.
Description
Relates to
Testing
Thread Safety