eprbell
eprbell
The resolver turns a buy/in transaction into an intra one if there is also an out transaction with a unique id matching the buy/in transaction. Can you search through your...
That suggests there may be a bug in the way the plugin for that exchange (which one btw?) is assigning unique ids. Maybe the raw data contains other fields (or...
Thanks for clarifying. A few comments: - it is possible to have a legitimate intra transaction to and from the same wallet/exchange (e.g. if you send some coins to an...
Thanks for reporting. It looks like there's a missing bit of implementation in the Kraken plugin. I don't have a Kraken account so I can't fix it, but I marked...
All pointers to get started are here: https://github.com/eprbell/dali-rp2/issues/1. You can open a PR and start working there: we'll review it. Feel free to ask questions if anything is unclear. CC:...
> @eprbell Sorry, I did see this. I just need to patch code to see if it works. (Right now I can't get accurate prices because things are out of...
> @eprbell did you mean to create a separate cache for CCXT and the abstract pair plugin? in CCXT there is `self._cache`, but the abstract has `self.__cache` I think the...
@savgrace, thanks for offering to help (sorry, this fell through the cracks and I just noticed your message now). @tpaynter4 and @macanudo527, is there any way @savgrace can help with...
> first time user here. awesome project btw. @eprbell in terms of fee information, adding the `new_version_opt_in=true` parameter seems to fetch fee information. so `"/v2/accounts/{account_id}/transactions?new_version_opt_in=true"` should work. I tried to...
Thanks for the links: I'll take a look.