Lefteris Karapetsas
Lefteris Karapetsas
## Abstract Support showing zksync transaction history
## Abstract Some ethereum DeFi protocols are giving users LP tokens for depositing into a protocol. In Rotki accounting happens correctly when the normal flow of getting the LP tokens...
## Abstract Support centralized exchange margin trades where possible ## Task Do it per exchange possibly with sub issues for each one.
## Abstract Windows users need to disregard some really annoying warnings that the software may be harmful and that it's from unverified sources. We are definitely losing users from this...
## Abstract As a follow up from https://github.com/rotki/rotki/issues/2971 and its implementation (https://github.com/rotki/rotki/pull/3242/) we will need to also query and persist the tracked account transactions in the database and also show...
## Problem Definition Support Bitrue exchange https://www.bitrue.com/ Their API docs are here: https://github.com/Bitrue/bitrue-official-api-docs/blob/master/rest-api.md ## Specification They seem really really similar to Binance's so perhaps code can be reused? Need to...
## Abstract In some jurisdictions, like Canada, vaults are considered as taxable events since you use your ETH. So depositing into a vault and then withdrawing it can incur income...
## Abstract We need a special setting for the cost-basis of some acquisition events in rotki. Some jurisdictions (Germany) have a rule that some acquisitions are of zero-cost basis and...
## Abstract Each module right now has a set of accounting settings for how decoded event should be treated at accounting. An example below for compound: https://github.com/rotki/rotki/blob/48065dab4297ddcd24061c3a2eda789854782728/rotkehlchen/chain/ethereum/modules/compound/accountant.py#L19 These settings are...
## Problem Definition This is just a small reminder for us. - Backend: Make sure that all uniswap LP balances are queried and included in the dashboard and per account...