LedgerHQ / ragger

Small wrapper around Speculos, LedgerWallet & LedgerComm to ease instrumentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move timeouts default values to a configuration file

lpascal-ledger opened this issue · comments

Tiemouts and maybe other environment-dependent variable values should not be hard-coded but easily changeable through a configuration file.

Python builtin configparse uses TOML by default, which should be plenty for this (and is also compatible if other builtins such as the log config parser - see this issue).