Steven Buss Bacio

Results 26 comments of Steven Buss Bacio

Also note that initializing the `chain_code` to 0 is probably not a secure choice (and, if any attacker knew that you did this, would make it easier for them). I...

Step 1 is complete for Bitcoin, Dogecoin, and Litecoin.

Hi @ghtdak, thanks for the issue! This is definitely a mistake and makes the code hard to follow. I should have removed `wallet_num` from `get_new_address` in c2542110e58dcef61e4f1bf011109e9a7548bc18 since the random...

I really like these namespace changes. Thanks for writing this, @trotter I have a style nit, though. The authentication checking pattern ``` } catch (e) { if (e.toString() == "AuthenticationError:...

I'm not much of a JS developer so it took me some time to wrap my head around all of the callbacks in the unit tests, but I managed to...

Is there anything I might change with this PR to help it get merged?