iancoleman

Results 38 issues of iancoleman

Converting a SecretKey to json gives `[u64; 4]` ```rust let sk = SecretKey::random(); let skj = serde_json::to_string(&SerdeSecret(&sk)).unwrap(); println!("{:?}", skj); // "[13835017372499487413,8530528684116874606,14604090506237340830,7436755248230544869]" ``` Javascript will happily but incorrectly parse this (javascript...

The tool needs a simple document detailing how to use the tool (eg moving funds from a paper wallet to multi sign and then moving it back out) The readme...

Discover should be disabled if a coin other than bitcoin is selected. Or it should work for other coins where possible.

The list of discovered addresses is kind of ugly and the strikethrough is hard to read. I suggest it be changed to be * table form * addresses with no...

Insight is the block explorer used for discovery and transaction building. The [insight homepage](https://insight.is/) lists several different installations insight.bitpay.com chain.localbitcoins.com search.bitaccess.ca and it's possible for a user to run their...

tests.js currently has a list of manual tests. These should be automated. It seems worthwhile to wait for chrome headless to become widely available rather than use the now-discontinue phantomjs....

It should be possible to construct and sign a transaction using the multisig data available. This will depend on the insight api, as per the discovery feature. There should be...

Allow the user to enter xpub and xprv keys into the parts field. The list of parts should allow the user to enter which index to derive the address from....