Yábir Benchakhtir
Yábir Benchakhtir
Closes #(issue_number) ## Pending tasks - [ ] Add a data migration to update assets identifiers in the userdb - [ ] Make sure that all the comments and names...
## Abstract In 1.25 we removed the "connected to own node" icon from the top navbar. Multiple users requested that this should be re-added but since now we have the...
## Problem Definition In the PR https://github.com/rotki/rotki/pull/4534 we changed the `tx_hash` from being a str to a blob. This field is used as link https://github.com/rotki/rotki/blob/21f5673e818f701311649bf873a452e8a1f657c9/rotkehlchen/db/schema.py#L794 and this causes a serialization...
Closes #2661 ## Checklist - [ ] The PR modified the frontend, and updated the [user guide](https://github.com/rotki/rotki/blob/develop/docs/usage_guide.rst) to reflect the changes.
Inquirer class should be able to calculate compound assets prices the same way we calculate price for curve and yearn vaults
## Abstract Pancakeswap is a popular platform similar to uniswap. https://pancakeswap.finance/ Once BNC chain is supported this exchange should be added
It would be nice that in `Accounts & Balances` > `Exchange Balances` if I have multiple instances of one exchange I could see a breakdown of balances per exchange account...
## Abstract ConvexFinance supports staking but doesn't return a token so is not possible to know from rotki how much you have in the protocol. ## Motivation Track staked balance...
## Abstract There are moments in the execution of rotki where the user closing the windows might lead to inconsistent states on the database. The user would need to know...
## Abstract FTX offers a public endpoint to query for current prices and historical prices. This source could be useful when coingecko and cc fail to offer prices ## Motivation...