Yábir Benchakhtir
Yábir Benchakhtir
Currently the eth staking withdrawals respect the accounting rules but is linked to the evm rule. https://discord.com/channels/657906918408585217/1080783409640648765/1209420978728476692 ETH staking events should be taxable in their own. - [ ] if...
It speed ups docker building times and ci: - Uses minimal installation for rust - Uses uv in docker container - Uses uv in the github ci (can be improved...
## Problem Definition Cost basis in the ACB method is affected by all the events with the same asset and not only the ones matched when checking if founds spent...
## Problem Definition When studying the PnL report it can be useful to filter by address and the direction of the event (in, out). This information is already available and...
Currently we can't enforce updates to airdrops files and if we need to change something we have to request users to delete the `.csv` files. To improve this we need:...
At the moment history events have two fields for even type and subtype. The idea was to allow a generic enough structure to represent events but we have found ourself...
In https://github.com/rotki/rotki/pull/5207/files#diff-93dd3d2fccb5ce3e2b0a394be8aa37f0c27f48d449b1c61182f07011c0318472L180 we removed the code using the subgraph to query for LP positions in uniswap, sushiswap and balancer. We need a new way of detecting the LP positions and...
At the moment the maker module makes use of the ethereum `get_logs` method to query logs for the vaults. This is a costly method that does duplicate work since we...
## Problem description Currently we don't make a special handling for pools where an asset is deposited and a token representing a participation in the pool is given to the...
During #5721 we detected that we don't account for realized PnL when withdrawing tokens from the pools. This has to be accounted for balancer and other protocols that have similar...