dan-da

Results 122 comments of dan-da

I would prefer to see the globals go away. I try to set them explicitly in the calls, but sometimes forget and it gives me a feeling of unease, esp...

Would it make sense to integrate PrefixRegistry and Network? since they both deal with prefixes. I was thinking that each Network could have a default PrefixRegistry so it's not necessary...

> Maybe I could suggest we publish those as (eg) coinparams-bitwasp-addon which is tagged along with a bitcoin-php release? Also - there have been 35 releases due to BC breaks,...

@afk11 Hi, I created [coinparams-bitwasp-addon](https://github.com/dan-da/coinparams-bitwasp-addon) as you suggested. Please have a look and let me know what you think. You should be able to push commits or tags if you...

ah cool! @afk11 Seems you have a good handle on it. I'm not sure of best approach but def nice if toExtendedKey() and friends work in simple fashion for both...

> If you're on Linux you can try my ubuntu script: > https://www.dropbox.com/s/rc1byi27n38j655/limd-build-linux.sh?dl=0 This build script fails for me on ubuntu 16.04 as do the build instructions in the README....

I am presently trying to build a 4 year old crypto crate in order to bring it up to date and extend it. I am running into dependency hell with...

I just hit this error. I have to pull in another crate that uses tokio heavily (including multi-thread runtime) in order to get some necessary types. Presently the dep crate...

I still get the error after building with: ``` cargo install --no-default-features --features "native_certs,native_tls" shellcaster ``` also tried ``` cargo install --no-default-features --features "native_tls" shellcaster ``` same error

> Not doing this, and closing the issue. This is probably reasonable, since this isn't complained about that often. In that case I will complain. It has always bothered me...