Joe

Results 11 comments of Joe

Crypt-Msg-Parse only support Trade and L2orderbook, any schedule of supporting other martket-types?

> For now the `crypto-msg-parser` library supports two message types `Trade` and `L2Event`. > > What message type will you need ? The L2Event struct is incremental orderbook event. incremental---->full...

> The `crypto-client` is the library to place orders, it is still under development. > > There is a similar library [crypto-client](https://github.com/soulmachine/crypto-client) written in TypeScript, but it will be replace...

@jahrsg hi,jahrsg,the blockparser doesn't support segwit.Your pull request has solved this issue? I'm trying it out now.

@CQzhangshuai 请求超时一般是网络问题,推荐在国外服务器;如果国内调试的话,可以使用api.btcgateway.pro来进行调试。

> I had several developers check on this. Signatures on this chain for a given hash and private key do not need to match, they need only be canonical and...

> > Indeed, this library can auto ping, but it lacks auto-reconnect. When the connection is broken, for now I suggest to exit the whole process and start the process...

> > Can you remove line numbers from your code snipet above? I'd like to run you code on my machine > > Here you go > > ```rust >...

> > I have the same issue.any resolutions? @panicfarm > > @soulmachine I believe the issue is here: https://github.com/crypto-crawler/crypto-msg-parser/blob/3ba78a12e34e9b93468e6dc26d68ad3dec620a97/crypto-contract-value/src/exchanges/kucoin.rs#L152 `fn fetch_linear_multipliers()` is blocking https://github.com/crypto-crawler/crypto-msg-parser/blob/3ba78a12e34e9b93468e6dc26d68ad3dec620a97/crypto-contract-value/src/exchanges/kucoin.rs#L178 but your example that I used...