rotki logo

rotki

Privacy-focused, self-hosted crypto and financial portfolio tracker with accounting and tax reports

Alternative to: cointracker, koinly, coinstats, delta investment tracker


About Versions (101)

v1.34.2

2024-08-09

Description

release 1 34 2

rotki v1.34.2 is a patch release containing improvements and bugfixes made in the last 2 weeks. The most important changes relate to fixing a fatal price query recursion error for USDT and adjusting to etherscan requiring API keys for querying data from it. Apart from that a number of smaller bugs are fixed and also a lot of improvements are made in the app.

For more information check the detailed changelog below :point_down:

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

  • New event type/subtype combinations added. Receive/payment to receive a payment for something, Spend/payment to pay for something, Receive/Grant to receive a grant. Accounting wise they are treated like normal spend/receive and receive donation respectively but it helps with filtering and categorization during history searching.

Bug Fixes

  • Users will be able to filter by event subtype in the history events view.
  • Fix issue where ETH from staking doesn’t appear under the ETH breakdown on the dashboard.
  • #8334 Importing addresses from MetaMask should work when multiple browser wallets are installed.
  • rotki will now properly run background tasks when logging out and logging in again.
  • The task to read new curve pools from the chain will be faster now.
  • rotki will now detect new tokens right after finishing decoding new events.
  • The detection of account activity in new evm chains has been improved to avoid false positives when the account has been only sent spam tokens.
  • #8169 Prevent a recursion error when querying the price of a token.