Lefteris Karapetsas
Lefteris Karapetsas
## Problem Definition At the moment asset data is always stored in the global DB. There is a sort of link between the assets stored there and the assets each...
## Abstract Users may want to add exceptions to the provided price oracle querying order for specific assets. The reason would most probably be mistaken prices for an asset from...
## Abstract For ethereum tokens we can query their historical price directly from uniswap itself by reading the chain. To get data for a pair from the chain we would...
## Abstract Allow the user to choose any fiat/crypto to be used as the profit currency. Depends on: - Adding an endpoint for querying current prices from the backend: https://github.com/rotki/rotki/issues/1789...
## Problem Definition There was a period where we detected some ERC721 transfers as ERC20 and as such created an ERC20 token in the global DB for many NFTs and...
## Abstract In https://github.com/rotki/rotki/pull/3634 a mechanism to recover from rate limiting for trades in a CEX is introduced but utilized properly only in kraken. ## Task Implement the same for...
Question: How do you calculate first commit? rotki's first commit is: https://github.com/rotki/rotki/commit/9c949a200ac34f2190c3bef2d6cdfe095efcb632 That's 9th of May 2017. According to OSS observer first commit is 15-12-2018. Retrieved from: https://www.opensource.observer/project/rotki 
## Abstract After https://github.com/rotki/rotki/pull/8754 we now also have steps in the global DB upgrades just like we do for the user DB ones and the migrations. Sent to the frontend...
## Abstract Much like we now do in current oracles, the manual price historical oracle should just always be queried first. There is no reason to not do that automatically...
## Abstract There is many bridging events that require about a week of waiting between bridging from L2 and claiming in mainnet. Create a calendar reminder entry for them. ##...