lbcwallet/internal
Oliver Gugger b5fd915162
internal/prompt: allow compilation in js/wasm environment
The wallet loader has a dependency to the internal/prompt package for
prompting the user for certain inputs (e.g. wallet password or new
seed).
This makes it impossible for projects that use the wallet as a
dependency and always provide those inputs as parameters to compile for
JavaScript/WebAssembly targets because the prompt code uses some
terminal functionality that is not available in JS syscalls.
By providing a JS specific implementation that just returns an error we
can compile the dependent projects.
Adding acutal support for prompting the user in the browser is currently
not planned as that can easily be circumvented by providing all inputs
as parameters.
2021-05-14 12:41:35 +02:00
..
cfgutil multi: fix linter issues 2021-03-24 14:44:32 +01:00
legacy multi: add signet params 2021-04-27 09:59:14 +02:00
prompt internal/prompt: allow compilation in js/wasm environment 2021-05-14 12:41:35 +02:00
rpchelp build: update btcd dependency 2021-04-02 17:28:03 -07:00
zero multi: switch import paths back to upstream 2018-05-23 19:38:56 -07:00