Lefteris Karapetsas
Lefteris Karapetsas
I actually ended up removing the `"File: "` from the corresponding line in my local copy https://github.com/Wilfred/ag.el/blob/d00aa65ec2da6944f1ed81da440ad7a9024cfbf0/ag.el#L647-L650 But then I realized it's conditional to `ag-group-matches` so yes indeed setting it...
> They must have changed something. Their entire API is changed. They claim they have kept their old API but it's not working. What's funnier we (rotki) have a direct...
So @sc0Vu in case it helps here is our implementation of the poloniex api changes in rotki: https://github.com/rotki/rotki/pull/4646 More specifically this commit contains the bulk: https://github.com/rotki/rotki/pull/4646/commits/21ce47fb392b9afd1bb5e084b11a7010dc9cc67c The new api docs...
> query up to 90 days in the past. That may not be correct. The 90 days is what poloniex told me in Twitter but the test trade I made...
This is easy. Let's just implement it in next release
> Are there defi protocols that in theory move your assets around to get the best yield at any point in time? yeah there is some. Same way as DeFi...
We could actually utilize defi lamma for this: https://defillama.com/yields Their API is here: https://defillama.com/docs/api And specifically we should use `https://yields.llama.fi/pools` for this
@kelsos isn't this similar to what you did for Celina? Or am I misunderstanding?
What is this exactly? And why is it scheduled for next release? Isn't it a bit too optimistic? Do you mean to calculate compound prices, like cDAI from on-chain. Knowing...
@yabirgb Please check this issue again and tell me when it would make sense to think about it