rotki

A portfolio tracking, analytics, accounting and management application that protects your privacy

AGPL-3.0 License

Stars
2.6K
Committers
154

Bot releases are visible (Hide)

rotki - Rotki v1.25.3 - Spotless Commisure

Published by github-actions[bot] about 2 years ago

Description

rotki 1.25.3 is a patch release fixing bugs you guys found in the last 2 weeks. It wasn't planned to happen but the recent problems with binance forced us into making it before 1.26.0. The most important fix is indeed making rotki balance query work again for binance users. Then there is some other bug fixes and signed binaries for windows!

This release contains 14 commits by 6 different contributors!

For more information check the detailed changelog below 👇

Downloads

Upgrade is highly recommended. Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

Release Highlights

Signed Windows Binaries

An important thing added in this release is signed binaries for windows. Windows binaries are now signed by a certificate owned by Rotki Solutions GmbH and it should always appear as the publisher. After some time this certificate should gather reputation and all windows binaries should no longer get warning by Windows Defender or any other over-eager anti virus programs.


These were the highlights. Check below for the full changelog 👇

Bug Fixes

  • #4781 Failure in one specific binance endpoint during balance query won't fail the entire binance balances query unless it's the main spot balances endpoint.
  • #4769 Fixed various issues with adding/editing/deleting web3 nodes. Editing the name of a node now works and also setting all open nodes to 0% query probability should no longer throw a 500 error.
  • #4710 Users will again be able to import CSV from certain importers.
  • #824 Bisq importer will now use the correct amount in all the imported trades.
rotki - Rotki v1.25.2 - Pure Commissure

Published by github-actions[bot] about 2 years ago

Description

rotki 1.25.2 is a patch release fixing bugs you guys found since 1.25.1. The most important fix is the auto-updater. For 1.25.0 and 1.25.1 auto-update functionality was broken. From the next version and on the auto-update should work fine again. To upgrade to this version (v1.25.2) you will need to download the new release manually.

This release contains 26 commits by 5 different contributors!

For more information check the detailed changelog below 👇

Downloads

Upgrade is highly recommended. Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

New Features

  • The add button in blockchain accounts & balances is now bigger on larger screens.
  • #4645 Support the new poloniex API. Note that with their "new and advanced" API we can't query trades history older than 90 days

Bug Fixes

  • #4671 Fixes an issue with the auto-updater not working properly.
  • #4657 Now ens names are verified by forward resolution.
  • #4682 Premium users will again be able to load the dex trades section correctly.
rotki - Rotki v1.25.1 - Cleaner Commissure

Published by github-actions[bot] about 2 years ago

Description

rotki 1.25.1 is a patch release fixing bugs you guys found with 1.25.0 while we were busy finding hotels at 03:00 in the night and making up for canceled flights in Paris. The biggest change is that we fixed a class of bugs that lead to crashes (segmentation faults) of the app for a subset of our users. We also introduced a new setting for users to disable if they keep getting crashes.

We also fixed a lot of bugs and introduced some small improvements. One of them is an experimental mode to try and automatically detect and ignore spam tokens by checking their uniswap liquidity.

This release contains 48 commits by 6 different contributors!

For more information check the detailed changelog below 👇

Downloads

Upgrade is highly recommended. Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

Release Highlights

The main thing this release fixes is a class of bugs that could lead to the application crashing for some of the users. Such crashes should hopefully no longer happen.

rotki_backend_settings

In the case a user still encounters them we have added a setting to disable asynchronous DB access. To do so set Instructions Per sqlite context switch to 0.

But before doing so please let us know so we can, together with you, gather data on why/where it happens and fix it.

These were the highlights. Check below for the full changelog 👇

Bug Fixes

  • Introduce an experimental approach to ignore uniswap v2 pool pricing for pools with single sided liquidity that is less than $5k. This is experimental and we will probably figure out a better way to filter spam assets in the future. Context: https://twitter.com/peter_szilagyi/status/1552532767790997504
  • #4599 Users will see a smaller amount of icons when accessing rotki from a mobile device.
  • #4578 Value distribution by asset now respects ETH=ETH2 setting.
  • Some cases of python segfaulting under specific conditions of reading/writing to the DB should now be fixed.
  • #4586 DB yielding instructions is now an argument and can be configured by the user. It can be set to any positive integer or zero to disable it. There is a class of bugs that can lead to crash of the backend when this is enabled, so disabling is now an easy way to avoid them. With this enabled DB access parallelization is achieved for long running queries.
  • #4606 Fixes missing decimals when editing a manual balance while having custom decimal and thousand separators.
  • #4597 Tokens with no information about decimals won't make the price query stop if the uniswap oracles are used.
  • #4502 Nexo importer now supports updated format.
rotki - Rotki v1.25.0 - Commissure

Published by github-actions[bot] over 2 years ago

Description

Rotki v1.25.0 is a big feature release containing lots of new features, improvements and bug fixes we made in the past month! It contains 241 commits by 12 different contributors!

A lot of things are added but the highlights are:

  • Support for Bitcoin Cash
  • LiFo accounting
  • Management of multiple ethereum nodes
  • Mac M1 support
  • Ethereum address book
  • Filtering of ethereum transactions
  • Zoom in charts

Important note: Mac users with Apple silicon should update by downloading the appropriate binary and not use auto-update since they need the arm-64 version and auto-update can't detect that.

For more information check the detailed changelog below 👇

Downloads

Upgrade is highly recommended. Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

Release Highlights

Support for Bitcoin Cash

bch

Bitcoin Cash is now supported. Users can add BCH addresses or xpubs

dashboard

And they will later be showed in the dashboard among other chains

LiFo accounting

2022-07-15_12-18

Users can now use Last In First Out (LiFo) accounting as the cost basis method for a PnL report.

Management of multiple ethereum nodes

rotki_nodes_managment_edition
rotki_nodes_managment

Users can now add an arbitrary amount of ethereum nodes, and edit the querying priority of all nodes. For more details check the usage guide: https://rotki.readthedocs.io/en/latest/usage_guide.html#ethereum-rpc-nodes

Apple Silicon support

Native binaries (without rosetta translation) are now generated for our Mac users.

Ethereum address book

add_eth_address_book

Users can now add names to ethereum addresses and these names will later be used in the various UI components of the application.

display_eth_address_book_behaviour

Filtering of ethereum transactions

2022-07-15_21-02

Ethereum transactions can now be filtered by date, address, protocol and more.

Zoom in charts

zooming_in_graph_statistics

All the assets graphs as well as the dashboard graph have the possibility of selecting a range for zooming. This can be done by left clicking and dragging on the graph itself or using the selector under the graph. The graph can be zoomed out by double clicking on it.


These were the highlights. Check below for the full changelog 👇

New Features

  • #3325 Users will now be able to manage all ethereum nodes queried, their querying priority and add any arbitrary number of nodes to query.
  • #2219 Users will now be able to edit balance snapshots.
  • #4495 Users will now be able to toggle ETH staking taxation.
  • #1420 Add address book for ETH addresses.
  • Add zoom feature for line charts.
  • #3095 The application will now notify the user if there is a status change for the premium subscription.
  • #1028 Native support for Bitcoin Cash blockchain.
  • #4268 Add a premium setting to follow the system's theme.
  • #4243 Users will now be able to refresh the icons of an asset
  • #3798 Users will be now able to combine ETH and ETH2 and display it as one in the interface.
  • #4099 Users are now able to export an event list of a PnL run to provide to the developers for debugging purposes.
  • #44 Add option to change cost basis method (FIFO and LIFO order).

Bug Fixes

  • #4438 Filtering of ethereum transactions is now enabled.
  • Now no missing acquisitions should appear for fiat assets during accounting.
  • #4459 Transactions that happened in genesis block are now queried and stored properly.
  • #4530 Movements from Bitstamp should now be correctly read if the asset is known.
  • The electron application will now terminate properly if the backend fails to start.
  • Now querying ens names for an empty list of addresses won't be causing an error.
  • #4456 Now NFTs query should not raise any unhandled error during the process of adding new ethereum addresses.
  • Fix empty asset location distribution for ETH2.
  • In a rare edge case the database with past profit and loss reports won't block the version upgrade process.
  • #4417 Activating privacy mode will now also scramble the value, to prevent other users from estimating the value (e.g. By estimating the length of digit of the value, or using advanced software to unblur the text).
  • ERC20 approves for tokens that do not have the event arguments indexed such as finance.vote will now not break rotki.
  • Asset value distribution graph will no longer include ignored assets.

Newly supported assets

Added support for the following assets:

Updated the information of the following assets:

rotki - rotki v1.24.1 - Patched Polymorphic Variance

Published by github-actions[bot] over 2 years ago

Description

v1.24.1 is a small patch release with the work the team did fixing a bunch of bugs you guys found in the last week. It contains 36 commits from 7 different contributors.

Most importantly it fixes a DB upgrade issue for some kraken users, and an edge case of slowing down the entire app if you had too many tracked ethereum addresses and queried ethereum transactions for them.

An important thing to note is that compared to 1.24.0 this release temporarily removes the ability to filter transactions and their events. The functionality will be re-introduced in 1.25.0.

For more information check the detailed changelog below 👇

Downloads

Upgrade is highly recommended. Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

New Features

  • #4401 The options for remember username and password are now separated.

Bug Fixes

  • #4383 Removing an address while running a PnL report should now work.
  • #4379 For many ethereum transactions the entire app should no longer hang. This is a temporary fix until a proper one is implemented. With this fix we temporarily remove the ability to filter in the ethereum transactions view.
  • #4425 Makes periodic premium checking task less strict. Also introduces automatic reactivation.
  • #4398 Fix asset type selection that cannot be enabled for new asset addition.
  • #4386 Blockfi import for transactions now supports 'Crypto Transfer'
  • #4420 Transactions with the old WETH contract and other contracts that don't have decimals, symbol and name should now be decoded properly.
  • #4378 Ask for users permission to access keychain only when Remember Me option at login screen is enabled.
  • #4384 Price caches filter should now be working again.
  • Acquisitions for which no price can be found will still appear and not count as missing acquisitions.
  • #4122 Kucoin users should be able to retrieve information for old trades again.
  • COMP price before 20/06/2020 will not be hardcoded to $239.13 if queried via cryptocompare.
  • Prevent error while importing CSVs from cointracking when one trade row had a 0 amount bought.
  • #4381 Fixes a problem at the DB upgrade between v1.23.4 and 1.24.0 which affected a subset of some kraken users.
  • #4422 Account balances in blockchain accounts that contain ignored assets will now show the correct sum total net value.

Newly supported assets

Added support for the following assets:

rotki - rotki v1.24.0 - Polymorphic Variance

Published by github-actions[bot] over 2 years ago

Description

Rotki v1.24.0 is by far of our biggest feature release containing lots of new features, improvements and bug fixes we made in the past 5 months! It contains a whooping 639 commits by 13 different contributors!

There is too many things to consider in this release but some of the highlights are:

  • Support for kraken staking
  • Uniswap as a price oracle
  • Human readable ethereum transactions
  • Support for FTX US
  • Support for importing of Binance CSV
  • ENS reverse resolution
  • Actionable items after a PnL report
  • Global search-box
  • Balance snapshots manipulation

There is so many new things introduced here that this release comes with the "here be dragons" warning.
For more information check the detailed changelog below 👇

Downloads

Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

Things of note

Can be buggy

This release is introducing a lot of new features and new functionality in the app. It's quite possible some things can be buggy or depending on user's addreses and transactions number to have some weird edge cases. Report all problems you see either as github issues or in our discord chat and we will get to them as quickly as possible in the next quick patch releases.

We opted for this approach so we can get back to a quicker release schedule with feedback from users instead of waiting to have the perfect release with all perks ironed out, since for an app like rotki user feedback is critical.

Prompt for Chromium safe storage

As stated in this issue in this version we added support for auto-login using electron's safe storage API that uses the system's Keystore.

The way it works, if you press "Remember user" it will store your password in the system's Keystore so that it can unlock your account automatically when you open the application.

So you may see a prompt telling you to activate it. If you don't want to use auto-login by remembering the password you can cancel, but if you do you can save the password in the keyring of the OS and then the app will also remember the user password and login automatically at opening the app.

Need to manually add new oracles

This release introduces 3 new current price oracles. Uniswap v2, Uniswap v3 and saddle. If you have never modified the oracle order before they will be included automatically.

2022-05-27_22-02

But if you have ever customized the order then they will not be included and will need manual action by you to add. Go to Settings and scroll down to oracles and add them.

Balance snapshot export last graph point

If you try the new feature for balances snapshot export, keep in mind that the last point in the graph is not a snapshot saved in the database but a virtual value to be displayed to the user. So this is not exportable.

30,000ms timeout when querying transactions

This is a known problem with the release. If you query too many addresses that have too many transactions for the very first time you may see some timeouts like this. It's a problem we want to work on and will improve in the future.

But for the moment it should not matter as the querying task will continue running in the backend and even if you restart will continue from where it stopped. Once the biggest amount of transactions are queried the problem should not appear again.

Release Highlights

Here is the biggest changes introduced in this release.

Kraken staking

Kraken users who are staking in that exchange will now be able to see all staking events and track their income over any given period and/or filter by any asset.

FTSPH8bWAAcfbHx

Uniswap as a price oracle

Uniswap v2 and v3 can now be used as price oracles for the curent price in the application! They only rely on on-chain information to provide us with a price resut.

sc_priceoracle_settings

Human readable ethereum transactions

This is the biggest feature of this release! Rotki is finally showing the transactions of any given address in a human readable form. This release introduces the first iteration of the ethereum transaction decoders.

events

Support for FTX US

The ftx.us exchange is now supported. Users can enter api keys and fetch balances, trades, deposits/withdrawals.

2022-05-27_19-37

Support for importing of Binance CSV

CSV file generated by Binance can now be imported into rotki.

By importing a csv file you are able to import more than with the API. Particularly: Trades, Deposits and Withdrawals, Small assets exchange BNB, ETH 2.0 Staking and ETH 2.0 Staking Rewards, Launchpool Interests, POS savings interest, POS savings purchase, POS savings redemption.

2022-05-27_19-38

ENS reverse resolution

rotki now automatically resolves ens name for each of your ethereum accounts. If there is a primary ens name specified for an account, this name will be shown instead of raw blockchain address across the app. You can find the blockchain address by hovering the mouse over the ens name.

FTNRaB6WIAAnHAW

Actionable items after a PnL report

Once a PnL report is finished you will now get a popup with:

FTmcak2XsAEbNfm

  1. Missing acquisition events found during the report generation that you will need to fix

FTmccstXwAEB_rR

  1. Missing prices for assets during report generation that you can just fill in then at the spot.

Global search

You can use a global search bar provided to speed up your actions by clicking icon on top bar, or using shortcut Control-/ (Command-/ if you are using Mac).

Some actions provided by this global search: - Navigate to any page in rotki - Some basic actions such as adding a new trade, or new ledger action. - Go to certain owned asset overview page. - Go to certain location overview page.

global_searchbox

Balance Snapshots Manipulation

Users can now export data from balance snapshots by clicking on the appropriate balance point in the netvalue graph in the dashboard.

2022-05-27_22-38

The exported balance snapshot CSV can also be imported into rotki by clicking on the "Save" button on the top left and then selecting import snapshot.

2022-05-27_22-40


These were the highlights. Check below for the full changelog 👇

New Features

  • #2221 All missing yearn v1 vaults should now have their balances detected and their historical accounting taken into account.
  • #1797 All missing acquisitions and missing prices found during a PnL period are now gathered and shown to the user as actionable items at the end of the report generation.
  • #4154 Binance data (trades, deposits, staking, etc.) can now be imported via csv file.
  • #1115 Apply ENS reverse resolution to all Ethereum addresses shown in the frontend and if any have an ENS name associated with them, display that instead of raw address.
  • #2890 Transactions in the PnL report are now clickable and have a link to the chosen blockchain explorer via the transaction hash.
  • #1680 Users will now be able to see their 1inch v1 and v2 trades.
  • #718 Users can now ignore an exchange from the PnL report using the same option as the one for exchange syncing.
  • #2219 Users will now be able to delete balance snapshots.
  • #4219 Users will now be able to import a balance snapshot manually.
  • #1219 Introduces basic global search (you can go to any page in the app, do some basic actions such as adding a new trade or a ledger action, and also see prices of owned asset).
  • #4249 Allow users to ignore asset from the asset overview page.
  • #1106 Balance snapshots will now be created automatically without the need to restart the application or force a save.
  • #2853 Add option to disable sync for connected exchanges.
  • #3894 Users will now be able to download a balance snapshot by clicking a point at dashboard graph.
  • #3370 Manual balance labels are now editable even after their creation.
  • #4125 Introduces auto login mechanism for electron app.
  • #1477 Adds classification for ETH transactions and their events.
  • #4071 Add option to reduce the animations effect.
  • #3669 Users can export and import their custom assets.
  • #4068 Introduces location overview page.
  • rotki no longer uses the gitcoin api or gitcoin CSVs to import information from gitcoin.
  • #4030 Add copy functionality for amount display.
  • #3987 Users will now be able to delete multiple database backups.
  • #2934 Users will now be able to deploy the docker image under a sub directory behind a proxy.
  • #569 Users will now be able to see assets staked, and amounts gained on Kraken's staking feature.
  • #3838 Support for FTX.US has been added.
  • #2216 Users will now be able to use Uniswap V2 and Uniswap V3 as price oracles.

Bug Fixes

  • #4261 Fixes a problem were the docker container image size would increase on every restart.
  • #4172 Disallow addition and editing of external trade that could result in invalid trade fees.
  • #4060 Treat reimbursement as a ledger action for crypto.com imports.
  • #4078 Adjust scrollbar color in dark mode for better visibility.

Newly supported assets

Added support for the following assets:

Updated the information of the following assets:

rotki - Rotki v1.23.4 - Pristine Rookery

Published by github-actions[bot] over 2 years ago

Description

rotki v1.23.4 is a patch release fixing a number of bugs you guys found since the last release.

We release it as a stepping stone to v1.24.0 since it contains some fixes for breaking problems, most important of which is for NFTs balances querying after opensea made another change in their api.

This release contains 19 commits by 3 different authors.

For more information check the detailed changelog below 👇

Downloads

Upgrade is highly recommended. Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

Bug Fixes

  • #4072 Prevent users from inputting future date on trade and ledger action form.
  • #4077 stkAave balance should no longer be double counted. Also unclaimed stkAave will appear in the balance (as Aave).
  • #4059 Nexo importer won't consider LockingTermDeposit as another deposit.
  • BlockFi import for trades will use the correct rate.
  • #3661 NFT won't be displayed as option while adding custom assets since the logic there is not compatible with NFTs.
  • #4142 If an owned NFT has no image URL, NFTs will still be properly queried and shown in the frontend.
rotki - Rotki v1.23.3 - Shiny Rookery

Published by github-actions[bot] over 2 years ago

Description

rotki v1.23.3 is a patch release fixing a number of bugs you guys found in the last week and also introducing some minor improvements.

Most important fixes are for FTX users with subaccounts and also fixes for coinbase and crypto.com users.

It's advised that coinbase and crypto.com users purge their coinbase/crypto.com data and reimport it so that the fixes can be applied.

This release contains 20 commits by 4 different authors.

For more information check the detailed changelog below 👇

Downloads

Upgrade is highly recommended. Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

New Features

  • Support for LUNA and card top ups has been added to the crypto.com importer.

Bug Fixes

  • #4034 If a new premium user is created, with DB sync on, premium api keys being correct but wrong password is given then creating same user with right password will now work.
  • #4013 Fix Bitpanda icon missing in exchange selector.
  • #3983 Add loading indicator to data directory field.
  • #4039 Rewards and cashbacks from crypto.com will now be correctly categorized as ledger actions.
  • #3993 Fix app bar icons misbehavior when windows is resized.
  • #3998 FTX subaccounts should now be working again.
  • If binance returns a delisted market as active and rotki queries it, the entire binance trade history query will not fail.
  • #4010 Crypto.com users won't see errors for rows containing zeros.
  • All Liquity events will now always be correctly queried.
  • #3947 Coinbase conversions will now choose in a better way the asset to nominate the fees.
rotki - Rotki v1.23.2 - Cleaner Rookery

Published by github-actions[bot] over 2 years ago

Description

rotki v1.23.2 is a small patch release fixing a number of bugs you guys found in the last week and also introducing some minor improvements. Most important of which are fixes and improvements of NFT querying to try and fight opensea's API quirks and AVAX balance query fixes. Also adding the ability to add your own Opensea API key which you can get from here: https://docs.opensea.io/reference/request-an-api-key

It contains 23 commits by 3 different authors.
For more information check the detailed changelog below 👇

Downloads

Upgrade is highly recommended. Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

New Features

  • Users can now add an OpenSea API key to the external api keys page. Also some changes were made to try and improve opensea retrievals even without the user needing to input a key.
  • #3952 Maker's WBTC-B, WBTC-C and MATIC-A vaults are now supported.

Bug Fixes

  • Users will now be properly prompted to restart the application after the auto-updater downloads the update.
  • #3943 Users will now be able to properly add multiple accounts on Avalance even if they exist on Ethereum.
  • #3964 Liquity Troves managed by a DSProxy will now see their events properly listed.
  • The application will now notify the user and exit if multiple backend binaries exist due to a failed update.
  • Kraken's KFEE will use the price of 0.01 USD when it is needed.
  • If a PnL report is ran for a specific period and there is more events after the period a warning for missing events and prompt to upgrade to premium won't show mistakenly anymore.
  • Query for AVAX balances will be more reliable now.
rotki - Rotki v1.23.1 - Tidy Rookery

Published by github-actions[bot] almost 3 years ago

Description

rotki v1.23.1 is a small patch release fixing a number of bugs you guys found in v1.23.0. Most important of which are: fix for Mojave users, fix for AVAX users and the reinstating of the arm64 docker image.

It contains 23 commits by 4 different authors.

For more information check the detailed changelog below 👇

Downloads

Upgrade is highly recommended. Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

Bug Fixes

  • #3929 Prevent users from using invalid character for thousands and decimal separator.
  • #3913 NFT Balances table at dashboard should be updated when users remove an ethereum account.
  • #3916 Users with ethereum transactions that deploy contracts will now be able to load the transactions view properly.
  • Fix coinbase/pro detection for GTC, TRU and FARM.
  • #3896 Fix dashboard balance search that does not show ethereum tokens.
  • #3895 Popup for successful forced sync operation should show correct icon.
  • #3899 Crypto.com users will now be able to import supercharger events and recurring buy orders. Viban purchases will also now be correct categorized.
  • Restores arm64 docker images.
  • AVAX balances should now be always correctly queried.
  • PnL report will correctly detect asset cost basis when the fee of a trade is nominated in the received asset.
  • #3903 The application should now run on macOS 10.14 (Mojave) without errors.
  • #3901 Coinbase accounts with intenal subaccount movements will now display the Coinbase withdrawals properly.
rotki - Rotki v1.23.0 - Rookery

Published by github-actions[bot] almost 3 years ago

Description

Rotki v1.23.0 is one of our biggest feature release containing lots of new features, improvements and bug fixes we made in the last month! It contains a whooping 286 commits by 7 different contributors!

There is too many things to consider in this release but some of the highlights are:

  • Support for kraken mobile app trades
  • Considerable performance increase for big number of historical entries
  • Support Saddle Finance and Paraswap airdrop
  • Support tracking of ETH2 validator by index or pubkey and specifying ownership percentage
  • Bisq history import via CSV
  • Save PnL reports and reload them from disk
  • NFT Icons now appear at balances and dashboard

For more information check the detailed changelog below 👇

Downloads

Upgrade is highly recommended. Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

Potential action required

Ignored ethereum transactions

If you had any ethereum transactions that were ignored for accounting they will now need to be ignored again.

Release Highlights

Kraken mobile app trades

Users who have done trades in kraken's mobile app will now be able to see them and have them tracked in rotki.

unknown

Performance increase for big number of historical entries

In the past rotki was having a very big difficulty with a big number of historical events. This is no longer the case thanks to a considerable rework of the api and pagination mechanism. No matter the amount of events, rotki should now function fine and pages will load fast. What's more the memory footpring of the app is going to be a lot better now.

Saddle Finance and Paraswap airdrop

Two new airdrops, that of Saddle Finance and Paraswap are now supported. If any of the user's tracked addresses are eligible, they will be able to see it in the airdrops section.

unknown

Support tracking of ETH2 validator by index or pubkey and specifying ownership percentage

ETH2 validators can now be tracked manually by adding them as a new blockchain (beacon chain) account. They can be added either via index or public key. What's more since some people share ownership of validators you can specify ownership as a percentage and all balances and historical stats will respect that percentage for the given validator.

eth2_validator

Bisq history import

Data from Bisq exchange can now be imported via a CSV

bisq

Save PnL reports and reload them from disk

PnL reports are now saved to disk. Users can reload any previously ran PnL report from disk and check its events and results. A limitation here is that CSV export only exists for the latest PnL report ran in the current session.

pnl

NFT Icons now appear at balances and dashboard

Users will now see the images for their NFTs also in the dashboard's balances instead of only in the NFT gallery view.

nft_balances
2021-12-30_21-47


These were the highlights. Check below for the full changelog 👇

New Features

  • #3324 Users will be able to set the percentage of ownership for jointly held eth2 validators.
  • #3425 Users will be able to enter multiple pairs at once for binance exchange settings.
  • #3842 Users will now be taken directly to create account when downloading the application for the first time.
  • Any ethereum transactions that were ignored for accounting will now need to be re-ignored.
  • #1242 Users will be asked first whether to activate premium feature, and enable database sync when create new account.
  • #2876 The application users will now be able to start the auto update mechanism manually from the update indicator.
  • #2386 Users will see a separate section of L2 balances in Blockchain Balances section.
  • #2382 Users will now be able to filter specific accounts such as the ones from Loopring using an automatically added tag.
  • #2901 Users will now be able to select between a full privacy mode and a semi-privacy mode that keeps the percentages visible.
  • #2624 Users will now be able to filter by tag in the asset details page.
  • #2265 Users will now be able to see a hint for the trade rate when adding an external trade.
  • #2848 Users will now get taken to the top of the table automatically when changing a page.
  • #2121 Users can now select a different timezone when selecting a date to input.
  • #1875 Users can now enable or disable specific time frames in the graph timeframe.
  • #2446 Users can now switch between adding an external trade using quote asset amount or trade rate.
  • #2297 The application will now perform an update check every 24h (user-configurable) while the application is running.
  • #3470 Users can now customize the date input format.
  • #2918 Users can now select how the percentage column is calculated in the dashboard. Either based on total net value or based on current group (assets, liabilities, or nft).
  • #3753 Application users will now be able to (copy, cut and paste) using the context menu .
  • #3525 Users can now see the NFT icon at the NFT Balance table, and Non Fungible Balance table.
  • #3176 Amount inputs will now adhere to the user specified amount formatting.
  • #1214 Users will now be able to load and manage previously generated profit and loss reports.
  • #3716 Users can now see if any of their addresses have PSP available to claim from the PSP airdrop.
  • #824 Users will now be able to import their trade history from bisq.
  • #1864 Users will now be able to see trades, deposits and withdrawals imported in CSV from exchanges not connected using API keys.
  • #3685 Users will now be able to correctly read more transaction types in CSV files imported from crypto.com.
  • #3497 Users will now be able to add ETH2 validators via index or public key.
  • #3725 Users can now see if any of their addresses have SDL available to claim from the SDL airdrop.
  • #3708 Users will now be able to see trades from kraken made from their phone APP and in the kraken's swap UI.
  • #3549 Users will now be able to select whether to include or not NFT total value in total net worth and graphs.
  • #3712 Users will now be able to choose a custom date format while importing CSV files.

Bug Fixes

  • #3847 Remove whitespace when inputting address in new asset form.
  • #3767 The module selector will now properly clear after selecting a module by clicking.
  • #3128 Bigger net worth values on dashboard should not overlap with the net worth graph.
  • #3641 Users should now be able to view profit and loss reports that have many thousands of events without the UI freezing.
  • Deposits and withdrawals in files from cointracking will now be correctly registered.
  • ShapeShift CSV includes minerFee in rate, but outputAmount does not include minerFee. Fix to account for the true transacted base amount.
  • Bitfinex users that used Spankchain in the exchange will now be able to see it properly in their trades, deposits/withdrawals and balances.
  • Users connected to Alchemy as a node will be able to properly retrieve old ethereum transactions.
  • Users whose only interaction with a yearn vault was a deposit will no longer see the entire deposit as loss in the PnL.
  • #3804 Bitpanda users should now be able to see their crypto deposits and withdrawals.
  • #3847 Inputting an address in the asset form with extra whitespace will now work properly thanks to trimming.
  • #3859 Trades imported from crypto.com CSV should now have the correct rate imported.

Newly supported assets

Added support for the following assets:

Updated the information of the following assets:

rotki - Rotki v1.22.2 - Straightened Comb

Published by github-actions[bot] almost 3 years ago

Description

rotki v1.22.2 is a small patch release fixing a number of bugs you guys found in the last 10 days. Most important of which is a fix for trades, deposits and withdrawals queries for users with multiple exchange accounts of the same exchange. It contains 23 commits from 3 different contributors!

important note: Just like with rotki v1.22.1, no arm64 docker image exists for this release due to problem with our arm64 building pipeline. We will let you guys know when arm64 building is back and working.

For more information check the detailed changelog below 👇

Downloads

Upgrade is highly recommended. Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

New Features

  • rotki will now detect locked SRM balances in FTX.

Bug Fixes

  • Kraken margin trades are not yet supported, so they won't show up or be taken into account in kraken trade history.
  • #3744 Freshly created users who don't open the app again before an upgrade will now be able to update to new DB versions again.
  • #3749 Users using multiple instances of the same exchange should now correctly see all their trades.
  • Liquity users won't make extra balances queries when using DSProxies.
  • #3767 At module selection clicking on the module chip won't keep the text in the selection field.
  • Users will now be able to edit exchanges names for Kucoin and Coinbase Pro.
rotki - Rotki v1.22.1 - Fixed Comb

Published by github-actions[bot] almost 3 years ago

Description

rotki v1.22.1 is a small patch release fixing a number of bugs you guys found in the last week. Most important of which is the uniswap trades fix. It contains 22 commits by 3 different contributors.

important note: No arm64 docker image exists for this release due to problem with our arm64 building pipeline. We will let you guys know when arm64 building is back and working.

For more information check the detailed changelog below 👇

Downloads

Upgrade is highly recommended. Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

Bug Fixes

  • #3726 Manual liabilities should not count as assets and should be deducted from total net value when taking a snapshot. Also multiple liabilities of same asset should now be properly summed.
  • #3722 Trades details will now properly expand one at a time.
  • #3714 Airdrops section will now work again for Windows users. If you experienced problems with airdrops you should delete the ens.csv file under rotki data directory / airdrops
  • Uniswap trades will be queried correctly now.
  • #3724 Users should see their per asset liabilities properly aggregated on dashboard.
  • #3702 RMRK for Kucoin and BCH for Bitfinex should now be properly recognized by rotki again.
rotki - Rotki v1.22.0 - Comb

Published by github-actions[bot] almost 3 years ago

Description

Rotki v1.22.0 is a big feature release containing lots of new features, improvements and bug fixes we made in the last few weeks! It contains 162 commits by 5 different contributors!

Some of the highlights are:

  • Bitpanda support
  • Database info and backup management
  • DefiSaver Liquity support
  • Manual liabilities
  • ENS airdrop
  • Context-aware blockchain account add button

For more information check the detailed changelog below 👇

Downloads

Upgrade is highly recommended. Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

Release Highlights

Bitpanda support

Support for Bitpanda exchange is added. Note: This is not the Bitpanda Pro version.

Balances are taken into account.
2021-11-11_16-38_2

Trades can be pulled and taken into account in PnL report.
2021-11-11_16-38

Deposits/Withdrawals can be pulled.
2021-11-11_16-38_1

Database info and backup management

In Settings -> Data & Security users can now find information about their user and global database.

2021-11-12_15-50

Additionally backups can be managed here. You can download existing backups, delete old ones or create new ones.

DefiSaver Liquity support

People who use Liquity through DefiSaver will now also be able to see their liquity troves and pull information about them.

135494734-e5ae9c8b-fd90-4955-9712-2c108b0a60bf (2)

Manual liabilities

Users can now add manual liabilities (essentially negative balances) in the app. A liability is debt. For example here you can track a loan, student debt etc.

2021-11-12_21-00

ENS airdrop

This week the Ethereum Name Service (ENS) airdrop started and will be open for the next 6 months.

If any of your tracked addresses are eligible for it you can see it in the airdrops section of rotki along with the amount you can claim and a link to claiming.

2021-11-12_16-00

Context-aware blockchain account add button

The blockchain & accounts page has gotten a makeover! The add account button is now at the bottom and is context-aware. That means it tries to preselect the blockchain account type depending on which section of blockchain & accounts page you are looking at. So if you look at Ethereum addresses, it will add an Ethereum address. If you look at Polkadot it will add a Polkadot address and so on and so forth.

Peek 2021-11-12 16-17


These were the highlights. Check below for the full changelog 👇

New Features

  • #1146 Bitpanda exchange is now supported. Bitpanda balances are now shown and rotki can query trades and deposit/withdrawals from the exchange.
  • #2483 Users will now get properly notified when saving the balance snapshot fails.
  • #3579 Users will now be able to sort the NFTs in the gallery by name, collection and price.
  • #3640 Liquity users that created troves using DefiSaver will be now able to track them.
  • #1451 Improves performance of the Transactions page.
  • #3594 Users can now sort the dashboard assets and blockchain balance per asset tables using the price field.
  • #1513 Users will now be able to add manual liabilities.
  • #1536 The Account & Balances add button will now be fixed to the right bottom of the screen. The blockchain balances add button will now properly select the appropriate blockchain based on the visible table.
  • #3686 Users can now see if any of their addresses have ENS available to claim from the ENS airdrop.
  • #3335 Users will now be able to find the pending tasks in the notification sidebar.
  • #3235 Users will now be able to create and manage database backups, and view information related to the rotki databases.

Bug Fixes

  • #3328 The asset update resolution dialog should now be usable on mobile screens.
  • #3676 NFT collection floor price should now be properly retrieved again and shown as the valuation for user NFTs that have had no previous sales.
  • #3667 Users should be able to upload asset icons to docker instances when using a remote connection via the application.
  • #3664 Binance US users will no longer see errors regarding the fiat payments and orders endpoints.
  • #3666 An ethereum token's address will be properly filled when navigating to the asset edit from the asset overview page.
  • Transaction receipts will now be processed properly even for nodes(such as open ethereum) that do not return the type field for non EIP1559 transactions.

Newly supported assets

Added support for the following assets:

Updated the information of the following assets:

rotki - Rotki v1.21.3 - Clutch

Published by github-actions[bot] almost 3 years ago

Description

Rotki v1.21.3 is a patch release on top of 1.21.2 featuring many bug fixes for bugs you guys experienced in the last 10 days and some minor improvements. This release is made up of 35 commits from 3 different contributors!

For more information check the detailed changelog below 👇

Downloads

Upgrade is highly recommended. Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

Bug Fixes

  • #2178 Premium DB sync popup should no longer popup if you only use one instance of rotki in one system.
  • #3643 The price currency will now be properly visible on the NFT balance header sorting when using a mobile device.
  • #3629 Kraken api rate limiting should no longer cause a query to get stuck in a loop.
  • #3624 Editing a CEX api key should now work properly again.
  • #3619 Binance users should now be able to properly process fiat payments, deposits and withdrawals.
  • #3613 Users should be now able to save a ledger action without specifying seconds.
  • #3630 Users will be able to properly see their MakerDAO vault loans
  • #3647 It should be now possible for users to properly ignore DEX trades in the trade history page.
rotki - Rotki v1.21.2 - Cloacal Lip

Published by github-actions[bot] about 3 years ago

Description

Rotki v1.21.2 is a patch release on top of 1.21.1 featuring many bug fixes for bugs you guys experienced in the last week. Most notable of which was the jittery asset graphs for premium users. It also adds two small features. Premium asset graphs can be configured to show 0 amounts better and snapshots can be saved despite of errors. This release is made up of 30 commits from 4 different contributors!

For more information check the detailed changelog below 👇

Downloads

Upgrade is highly recommended. Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

Notable changes

Zero asset amount

statistics_multipliying_option

We have introduced an option in the asset graphs to select the Missing snapshot multiplier. It sets after how many hours between two snapshots the graph will display zero balances. This allows to improve graphs for periods where the balance of an asset was zero. For more info on the problem solved check: https://github.com/rotki/rotki/issues/2613

Save balance snapshot despite of errors

rotki_snapshot_forcing

We have introduced an option to ignore errors when force saving a balance snapshot.


These were the notable changes. Check below for the full changelog 👇

Bug Fixes

  • Users can now ignore any errors when force saving balances.
  • #3576 User asset charts should no longer have arbitrary zero amounts. There is now a setting they can choose which is off by default. If set it denotes the multiplier of the snapshot saving frequency at which to insert 0 save balances for a graph between two saved values.
  • #3578 Adding an external trade on a specific date without specifying time will now be possible. Any backend validation errors on the date field should now be properly visible.
  • The NFT gallery will correctly display NFTs that include a video extension but not at the end of the url.
  • #3593 Sorting by asset in the dashboard asset table and blockchain balances per asset table should now properly sort alphabetically by the asset symbol.
  • #3591 Uphold trades will reflect exchanged value instead of received value for base amount. This will properly arrive at the received amount when the fee is accounted for.
  • #3580 NFT balances will now get removed from the UI when the user deactivates the module.
  • #3602 Kusama/Polkadot balances should now be queried properly again.
  • #3603 The PnL execution will now continue despite potential error calling the compound subgraph.

Newly supported assets

Added support for the following assets:

Updated the information of the following assets:

rotki - Rotki v1.21.1 - Cloaca

Published by github-actions[bot] about 3 years ago

Description

Rotki v1.21.1 is a patch release on top of 1.21.0 featuring many bug fixes and improvements that you guys asked for in the last week. It also adds a small feature for Gemini users. It consists of 35 commits from 4 contributors.

For more information check the detailed changelog below 👇

Downloads

Upgrade is highly recommended. Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

New Features

  • #3554 Gemini users will now have their earn balances tracked in rotki.

Bug Fixes

  • #3555 Users should now be able to see the total value in the table of NFTs in the dashboard
  • #3479 Asset type selector will now be properly disabled when editing an asset.
  • Statistics per asset graph will now properly display the name of the NFT.
  • #3547 Coinbase transactions without network data returned should now be processed properly.
  • #3546 Coinbase users with trades/deposits/withdrawals/balances of FET (Fetch.ai) should have it properly detected.
  • #2613 Graphs of assets that used to miss all 0 balance data points between two time point will now properly show a 0 amount in the asset graph for the time period.
  • #3552 Users with semi-fungible tokens in different ethereum wallets will see them correctly in the NFT gallery.
  • Docker users will be able to retrieve automatic information for tokens when adding new ethereum assets.
  • #3414 Coinbase conversions should display the correct fee.
  • #3208 Rotki will now allow to track the same account for different blockchain types.
  • The value of NFTs will now be properly included as part of the total net worth when calculating an asset's percentage.
rotki - Rotki v1.21.0 - Mandible

Published by github-actions[bot] about 3 years ago

Description

Rotki v1.21.0 is our biggest release so far containing a ton of features, improvements and bug fixes we made in the last month! It contains a whooping 348 commits by 15 different contributors! Special thanks to Andrew Rosborough who got into the code and made some nice features for this release!

This is also the first release for which a docker arm64 image is created!

Some of the highlights are:

  • Support liquity protocol troves and staking
  • Support for Shapeshift CSV import
  • Support for Uphold CSV import
  • Detect owned NFTs. Show them in a gallery and take their estimated value into account.
  • Support for Pickle finance's dill staking.
  • Users will now be able to search via a combination of filters in trades, deposits/withdrawals history

For more information check the detailed changelog below 👇

Downloads

Upgrade is highly recommended. Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

Release Highlights

NFTs

You asked for it and here it comes! The NFT boom has been crazy and with rotki you will be able to track your NFTs and find prices for them. By default we will track last sale price, if it's not available we'll query floor price and if is not available we provide you the ability to input manual prices.

sc_nfts

Free users are limited to 10 NFTs while premium users can track all their NFTs across all of their accounts.

The value of the NFTs you own will also be tracked in the app's dashboard.

sc_nf_balances_dashboard

If you know the correct price for an NFT you own or don't agree with the automatic estimate you will be able to manually set it via the NFT balances section of the app.

sc_nf_price

Liquity

In this release we added the possibility to track Liquity troves and LQTY staked in the protocol. By activating the Liquity Module you gain access to track troves in the liabilities section. Free users can see their troves and some basic info for each trove. Premium users can also see all historical information, interest owed, liquidation events and more.

liquity

And you can track the staked amount under the staking section. Staking is only for premium users.

sc_staking_liquity

We are planning more integrations with the Liquity protocol that will come in future releases. If you are a user of liquity you are bound to enjoy it!

Uphold and Shapehift CSV imports

Thanks to our awesome community we have new locations which data that can be imported via CSV. The new locations are Shapeshift and Uphold but also other importers have been improved as Nexo and Crypto.com

image

Pickle Finance

We start the integration with Pickle Finance by adding the option to track pickles locked in DILL and pending rewards from DILL to be collected. To do so activate the Pickle module in the rotki settings.

image

Filtering historical events

The historical events section in rotki can have pages upon pages of data. From this release we allow filtering of trades, deposits and withdrawals.

sc_history_trades_filter_multi

You can filter the results via multiple filters such as location, timerange, type, assets involved and so on and so forth. For more info check the docs.


These were the highlights. Check below for the full changelog 👇

New Features

  • #3251 Users will now be able to easily access the asset edit page from the asset details page.
  • #3020 Users will now be able to copy their ETH1 addresses when visiting the ETH2 staking page.
  • #2362 Binance users will now be able to query their fiat deposit/withdrawals and fiat orders and have it taken into account in rotki.
  • #3326 Introduces pagination for liquidity pool balances to help users with a great number of lps.
  • #1097 Users will now be able to view their NFTs, track and manage their prices, and also see their value as part of their total net worth.
  • #2764 Users will now be able to restore the local assets database to its initial state.
  • #2847 Users will now be able to use a combination of filters in the search for trades and deposits/withdrawals.
  • #3254 Users can now add a custom Covalent API key in rotki.
  • #3416 Users will now be able to import ShapeShift trade history CSVs exported from shapeshift.com.
  • #1345 Users will now be able to import uphold transaction history CSVs exported from uphold.com.
  • Users will now be able to track balances locked in pickle's DILL.
  • #2891 Users will now see notes and links for trades in the exported CSV files.
  • #2836 Users will now be able to track Liquity's troves and staking in the Liquity protocol.

Bug Fixes

  • #3239 Users will now see only the relevant addresses suggested when filtering DeFi deposits.
  • #3340 Users will now be able to properly see the favicon when accessing the frontend using Firefox.
  • #3266 Users will now be able to properly access most of the top bar content using a mobile device.
  • #3268 Users will now be able to properly scroll to the hidden tabs when using a mobile device.
  • #3267 Frontend will now occupy all the available screen when accessed from a mobile device.
  • #3208 Rotki is now able to accept and track the same account for different blockchain types.
  • #3463 Users using Turkish localization will now be able to use the application.
  • #3448 Improve Kucoin api rate limit handling. Recognize CFG asset in Kucoin as WCFG.
  • #3452 Trades from externally imported exchanges (blockfi, crypto.com etc.) should now be properly taken into accounting in the PnL report again.
  • #3437 Fix a bug where for some active aave v2 lending positions the entire aToken balance would be shown as profit.
  • #3406 Sushiswap events will now be taken into account during the profit and loss report.
  • #3407 Users will now see correctly reported their amount of xSUSHI.
  • #3421 Users will now be able to see solana properly in coinbase assets
  • #3418 Users will now be able to finish import from crypto.com's CSV files when there is a time mismatch between rows.
  • #3056 Users will now be better notified when an error occurred while importing information from crypto.com on credit/debit events with special cases.
  • #3493 Users of Bitstamp will see correctly imported assets movements with fees in any coin.
  • #3491 Coinbasepro users who own Barnbridge governance token (BOND) will now be able to properly see it in balances, trades and deposits/withdrawals.
  • Users importing information from Nexo CSVs will correctly detect interest gains and detect special assets symbols.
  • #3502 MakerDAO vault users who saw double the amount of liabilities for some of their vault/s should now see the proper amount again.
  • #3490 If a user had historic trades of a delisted asset in coinbasepro the trades query will now work again.
  • #3535 There should no longer be a problem when changing active modules while an ETH account is already being added.

Newly supported assets

Added support for the following assets:

Updated the information of the following assets:

rotki - Rotki v1.20.1 - Chin

Published by github-actions[bot] about 3 years ago

Description

Rotki v1.20.1 is a patch release with bugfixes to the bugs you guys reported in the last 2 weeks and also some improvements we wanted to roll out before v1.21.0. Also a ton of new assets support is added.

For more information check the detailed changelog below 👇

Downloads

Upgrade is highly recommended. Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

New Features

  • #3349 AMM Swaps now have a clickable transaction hash link in the trades history section

Bug Fixes

  • #3329 Users will now properly see their sushiswap trades in the history page if they have the sushiswap module activated.
  • #3310 For the edge case of a MakerDAO vault event containing a zero amount the MakerDAO DeFi section and PnL report should no longer get an error.
  • #3311 The PnL CSV export in Windows should now now longer contain the double number of lines and as such the formulas at the summary should be correct.
  • #3313 Discrepancies on the sign of net_profit_loss in PnL CSV export between exports with and without formulas should now be fixed.
  • #3355 Yearn V2 vaults should now display a correct price.
  • #3373 The form to add a FTX account will now work correctly when the subaccount field is modified and then cleared.

Newly supported assets

Added support for the following assets:

Updated the information of the following assets:

rotki - Rotki v1.20.0 - Malar

Published by github-actions[bot] about 3 years ago

Description

Rotki v1.20.0 is a quite big feature release that brings a ton of new features, improvements and bug fixes made in the last 2+ weeks. It contains 135 commits by 6 different contributors! Special thanks to all the Jonases who helped with Avalanche and Polkadot 🤗

Some of the highlights are:

  • Initial support for avalanche blockchain. C-Chain only.
  • Customization of PnL CSV export
  • Support for Shapeshift FOX airdrop
  • Support for Sushiswap
  • Support for Aave v2
  • Support for Polkadot blockchain

For more information check the detailed changelog below 👇

Downloads

Upgrade is highly recommended. Download the binary for your OS from below:

Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:

Release Highlights

Avalanche support

2021-08-06_18-23

Thanks to the work by Jonas and team we now have initial support for accounts balance query in the Avalanche chain. For now this is only fo C-Chain support.

Customization of PnL CSV export

The PnL CSV export can now be more customized. You can choose to not export formulas and also choose whether you would like a summary of totals and settings/version used to be appended at the end of the report.

127876482-59a531c9-95cd-44e2-b169-449ff26af2be

Support for Shapeshift FOX airdrop

E7niPwfWEAQ26Ac

The shapeshift FOX token airdrop should now be detected for all your tracked addresses. If any of your addresses is eligible you should be able to see it in the airdrops section.

Support for Sushiswap

E79cuRGWYAEeJaa

Sushiswap AMM is now supported. Premium users will have all the sushiswap trades made by their tracked addresses detected and taken into account in the PnL report.

E79eL5kWYAYGiPw

Also all mint/burn events of providing liquidity to a Sushi pool will be detected and shown to the user.

Support for Aave v2

125753804-47d57f62-4f73-4592-9ac8-ff861532d3d9

Aave v2 is now fully supported. Also all balances deposited in Aave v2 will be properly detected and their APY shown.

Support for Polkadot blockchain

E7YsS_TX0AEbTH7

Much like Kusama, Polkadot is now supported natively as a chain thanks to JonasW3F. You can input your polkadot addresses, rotki will track them and show you what their DOT balance is. You can also use your own polkadot node.


These were the highlights. Check below for the full changelog 👇

New Features

  • #2426 Sushiswap is now supported. Premium users can see their LP balances, swaps history and LP pool join/exits. Finally the balancer trades are now taken into account in the profit/loss report.
  • #2145 Users will now be able to customize whether CSV export should contain metadata of the PnL run. Consisting of the rotki version that generated it and the chosen accounting settings.
  • #3279 Users will now be able to customize whether CSV export should contain a summary of PnL per event type.
  • #3252 Users will now be able to customize whether CSV export should contain formulas or not.
  • #3125 Native support for Polkadot blockchain.
  • #3242 Native support for Avalanche Blockchain and Covalent API.
  • #3097 Users will now have the option to disable the application tray icon.
  • #3061 When inserting ledger actions users will now be able to skip the specific time on date input (00:00:00 will be assumed).
  • #3061 Users will now get the last used location pre-selected when adding ledger actions.
  • #3138 Users will now see separate cards on the Defi overview for MakerDAO Vaults and MakerDAO DSR.
  • #3275 Users can now see if any of their addresses have FOX available to claim from the ShapeShift airdrop.

Bug Fixes

  • #3264 Users should now be able to properly download the PnL CSV when using docker.
  • #3289 Aave v2 balances should now be taken into account in the DeFi deposits section.
  • #3287 Users with AMM trades from different AMMs in a single transaction will now be able to select all and deselect all trades properly in the frontend.

Newly supported assets

Added support for the following assets:

Updated the information of the following assets:

Package Rankings
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
GitHub release Docker Image Version (tag latest semver) GitHub commits GitHub contributors GitPOAP Badge Github All Releases Hiring X Follow Discord
Related Projects