Vasiliy Bondarenko
Vasiliy Bondarenko
Same issue. Nothing helps :( ``` #curl --proxy 127.0.0.1:3443 -v --insecure https://httpbin.org * Rebuilt URL to: https://httpbin.org/ * Trying 127.0.0.1... * Connected to 127.0.0.1 (127.0.0.1) port 3443 (#0) * Establish...
Looks like package abandoned :(
looks like nobody maintaining this package any more... forked and commited: https://github.com/Vasiliy-Bondarenko/ozzo-log
I started the package here https://github.com/Vasiliy-Bondarenko/ZCash - can you take a look, please? Am i doing it right? By the way - in bitwasp-bitcoin-bch-addon you use the same class names...
there is no way to hook into private properties, so it can not be considered as a part of api. it is completely hidden from the users. you are right....
Thank you. I've got my error. I was decoding on testnet instead of real network. silly me :) By the way - in AddressFactory some \RuntimeException's are thrown. And it's...
to me both are definitely not urgent. I’m easily extending NetworkFactory with my own settings and this issue is also not critical.
they use X11 as i can understand from their wiki https://dashpay.atlassian.net/wiki/spaces/DOC/pages/1146918/X11
looks i was too optimistic. project is not live any more :))
i've tried to overload client with code like this ``` php $obj = new stdClass(); $obj->prop1 = 3; $obj->prop2 = "jkfhjkbhvjk"; $var = array("obj" => $obj, "string" => "hfjgfdjhgvjhgjh g...