hyperledger-labs / perun-node

State channel node of the blockchain-agnostic state channels framework Perun.
https://labs.hyperledger.org/perun-doc/
Apache License 2.0
18 stars 12 forks source link

Use weak scrypt N, P parameters for wallets #216

Closed manoranjith closed 3 years ago

manoranjith commented 3 years ago

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