Yábir Benchakhtir

Results 79 issues of Yábir Benchakhtir

Closes #(issue_number) ## 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.

This PR addresses two issues: - Handle .F assets comming from kraken - Process deposits for the rewards program. It is missing: - the unstaking event since we don't have...

## Abstract Currently we have good support for v2 but not v3 https://yearn.fi/v3 ## Specification For v2 we have both the decoders and the section in defi deposits. We need...

The latest version is 4.1.1 and there isn't any change that doesn't work with the library

## Request Uniswap updated their subgraph for V2 adding an extra field `from` https://github.com/Uniswap/uniswap-v2-subgraph/blob/master/schema.graphql#L201 that contains the EOA that initiated the txn. Add this field to the sushiswap subgraph ##...

I want to follow a little bit with the demand-prediction topic and see what else I can learn of ML (invaluable what I have learned by now). I'm working on...

When we decode zksync lite transactions we don't send a websocket message to update the frontend about the progress and they don't know when the job finished. Task: - add...

Related PR is https://github.com/rotki/rotki/pull/7526/ and message that I got from kraken is ``` Hello Yabir, I have read through this email chain and wanted to try to clarify what you...

We have the same prefix bytes for taproot in our code ```python XPUB_TYPE_MAPPING_BYTES = { XpubType.P2PKH: b'\x04\x88\xb2\x1e', XpubType.P2SH_P2WPKH: b'\x04\x9d|\xb2', XpubType.WPKH: b'\x04\xb2GF', XpubType.P2TR: b'\x04\x88\xb2\x1e', } ``` and when adding a xpub...

## Abstract When creating LP position IL is a important factor to take into account and rotki could help providing information about the status of a LP position ## Motivation...

enhancement
ETH DeFi