Rotki Versions Save

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

v1.33.0

3 days ago

v1.32.2

1 month ago

Description

rotki v1.32.2 is a bugfixes release fixing issues you guys found in the past weeks. Various fixes for protocols such as monerium, and curve to exchanges such as coinbase and bitcoin.de are included.

It contains 34 commits from 5 different contributors.

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:

Bug Fixes

  • #7531 rotki will now prioritize manual prices above other price oracles and calculations.
  • rotki will display NFT prices correctly across all asset types.
  • #7572 Fix issue where coinbase data query could result in an error popup.
  • #7611 USDT balances and trades in bitcoin.de should now work properly.
  • Sending money to SEPA or bridging with the BurnFrom monerium signature will now be properly decoded by rotki.
  • Fix issue where long label in manual balances breaks the alignment of chain names.
  • If saving a setting fails, error messages will no longer disappear automatically.
  • #7532 Curve LP token price calculation should now be correct.
  • All the curve pools in ethereum should be queried again.

v1.32.1

2 months ago

Description

rotki v1.32.1 is a bugfixes release fixing issues you guys found in the last week. Most important fixes are regarding ETH staking, STRK and airdrops CSVs.

It contains 18 commits from 6 different contributors.

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:

Bug Fixes

  • rotki will now automatically update the local airdrops' CSVs when needed, without manually deleting them.
  • Fix the issue where an incorrect amount of ETH is displayed in the Loopring account table.
  • Binance lending positions and rewards will get properly decoded and displayed again.
  • #7488 Show tags in multi-lines when multiple to avoid horizontal scroll.
  • #7497 In ETH staking view execution rewards should now be counted properly. MEV reward and block reward should not both be counted if recipient is not tracked.
  • #7522 Invalid ENS names shouldn't stop the decoding process anymore.
  • Removing an address from one of the EVM chains won't affect the decoded events in other chains anymore.
  • ETH withdrawal events should now be taxable again if the setting for their treatment after withdrawals enabled is on (which is by default).
  • Invalid data in airdrops' CSVs or JSONs will now get ignored to show the rest of the valid data.

Newly supported assets

Added support for the following assets:

v1.32.0

2 months ago

Description

rotki v1.32.0 is a huge feature release containing all the work that the team has been preparing in the last 2 months! The biggest features coming in this release are Ethereum Staking revamp, Monerium support, Paraswap support, Aerodrome support, Metamask swaps and so much more!

It contains 356 commits from 17 different contributors :1st_place_medal:

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:

Things to note

Some important things to note when using the release

History events redecoding

2024-02-15_23-56

If you are upgrading from an older release all your EVM history events will need to be redecoded. This is something that takes a bit of time(depending on amount of events) but is required in order to apply all changes since last release.

The redecoding will be triggered the first time you go to the history events page after you open the new version. You can monitor progress by pressing the 3 dots menu on the top right as seen in the screenshot above. Have patience until redecoding finishes.

Finally note that any edited events won't be touched, so you don't lose any data.

Monerium API credentials

2024-02-16_00-13

In this release rotki premium users can integrate with monerium! This means that all monerium transactions in mainnet, polygon and gnosis chain will be decorated with the bank data (or chain bridging) data you can also see in monerium app. But there is 2 important pieces of information to keep in mind here.

  1. Monerium API can only use basic authentication at the moment. We are in contact with their team and they will add api keys eventually. But for now they only have basic authentication which means your username + password are stored in rotki (encrypted). Take necessary security precautions and don't use unless you understand the potential risks.
  2. Monerium data will be pulled roughly every hour to decorate your EVM transactions. So if you just upgraded it's best to wait for the EVM events redecoding (as mentioned in the previous section) to finish before inputting your monerium API.

Private addressbook

2024-02-15_23-35

Account labels of all chains have been moved to the address book. This is the private address book inside your encrypted database. You can now manage your private labels much easier from here. Editing a blockchain account as before still works and will be reflected in the addressbook.

Data Directory reorganization

2024-02-15_23-45

The rotki data directory has now been reorganized. All user data has moved under a specific subdirectory. Global DB data in another. App specific data under its own directory and all images/icons in another.

Staking performance

2024-02-15_21-39

If you are staking ethereum and have data from before 1.32.0 you will see something like the above when you to the staking page. The numbers for APR and the status won't be adding up.

The reason for this is technical. The data in the database changed and since you had data from before, new data has not yet been populated. To fix it press "refresh balances" and all should be fine afterwards. That weirdness will only be there first time you open 1.32.0 and go to eth staking page.

Important Note: 1.32.0 has a bug in which case some execution layer rewards may appear doubled: https://github.com/rotki/rotki/issues/7497. It is a known issue and will be fixed in 1.32.1

Ignored asset whitelist

2024-02-16_10-57 Spam assets are a plague in EVM chains. rotki has an automatic algorithm trying to match assets as spam to not bother the user with automatically ignoring them. You can see all ignored assets in Manage Assets -> Filter by ignored. A problem with automatic algorithms marking something as spam is that mistakes can be made and a legit token may be ignored.

2024-02-16_10-14

To solve this problem from this release we are adding a whitelist which you can add assets to as can be seen above. Once an asset is added to the whitelist it will be removed from the ignore list and the automatic algorithm will not mark it as spam in the future.

Release Highlights

Here is some of the highlights of this awesome release!

Monerium Support

2024-02-16_00-23

In this release for premium users all monerium EVM transactions will be decorated with extra data so long as you provide monerium credentials.

  • For bank transfers from/to your address you will be able to see the destination/source IBAN along with the memo of the transfer.
  • For automatic EURe bridging between EVM chains you will see amounts, from/to EVM chains along with from/to address.

Finally we have a tool to connect the traditional finance with the crypto world!

French :fr:

2024-02-16_00-09

Rotki is now translated in French thanks to the work put in by a user and contributor, Anthony Robbin.

Paraswap Support

2024-02-16_00-14

Paraswap swaps are now properly understood and decoded in rotki's history events view across all supported EVM chains.

Ethereum staking

There is a ton of Ethereum staking related changes

Use your own beacon node

2024-02-16_00-31

rotki is pulling a lot of consensus layer data from beacon nodes. You can now use your own beacon node if you have one online or if you are running your own staking setup. So all ETH staking data will be pulled much faster.

Staking page changes

2024-02-15_14-26

The ethereum staking page has been redesigned.

  • On the left side of the view you can see totals. Total validators numbers, ETH staked, consensus layer rewards, execution layer rewards and performance.
  • On the right side you can see an analysis per validator. Performance per validator, outstanding (not withdrawn) rewards, consensus layer rewards, execution layer rewards, balance and status.
  • All the above is filterable by a common filter:
    • Time range
    • Validator status
    • Validator indices
    • Associated address (may match with depositors, withdrawal addresses or fee recipients in the execution layer)
  • Those same filters will apply to the entire view. That means staking events and validator daily stats also get filtered by this common filter.

Important Note: 1.32.0 has a bug in which case some execution layer rewards may appear doubled: https://github.com/rotki/rotki/issues/7497. It is a known issue and will be fixed in 1.32.1

Airdrops rework and Starknet

2024-02-15_22-26

The airdrops section has been reworked a bit. The following has changed:

  • All airdrop data is now pulled remotely from an external source (github). Whenever new airdrops are released we can be updating this source of truth remotely and your rotki will pull it, check it against all your tracked addresses and tell you if you have anything to claim. This can now happen without needing a new rotki release.
  • Starknet airdrop has been added. If any of your tracked addresses, especially if you have been staking ETH before the merge, are eligible you can see it in the airdrops section.

Bybit

bybit1

Bybit exchange is now supported. You will be able to see all your balances in Bybit, pull all trades, deposit/withdrawals and take them into account during accounting.

bybit2 bybit3

Aerodrome

aerodrome1

Much like velodrome is in Optimism, this release rolls out full support for Aerodrome in Base chain.

Aerodrome Pool balance should now be automatically detected, and any aerodrome transactions should be properly decoded in the EVM Events history view.

Canceling pending tasks

with_confirmation

If a task is long running in rotki and you want to cancel it you can now click on it in the notifications area and press "X" to stop it. Note that this should not be done lightly as depending on the task things could be left unfinished.

Metamask swaps

image

All metamask swaps are now decoded properly in the history events view


These were the highlights. Check below for the full changelog :point_down:

New Features

  • #7383 rotki will now update airdrops' data remotely without needing to update the app.
  • #7357 rotki will now properly detect and decode Shutter token airdrop and delegation.
  • Transactions contributing to Juicebox campaigns, such as the Free Alexey and Roman from Tornado, are now properly decoded.
  • Octant epoch reward claiming transactions are now properly decoded.
  • #6460 rotki will now properly import the trades from the CSVs that are exported from Kucoin.
  • #7018 rotki will now save the labels for a blockchain account in the address book. If a name is already present in the address book for that blockchain account, Name Priority setting in 'Frontend-only Settings' section is used to determine which one to keep. Addressbook is prioritized by default.
  • rotki is now available in French.
  • Tokens deposited in EigenLayer will now be tracked.
  • Aerodrome transactions in BASE will now be properly supported.
  • Notes for governance votes will include the reasoning if it was provided in the transaction when voting on-chain.
  • #7214 Swaps done through Paraswap Augustus on Ethereum, Arbitrum, Optimism, Polygon, and Base chains, will now get properly decoded in the history view and will be taken into account during accounting.
  • #7027 Monerium transactions are now decoded as mints and burns. If the user provides monerium credentials then a periodic task pulls data from the monerium API and the transactions are enriched with actual banking data and/or with bridging data from chain to chain.
  • #7176 The exported CSV for PnL Report now contains a label of the address in notes, if available.
  • #7146 The exported CSV for PnL Report now contains an Asset column with symbols.
  • #6254 Users can now stop the execution of long-running queries.
  • #7092 Users of metamask swaps will now see them properly decoded in the history view and have them taken into account during accounting.
  • Bridging transactions across all EVM chains done via socket will now be decoded properly.
  • #7051 Users will be able to add a custom price directly from the asset overview page.
  • Arbitrum's governance votes should now be decoded properly.
  • #4841 The rotki data directory is now more organized.
  • Transactions that have interacted with the WXDAI contract are now properly decoded.
  • #1574 Interactions with the ygov.finance contract are now decoded.
  • #7399 Transactions involving the Savings xDAI contract at gnosis will now be properly decoded.
  • Transactions burning vested vCOW to claim COW tokens will now be properly decoded for both gnosis chain and ethereum mainnet.

Bug Fixes

  • #7435 Fix the issue where, in rare cases, users receive a JavaScript error popup when minimizing the window.
  • #7276 Fix the issue where Uniswap v3 positions are counted twice for the net worth.
  • #7147 rotki should no longer query price multiple times for the same asset across different chains.
  • Whether an airdrop has been claimed or not will be properly detected again for the supported airdrops.
  • Incorrectly processed kraken events should no longer occur.
  • It should no longer be possible to merge the same asset to itself, thus botching the asset in your database.
  • Fix an issue where kraken instant swaps could have an invalid type for fee events.
  • Querying coinbase data should no longer show 404 error if the user has too many accounts and tries to query trades or deposits/withdrawals.

Newly supported assets

Added support for the following assets:

Updated the information of the following assets:

v1.31.3

3 months ago

Description

rotki v1.31.3 is a patch release on top of 1.31.2 fixing bugs our users found in the last month. Most important of which is making new NFTS be detected properly again. It also comes with some minor improvements. This release contains 41 commits from 6 different contributors.

Two things that are fixed in this release and would require action if affected are:

  • Liquity trove LUSD borrowing fee and stability pool LQTY frontend fee will now be properly shown and processed by rotki. If the events do not show them then redecode the offending events and they should work fine again. Keep in mind that an automatic redecoding will happpen in 1.32.0 so even if you take no action now when 1.32.0 is out and you upgrade to it, it will happen on its own.
  • Some coinbase trades imported via the API should no longer show negative amounts. If you see negative amounts, purge and repull coinbase data.

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:

Bug Fixes

  • The history events section will have correct pagination for free users, with all the events showing correct sub-events.
  • #7359 NFTs should be queried and displayed properly again.
  • #7362 Filtering by customized events in the free version should work fine again.
  • Premium sync failure will now appear in the toolbar indicator instead of showing a notification.
  • Importing sell trades via rotki generic trades CSV import will now work properly again.
  • All Gnosis bridge dai events from ethereum to gnosis chain should now be decoded properly.
  • #7526 Liquity trove LUSD borrowing fee and stability pool LQTY frontend fee will now be properly shown and processed by rotki.
  • USDT will be processed correctly when importing events from nexo.
  • Failure to resolve etherscan api or hitting maximum backoff after too many retries will now no longer raise an exception.
  • Some coinbase trades imported via the API should no longer show negative amounts. If you see negative amounts, purge and repull coinbase data.
  • The defillama oracle should now work correctly with tokens in arbitrum and binance.
  • Removing exchanges will also remove them from the setting of non syncing exchanges.

v1.31.2

4 months ago

Description

rotki v1.31.2 is a patch release on top of 1.31.1 fixing bugs our users found in the last 2 weeks and also introducing some minor improvements. Most important thing fixed here is adjusting rotki for bittrex, bitstamp and coinbase non backwards compatible API changes that happened since our last release. This release contains 52 commits from 7 different contributors.

Important Info: If you had Bittrex or FTX api keys, or had any of the two exchanges in the non-syncing exchanges list, before upgrading make sure to do the following things in order:

  1. Toggle both exchanges back to being syncing
  2. Once you do (1) remove the api key of both exchanges.

Then you can upgrade to 1.31.2. If you already upgraded to 1.31.2, no problem. You can open rotki with 1.31.1 again and do the 2 steps and then open with 1.31.2 again.

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:

Bug Fixes

  • Importing timestamp in CSV in scientific format should now work without errors.
  • #7123 Adding an EVM EOA address that has only withdrawals/blocks activity will no longer fail.
  • #7082 Now disabling sync for an exchange instance won't prevent other instances in the same exchange from querying new trades.
  • #7071 Fix the issue where users on mobile devices need to scroll to login.
  • #7120 Fix the issue where after removing an exchange key, an error notification is shown.
  • #7115 Fix the issue with decimal point for amount input.
  • #7119 Removed bittrex as an exchanged added via api key since it has shut down. But users can now import bittrex CSVs in order to get their history into rotki.
  • Bitmex history queries should now work properly again after Bitmex changed their API without versioning.
  • #1863 Bitstamp deposit/withdrawals should now also show the address and transaction id.
  • #7075 Coinbase api should now be usable again. Additionally history retrieval speed has improved by orders of magnitude.
  • Fix the issue where user profiles on the login screen are empty after logging out.
  • Now users will be able to see the most recent assets without restarting the app when filtering by owned assets in the assets view.
  • Withdrawal events for ethereum staking will now respect accounting rules.
  • #7059 Fix the issue where adding an account via MetaMask is not working.
  • #7057 Fix the issue where the app restarts when the file upload button is clicked.
  • rotki should no longer try mainnet uniswap onchain price queries for other evm tokens and errors should be handled better

v1.31.1

5 months ago

Description

rotki v1.31.1 is a patch release on top of 1.31.0 fixing bugs our users found in the last week and also introducing some minor improvements. Most important thing fixed here is a nasty bug that happened during PnL report in some specific cases and made the report impossible to continue. We also added spam asset detection improvements. This release contains 32 commits from 7 different contributors.

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

  • #7015 Users will be able to sort the blockchain accounts by displayed name.
  • #7024 When a Uniswap-V2 or Sushiswap deposit gets decoded it will update the default symbol of the LP token to include information about the underlying tokens.
  • #6885 Users can now specify EVM chains for which no activity will be auto-detected by rotki.

Bug Fixes

  • Fix the bug that causes the error screen to appear strangely in dark mode.
  • #7012 Fix issue where the title for the statistics card are missing.
  • #7039 The edge case of a failed eth_call during initialization of decoders will no longer crash the user login task.
  • Users will be able to see the address of the asset instead of the redundant asset name in the "Managed Assets" view and in the "Newly Detected Tokens" view.
  • #7017 Fix the issue where clicking on the chain in the blockchain balance summary didn't show the correct section.
  • #6999 Chai token balances should not appear doubled under certain conditions.
  • Fix styling issue with the lock icon for "Add collateralization ratio watcher" for non-premium user.
  • Fix issue where the reports page cannot be loaded if there is old report from older version.
  • Fix the issue where the app freezes for a few seconds on logout.
  • #7009 PnL reports with an old type of event (such as DailyStats) following a swap will no longer fail with an exception.
  • #6998 If a username contains a '.' the user will now be able to log in properly again.
  • The welcome message at first login after a version upgrade will now have the correct link to the release notes.
  • Swaps using 1inch where the Uniswap V3 decoder processed part of the transaction will be correctly decoded now.
  • Creating, editing and deleting accounting rules will now update warnings when rendered events get affected in the history view.
  • Showing a page with a history event with a non-recognized type/subtype combination will no longer stop the page from loading due to an error.

v1.31.0

5 months ago

Description

rotki v1.31.0 is a gigantic release containing all the work that the team has been preparing in the last 3 months! The biggest features coming in this release are support for Gnosis chain, support for Base chain, Velodrome support, a UI redesign but also a lot of smaller improvements and new protocol decoders for history events such as graph, ethereum attestation service and more!

It contains 444 commits from 22 different contributors :exploding_head:

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:

Things to Note

Here Be Dragons

This is a very big release containing a very wide array of changes that touch many different parts of the application. We have thoroughly tested but there can be bugs and things that break or not work as they should. So please keep that in mind when upgrading, be patient and report any problems to us in discord: https://discord.rotki.com/

Gnosisscan and Basescan API key

Just like with other EVM chains, if you use gnosis or base, we need you to go to https://gnosisscan.io/ and/or https://basescan.org/ and create a user account and a free API key. Then take that key and input it into rotki at (1) API Keys -> (2) Gnosis or (3) Base.

2023-11-24_19-57 2023-11-24_19-57_1

Ledger Actions Removal

ledger-actions-before

The term ledger action has been removed from the application. All your ledger actions have now been migrated to normal history events.

ledger-actions-after

They are now shown along with the rest of the history events in the history section.

Slow loading of history events at first load plus watching redecoding progress

As with any other big release since the decoder system is almost unrecognizable from 3 months ago we automatically request a redecoding of your events at upgrade to 1.31.0.

This way you will have the freshest interpretation of events and miss less important events that rotki 1.30.XX did not see.

2023-11-24_21-07

Either at this first start or whenever you request a full redecoding you can now clik on the button shown at (1) to watch the progress of evm decoding.

decoding_status

Ability to manipulate history events

As we push towards the history view being the single place to have all your history you can now add and edit all history events.

2023-11-24_21-39

As you would in the past by adding a ledger action, when you want to add a new event you can just add a history event by pressing the button shown above.

2023-11-24_21-39_1

Then you can add any type of event you want. Depending on the type the insertion menu looks different. For more information check the docs.

You can also press edit and edit any event.

Release Highlights

Gnosis chain

Gnosis chain is now supported 2023-11-24_20-16

Gnosis account balances will now be detected.

2023-11-24_20-12

All gnosis transactions are now pulled and decoded and shown in a human readable format. They are also taken into account in accounting.

Base chain

base-events

Same as with gnosis, base chain is now supported.

UI redesign

2023-11-24_20-19

The design of the application's UI has been retouched in many places.

Filterable History CSV export

2023-11-24_22-25

In the history events section you can now apply any filter and the entire history applied to that filter will be exportable as a CSV file of history events. So like in the screenshot above, say you want all transactions of a given address in Polygon you can get it in a CSV.

2023-11-24_22-26

Can even go further and filter down by a given time range, specific protocol and more!

Velodrome

velodrome

The velodrome protocol is supported in Optimism.

  • All velodrome transactions will be detected and decoded.
  • Any velodrome pool LP balances will be detected and shown as balances
  • It will all be taken into account during accounting.

Accounting rules customization

sc_accounting_custom_rule

The accounting rules of the application can now be customized. Each event's possible type/subtype/protocol counterparty combination can have a rule associated with it. For more details check the guide here

Woo exchange

2023-11-24_20-25

The woo exchange is now supported! You can add its data via API key.

2023-11-24_20-27

Balances will be detected, tracked and shown.

2023-11-24_20-41

And trades in the exchange will also be shown in the exch. trades section. They will also be taken into account for accounting.

The Graph Staking

graph-delegation

Staked/Delegated GRT history events will now be properly decoded and shown to the user. Also the staked GRT balances will be detected and counted for your staked balance.

Blockscout Integration

2023-11-24_20-56

We have integrated with blockscout for rotki. You can know go to https://eth.blockscout.com/ and create an account as per the screenshot above. For more information check here.

Then create an API key and use it in rotki. This is just an extra source for ethereum withdrawals for now, but will be used as an alternative source for even more data in the near future.

2023-11-24_20-53

To enter the API key to rotki go to the API keys, external apis and type it in Blockscout.

Ethereum Attestation Service

2023-11-23_13-25

If you have ever used the ethereum attestation service to attest for things on-chain, rotki is now able to understand that and show it to you in a human readable format.

Octant

2023-11-24_21-19

rotki now supports Octant. If you have ever locked any GLM in Octant the locking/unlocking and reward transactions will be properly decoded.


These were the highlights. Check below for the full changelog :point_down:

New Features

  • Oneinch v3 swaps should be supported in Ethereum mainnet.
  • Attestation events for the Ethereum Attestation service in Mainnet, Optimism, Arbitrum One and Base will be properly shown to the user.
  • Compound v3 reward claims should now be shown properly
  • #6439 Users can filter historical events to display only customized events.
  • Users will be able to create custom rules for accounting.
  • Migrating MATIC to POL in ethereum mainnet is now properly decoded.
  • Users can now see if any of their addresses have vCOW available to claim from the CoW Protocol airdrop.
  • Golem's GNT->GLM migration events will now be properly detected.
  • #6688 Add support for Woo Centralized Exchange
  • Users will be able to modifying (add/edit/delete) all history events types.
  • Users will be able to customize the accounting rule for historical events.
  • Octant GLM locking/unlocking events will now be properly detected and shown to the user.
  • #6733 Added support for detection of GRT tokens delegated to indexers in The Graph protocol (amounts including rewards).
  • Binance CSV importing will now recognize more entry types.
  • #6712 The Graph protocol support has been added. The events related to delegator staking now will be properly displayed and accounted for.
  • #5843 Velodrome is now supported in Optimism. Related transactions should be decoded properly and shown in human readable format and any balances in Velodrome auto-detected.
  • #630 Users will be able to export history events to CSV.
  • #6582 Users will be able to see skipped external events on the history events page, export them to CSV, and reprocess those events.
  • #6621 Transactions involving the SDAI contract will now be properly decoded.
  • Base support has been added. Balances will be shown, transactions pulled and decoded and taken into account in the PnL report.
  • #1591 Gnosis chain support has been added. Balances will be shown, transactions pulled and decoded and taken into account in the PnL report.
  • ENS and DIVA governance voting related transactions will now be properly decoded and shown to the user.
  • #6275 Transaction events from bitstamp CSV can now be imported
  • Properly decode optimism bridge 2 step withdrawal proving transactions
  • #2000 Users will now have the ability to filter between claimed and unclaimed airdrops.
  • Transactions bridging from/to Base using the official bridge will be now decoded.

Bug Fixes

  • Uniswap Swaps with the Universal router would be decoded correctly.
  • There will be no duplicated balances in cases where the native token balance is zero.
  • Fix the issue where users sometimes encounter timeout errors when importing assets from a zip archive.
  • #6871 Ethereum staking withdrawals querying should now work fine again.
  • #6548 Users will no longer be blocked by a persistent modal dialog while premium sync is uploading.
  • Replaces snowtrace.io with avascan.info as the default explorer for Avalanche C-Chain
  • Fix the issue where pinned PnL report errors (missing acquisitions and missing prices) become empty when the user moves to another page.
  • History event header will now be visible only on mobile.
  • #6647 When PnL report generation is finished, users will not be redirected to the report page, but will get notified instead.
  • #6667 Wrong ENS name should no longer be reported for some edge case of ENS actions and the name should also appear in more events than before.
  • Aave v2 accounting for deposit interest profit and borrow payback loss should now work correctly again.
  • #6717 Fixes an issue causing the graph for some multichain assets to not be displayed correctly.
  • #6169 Handle some kraken event categories better and show them in the UI. Categories like failed withdrawals, moving funds from/to staking and credits of forked assets or delisted asset trades.
  • Users will be able to import custom assets from the assets backup file.
  • Fix issue for some users where the datepicker field is not automatically filled with current datetime
  • Fix issue with editing ledger entries whose rate is not set.

Newly supported assets

Added support for the following assets:

Updated the information of the following assets:

v1.30.2

7 months ago

Description

rotki v1.30.2 is a big patch release on top of 1.30.1 fixing bugs our users found in the last 3 weeks and also introducing some minor improvements. Most important bug fixed here is a nasty bug affecting history event decoding for a subset of users who used ENS in a specific way. It contains 22 commits from 5 different contributors.

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

  • Improved support for importing Binance CSV files.

Bug Fixes

  • #6625 Error text when merging assets will now appear properly.
  • ENS registrations that involve a refund to the user due to paying too much should reflect the proper amount in the decoded event.
  • #6597 Transactions involving ENS labelhashes with odd number of digits will now be decoded correctly and the entire decoding process should not halt if they are encountered.
  • Substrate balances in the blockchain & accounts view will now display correctly.
  • #6587 All Kraken special & staking assets, like staking assets bonded for a specific time will now be handled properly.
  • Pointed to the new yearn finance API domain.
  • rotki will now prevent users from merging EVM tokens.
  • #6550 Custom imported rotki events will now be taken properly into account in PnL and shown as recognized in history events view.

v1.30.1

8 months ago

Description

rotki v1.30.1 is a small patch release on top of 1.30.0 fixing some of the bugs our users found in the last week. Most important bug fixed here is the fix for the ability to push the DB backup to the server for premium users. It contains 20 commits from 4 different contributors.

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:

Bug Fixes

  • Last premium DB upload will now show the last known DB upload time from the remote and not the time the local app did its last upload. This is important for people using multiple machines.
  • #6528 Spam assets will be synced across accounts sharing the same globaldb and won't be queried during token detection.
  • Removed deprecated "Reset DB button" from the aave/yearn view.
  • #6524 Premium users will be able to explicity request to force push their local DB to the server backup properly again.
  • Fix an issue where certain gitcoin donations were not detected in optimism and where the big transfer to the contract which later splits into the donations was mistakenly kept.