Peter Lai
Peter Lai
@samgermain they're still working on v2 api updates. We can only call v 1 for now.
Hi @xmatthias Have you initialized as `HttpsProxyAgent`?
Thanks @slawomir-pryczek, I'll fix this asap.
@eduardonunesp Got same issue here, did you solve this? Guess it might be problem of ELF format and Match-O format.
Found a solution in this https://github.com/docker-library/php/issues/240, it works for me! ``` apk add gnu-libiconv --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ --allow-untrusted export LD_PRELOAD=/usr/lib/preloadable_libiconv.so php ```
@owocki I think we could using testrpc as provider to test(we don't need to run testrpc).
It's been a while. There is version 2 and version 3 of keystore wallet. Did you mean the version 3 wallet for ethereum?
@Gilg4mesh Thanks, maybe you can change your IDE setting from CRLF to LF, or simply run `eslint --fix` See: https://github.com/diegohaz/arc/issues/171
@xmatthias looks like the cost was wrong, what's the price of the order? I used `cummulativeQuoteQty / executedQty (9.494997366999999e-6)` or `(cummulativeQuoteQty - fee) / executedQty (9.485502369632964e-6)`, but the number didn't...
It looks like Linkit SDK in arduino compiled `mbedtls` with `config-mtk-basic.h` which didn't define `MBEDTLS_ECP_C`. How could I change config and recompile the Linkit SDK? Update: After I change config...