Releases: rotki/rotki
Rotki v1.39.1 - Straight Plunge Diving
Description
rotki v1.39.1 is a patch release containing improvements and bugfixes made in the last 2 weeks to address some issues introduced with 1.39.1.
This release fixes multiple bugs the most critical of which are enabling onchain sends on Windows, fixing wrongly imported and upgraded data and fixing CSV import for generic trades. More improvements and fixes are included.
It contains 28 commits from 5 different people.
For more information check the detailed changelog below 👇
Downloads
Upgrade is highly recommended. Download the binary for your OS from below:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
New Features
- #10079 Users will now be able to switch the chain directly from rotki on the on-chain page if they use WalletConnect.
Bug Fixes
- Users will now be able to perform on-chain send transactions using older wallets such as Trust Wallet.
- For ETH staking MEV rewards the informational event will no longer be shown as it will be superseded by the combined MEV reward events.
- Transaction decoding will no longer fail when encountering a certain rare case of problematic spam tokens.
- Swaps receiving EURe in Gnosis that were not working for selected DEXes will now be properly decoded again.
- Some specific 0x settler swaps in Optimism will now be properly decoded.
- When exporting history as CSV the events will now properly appear sorted by timestamp.
- Users will now be able to use the electron app wallet bridge when using Windows.
- Token detection will no longer fail when encountering certain NFTs with improper implementations.
- #10096 CSV imports for trades from rotki custom trades, uphold, cointracking, shapeshift, kucoin and blockpit should now work properly and not show only a single event per trade/swap.
- Users will now be able to see the events in PnL reports without getting an error when the events don't have notes.
Rotki v1.39.0 - Plunge Diving
Description
rotki v1.39.0 is a major feature-packed release, bringing together 3 months of hard work from the team and external contributors! This update introduces onchain management from inside rotki, fully consolidated history into one view, adds support for pectra changes, hyperliquid and many many other improvements and fixes.
With 445 commits from 23 contributors, this release is one of our biggest yet! 🚀
For more information check the detailed changelog below 👇
Downloads
Upgrade is highly recommended. Download the binary for your OS from below:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
Things to note
First time startup will take longer than usual
When you first open the app with the new release the "Connecting to rotki backend" will take longer than usual. Wait it out and do not close the app.
History events redecoding
As always when 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 the 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 (1) on the top right and then checking how many events remain in the popup window (2) as seen in the screenshot above. Have patience until redecoding finished.
Finally, keep in mind that any edited events won't be touched, so you don't lose any data.
Exchange trades section is removed
The exchange trades section is now removed. We have finally consolidated all exchange trades into our common history events format which means all history going forward will be in a single history view!
Multiple Pectra staking consolidations in one transaction
If you have created consolidations via a safe or other multisig and did multiple in one transactions before this release it's possible that only 1 of the fee payments of 1 wei is detected. This will persist in this release, but can easily be mitigated by selecting the specific transaction and pressing "redecode".
Redecoding will pull the data again and add the missing fees.
Release Highlights
Onchain transactions
(not working on Windows yet due to: #10087 -- we will fix it asap in 1.39.1 for Windows users)
rotki can finally make onchain transactions from within the app! You can connect your wallet to rotki and then from inside rotki send tokens or native tokens (ETH, xDAI) across all supported EVM chains.
To see more info on how check the guide: https://docs.rotki.com/usage-guides/onchain.html
This is an experimental feature so tell us if you find any problems and we will fix it.
Pectra staking
We now have support for all pectra staking changes in rotki. All you updated validators to 0x02 credentials (accumulating) are seen and so are all consolidations, topups and partial withdrawals.
Additionally in the staking page the APR and rewards calculations have been updated to take into account consolidating or consolidated validators, which you can see with a different status and color in the staking validators table.
Pendle support
All Pendle transactions acrosss all supported EVM chains should now be properly decoded and understood by rotki. Additionally any balances locked in pendle pools should be automatically detected.
Swap events compact view
After popular demand swap transactions are by default now compacted into a compact view comprising of the send, receive and fee event.
You can press the top left expand button to expand it to its individual events or comrpess it back again,.
Hyperliquid is now supported
Transactions depositing and withdrawing from hyperliquid will be properly understood and decoded. Additionally any balances deposited to the protocol will now be automatically detected.
Pectra EIP 7702 delegations
With Pectra an EoA can now function like a smart acount thanks to EIP7702 delegations. These types of transactions are now supported and understood by rotki.
Dark mode in free version.
Dark mode is now included in the free version. Premium has so many more features and for many users dark mode is not just a preference but a usability feature so it should be available to all. This is something many of you have continuously been requesting and we are happy to provide :)
These were the highlights. Check below for the full changelog 👇
New Features
- DigixDAO DGD refunds will now be properly decoded.
- Users will be able to perform quick actions for an asset (such as ignoring the asset) by right-clicking the asset icon.
- Users will now be able to redecode the ETH block events.
- Users will now be able to fetch/refresh the name, symbol and decimals for an evm token from chain data.
- Hop staking merkle rewards for optimism should be properly decoded.
- More Stakedao bribes should be properly decoded
- Users will now be able to redecode events for only selected chains if they need.
- #9965 Users will now be able to chose which chains and addresses they can refresh history events for.
- #9937 Users will now only see a failed/disconnected state when an RPC node fails to connect, the default non-connected state has been changed to Ready to avoid confusion.
- Account labels will now be applied to all chains for which activity is auto-detected unless the existing labels differ between chains.
- rotki will now use the Etherscan V2 api. Users won't need to create a different api key for each ...
Rotki v1.38.4 - Morphious Dimorphism
Description
rotki v1.38.4 is yet another emergency patch release containing some improvements and bugfixes but most importantly fixes an issue caused by an unexpected result in Morpho's reward distributor API response. That issue would cause the history events decoding to always fail for Ethereum and Base
We've added more robust handling for the morpho API and the breaking issue should now be fixed.
While we’re very close to releasing rotki v1.39.0, the severity of the issue required immediate action, which is why we published 1.38.4.
It contains 10 commits from 5 different people.
For more information and the other issues addressed check the detailed changelog below 👇
Downloads
Upgrade is highly recommended. Download the binary for your OS from below:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
New Features
- Blockscout will now be prioritized when querying timestamp to block number for some specific cases.
Bug Fixes
- Users should no longer experience a loading loop for asset information (name, symbol) on different areas of the application.
- rotki password will no longer appear in the debug logs.
- Ethereum and Base transaction decoding should now work fine again after the Morpho API deserialization problems.
Rotki v1.38.3 - Curvy dimorphism
Description
rotki v1.38.3 is an emergency patch release containing some improvements and bugfixes but most importantly fixes an issue caused by the DNS hijacking of curve.fi domain which brought their api down.
We’ve now migrated to the new Curve API and added robust fallback handling. Previously, the absence of API responses triggered thousands of expensive onchain queries, severely degrading performance and in some cases rendering the application unusable. This release prevents that fallback behavior to ensure a smooth and responsive experience even when the APIs is unavailable.
Additional improvements include updating our integration with Etherscan to use their new v2 API schema, as the older v1 version is being deprecated at the end of this month. They have decreased their rate limits with v2 so you may see some more rate limiting. To resolve this either buy a paid etherscan API key or just retry after some time. Also using your own node will possibly reduce the pressure on etherscan.
While we’re very close to releasing rotki v1.39.0, the severity of the curve issue required immediate action, which is why published 1.38.3.
It contains 31 commits from 6 different people.
For more information check the detailed changelog below 👇
Downloads
Upgrade is highly recommended. Download the binary for your OS from below:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
Bug Fixes
- Fix slow history querying due to the curve DNS domain hijacking which caused us to switch to onchain queries for thousands of pools.
- Users will now be able to use the filter properly after deleting the selected filter that is being edited.
- #9793 Users will now be able to add a missing accounting rule by clicking the menu on the history events page.
- #9777 Bitstamp asset movements with a fee will now load correctly.
- #9730 Fix the issue where the app breaks when the user clicks on "Ethereum Staking" in the blockchain balance summary on the dashboard.
- Addresses tracked only on non-mainnet EVM networks should now also be checked for airdrop eligibility.
- Fix a rare issue where the manual balance page becomes empty.
- Fix a rare issue calling RPC nodes when there is an error connecting to them.
- Users will now be able to see exchange locations when expanding the ETH entry under Multi Chain Assets.
Rotki v1.38.2 - Shiny dimorphism
Description
rotki v1.38.2 is a patch release containing improvements and bugfixes made in the last 2 weeks to address issues you guys found and improve your overall experience.
This release fixes multiple bugs related to UI interactions and transaction decoding. Notable improvements include fixes for the event group menu, asset graphs, and xpub account display. Transaction decoding is now more robust, handling failed Paraswap v6 swaps and DXDAO orders correctly. Users can now properly edit asset movements and pool tokens.
It contains 16 commits from 5 different people.
For more information check the detailed changelog below 👇
Downloads
Upgrade is highly recommended. Download the binary for your OS from below:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
New Features
- Add the option to refresh profiles if they are somehow not loaded.
Bug Fixes
- Fix the issue where the "Add new event here" button is missing from the "more" menu in the event group.
- Fix the issue where pressing Enter while focused on autocomplete doesn't submit the form.
- Getting historical prices for an asset graph should not fail with RemoteError anymore.
- Editing an asset movement with a reference should now work fine again.
- Users will be able to see the address of each account within an xpub.
- An exception in the last decoding step will no longer stop transaction decoding in rotki.
- Failed paraswap v6 swaps will no longer fail to decode in rotki.
- DXDAO orders will no longer fail to decode in rotki.
- Users should now be again able to edit the underlying tokens for any pool tokens.
Rotki v1.38.1 - Clean dimorphism
Description
rotki v1.38.1 is a patch release containing improvements and bugfixes made in the last 2 weeks to address issues you guys found and improve your overall experience.
It fixes multiple bugs, biggest of which is BTC balance querying for the linux binaries, Bitpanda api key addition and docker schema errors. Also adds some small improvements such as exporting validator index when exporting validators.
It contains 34 commits from 7 different people.
For more information check the detailed changelog below 👇
Downloads
Upgrade is highly recommended. Download the binary for your OS from below:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
New Features
- #9385 Users will see the default label using the validator index when exporting validators.
- Allow user to filter by identifier in asset table, and asset dropdown.
- #9583 Allow sorting of the PnL reports table.
Bug Fixes
- The "Ignore Errors" setting in the snapshot menu will persist after the user moves to another page or logs out.
- Some Gnosis pay transactions that were missing merchant data should now redecode again properly.
- "Add transaction by tx hash" is now reusable again after errors.
- #9586 Adding a new Bitpanda exchange account should now work correctly again.
- OpenOcean native token swaps should now be decoded correctly on chains where the native token is not ETH.
- Prevents too many error notifications when beaconcha.in rate limits the app for long periods of time.
- Uniswap v3 swaps in ethereum using the universal router 2 will now be decoded properly.
- Batched cowswap trades will no longer raise unknown token error in some rare cases.
- #9547 Bitcoin balance query should work again for users of the linux binary.
- Docker users will no longer greeted with a schema error when opening a the logging page from a new tab while a session is active.
- #9624 Users will now be able to distinguish between US, Australian, Canadian and New Zealand Dollar when they are displayed by symbol.
- The search filter in the currency selection dropdown will now automatic reset when the dialog closes.
Rotki v1.38.0 - Dimorphism
Description
rotki v1.38.0 is a major feature-packed release, bringing together 1.5 months of hard work from the team and external contributors! This update introduces Binance Smart Chain (BSC) support and historical asset graphs for premium users, along with many other improvements and fixes.
With 361 commits from 21 contributors, this release is one of our biggest yet! 🚀
For more information check the detailed changelog below 👇
Downloads
Upgrade is highly recommended. Download the binary for your OS from below:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
Things to note
Minimum glibc version
The minimum GLIBC version required is now 2.35. If your OS does not support this version, rotki will no longer run. Please upgrade to a newer OS.
- For Ubuntu users: You need 22.04 or later.
- For other distros: Check compatibility individually.
First time startup will take longer than usual
When you first open the app with the new release the "Connecting to rotki backend" will take longer than usual. Wait it out and do not close the app.
Database upgrade may also take longer than usual
The Remove unneeded nft collection assets
step of the current DB upgrade may also take some time.
History events redecoding
As always when 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 the 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 (1) on the top right and then checking how many events remain in the popup window (2) as seen in the screenshot above. Have patience until redecoding finished.
Finally, keep in mind that any edited events won't be touched, so you don't lose any data.
Re-detection of ERC-721 tokens
Due to improvements to our support for ERC-721 tokens, all existing ERC-721 tokens are removed during the database upgrade, and re-detected during the re-decoding of history events. This may result in a number of New Token Detected
messages.
DeFi section is removed
The DeFi section has been deprecated for some time, and is now completely removed. All supported balances should be properly shown on the dashboard.
Known Issues
Unfortunately a bug made it into the release where in many cases if you are tracking onchain BTC balances you will get an error: "unsupported hash type ripemd160". We are working on fixing it and it will be pushed in 1.38.1
To count your bitcoin balances until we fix it enter them just like any other unsupported chain by using a manual balance as per the picture.
Release highlights
Historical events & prices as source for asset amount & value graph
For premium users, historical events and prices can now be used as the data source for the asset amount and value graph instead of balance snapshots. This enables the graph to show history before the asset was tracked in rotki.
Uniswap V3 balances
Uniswap V3 balances will now be properly detected in all supported EVM chains.
Spark
Spark transactions will now be properly decoded and balances detected in all supported EVM chains.
Binance Smart Chain
Binance Smart Chain is now supported. Balances will be properly queried and all transactions should be pulled and decoded. Also any addresses with activity on BSC should now be automatically tracked for BSC as well.
Events Analysis
A new section has been added for premium users. The "Events Analysis" section where they can see various analytics and statistics about all of their tracked addresses in a given timerange (all time by default). Examples are gas spent, protocols used etc.
Alchemy price queries
If you own an alchemy API key you can now put it in rotki. And it will be used for price queries giving you another oracle source to get prices from. If you don't have one you can get one here: https://docs.alchemy.com/reference/api-overview
Paraswap V6 swaps
Paraswap V6 swaps will be properly decoded in all supported EVM chains.
Cowswap in Base
Cowswap swaps in the Base EVM chain will now be properly decoded.
Echo.xyz 6D47 transactions
Echo.xyz funding and refunding events will now be properly decoded.
Firebird Finance swaps
Firebird Finance swaps will be properly decoded in all supported EVM chains.
OpenOcean swaps
OpenOcean swaps will be properly decoded in all supported EVM chains.
ETH Staking MEV changes
Before v1.38 we were trusting the MEV relayer with whatever amount they were telling us. Right now, we no longer do this. And only if the ETH amount has been sent to a tracked fee recipient is it credited as MEV. This means that we can now also properly see blocks where MEV payments are made in multiple transactions.
These were the highlights. Check below for the full changelog 👇
New Features
- The old deprecated DeFi section is now removed.
- Support for compound v3 protocol on OP mainnet has now been added. Also USDS in mainnet and AERO in BASE for...
Rotki v1.37.1 - Cleaner Diastataxis
Description
rotki v1.37.1 is a patch release containing improvements and bugfixes made in the last 2 weeks to improve your experience.
It introduces some small features such as safe support in Aave v3 decoding but most of all fixes a lot of bugs you guys found since Christmas. Most important of which is fixing cryptocompare as an oracle and fixes in balance detection for OKX, Bitmex and Bybit.
It contains 71 commits from 7 different people.
For more information check the detailed changelog below 👇
Downloads
Upgrade is highly recommended. Download the binary for your OS from be 9E81 low:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
Bug Fixes
- OKX balances will now include assets in the funding account.
- Bybit balances in the funding account will now be queried.
- #9184 Nexo importer now supports updated format.
- Recursion errors during price inquiry are now handled properly.
- rotki Wrapped will no longer count transactions with ignored assets.
- rotki will correctly decode all the Aura rewards claim events.
- rotki will now properly detect supported protocol balances in Polygon PoS, Gnosis, and Scroll.
- #9163 Cryptocompare price queries will be handled correctly again. Fixes "the 'FVal' object is not subscriptable".
- Fix a rare incorrect order when depositing and staking in curve gauges.
- When querying the price of BSQ rotki will define it as the price of 100 satoshi.
- Bitmex balances will now be queried correctly.
- Interactions with aave via safe should no longer be missing interest events.
- Aave v3 withdrawals of native assets should now have proper ordering and include interest earned.
- #9200 Editing a Kraken event to include a custom asset should no longer botch history events retrieval.
Newly supported assets
Added support for the following assets:
- Mantle (MNT) on ethereum
- BNB (BNB)
- WBNB (WBNB) on ethereum
- Bybit Staked SOL (BBSOL)
Rotki v1.37.0 - Diastataxis
Description
rotki v1.37.0 is a big feature release containing all the work that the team and several external contributors did in the last month! The biggest features coming in this release are support for Aura finance, Morpho, and a rotki 2024 Wrapped!
It contains 233 commits from 19 different contributors 🥇
For more information check the detailed changelog below 👇
Downloads
Upgrade is highly recommended. Download the binary for your OS from below:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
Things to note
History Events Redecoding
As always when 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 the 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 (1) on the top right and then checking how many events remain in the popup window (2) as seen in the screenshot above.Have patience until redecoding finished.
Finally, keep in mind that any edited events won't be touched, so you don't lose any data.
Exch. Deposits & Withdrawal section is removed
We are removing the Exch. Deposits & Withdrawals
section in this release. It is now unified along with the rest of "History Events" as a new type of event called asset movement event.
The first app start will be a little bit slower due to an asset update.
Expect the first time the app starst after updating to be a little slower during the backend connection, as the asset update will take a bit more time.
Tag Manager
You can now edit tags independent from adding/editing a blockchain account. On the left side menu there is a tags manager to accomplish this.
Release Highlights
rotki Wrapped
Click the rotki Wrapped
button on the toolbar to see the summary of your transactions in 2024! All local without anybody having the ability to read your data and store it in their servers. Afterwards you can also customize the period to see statistics for any given period.
Scroll to the end, and you can see your rotki score
. Don't forget to share it with your friends.
Aura Finance staking for Balancer pools
Aura finance staking for balancer pools events will be decoded properly in rotki. Also any balances staked in Aura will now be automatically detected.
Curve Lending histories and balances
Curve lending events will be decoded properly in rotki.
Any balances deposited in curve lending will be properly shown too.
Morpho vaults histories and balances
Morpho related events will be decoded properly in rotki.
Any balances deposited in morpho vaults will now also be automatically detected and shown with the correct price.
EFP (Ethereum Follow Protocol) transactions
EFP events will now be properly decoded.
Basenames transactions
Basenames events will now be properly decoded.
Option for hiding small balances in the balance table.
You can now hide small balances and set the threshold yourself.
New display option for very small numbers
For very small amounts, we introduce a new way to display them by hiding the leading zeros using the subscript format. You need to turn it on in settings.
More automatic calendar reminders
Basenames expiration date
Rotki will add a calendar reminder for basenames expiration.
These were the highlights. Check below for the full changelog 👇
New Features
- #7144 Users will be able to import multiple addresses into the address book via CSV.
- #5822 Users will be able to import and export blockchain accounts with the information (labels, tags).
- Added an option to display leading zeros of small decimal values as subscript.
- Makes the tag manager accessible from left sidebar menu.
- #7498 Adds the option for users to hide assets where the balance is smaller than a threshold amount.
- #7406 rotki will now support Aura Finance staking for Balancer pools on Gnosis Chain and all supported EVM chains.
- #7405 rotki will now support Balancer pools on Gnosis Chain and all supported EVM chains.
- #7621 rotki will now support Curve lending, with related historical events properly decoded and correct prices and balances shown.
- #8929 Blockchain aggregated balances will now display the percentage of the net value and can also be filtered by chain.
- WalletConnect airdrop claiming and staking transactions are now properly recognized. WCT staked balances will also be autodetected.
- Odos airdrop claiming transactions are now properly recognized.
- Page for inputting external API keys has been revamped.
- Added a confirmation dialog that appears when users attempt to discard changes on the form dialog, preventing accidental removal of changes.
- #8618 rotki will now support Morpho vaults on Ethereum and Base, with related historical events properly decoded and correct prices shown for vault tokens.
- #8620 rotki will now properly decode EFP (Ethereum Follow Protocol) transactions.
- #8602 rotki will now properly decode Basenames transactions and add calendar reminders for name expiry.
- Show upcoming events on the right side of the calendar view.
- #8991 Add direct navigation to asset details when clicking on small asset icons in the blockchain balances table.
- #8981 rotki will now resolve any non .eth domains supported by ENS to addresses.
- #9005 Automatically decode all giveth staking events in Optimism and Gnosis chains. Also detect staked GIV balances for those chains.
- Events related to more gitcoin rounds in Arbitrum are now properly decoded as donations.
- Support Monerium integration after the v2 contracts upgrade on Ethereum.
Bug Fixes
- The application wi...
Rotki v1.36.1 - Clean Definitive Plumage
Description
rotki v1.36.1 is a patch release containing improvements and bugfixes made in the last 2.5 weeks.
It introduces some small features such as showing quote amount in trades and adding new filters at the assets breakdown table. But most importantly fixes a really nasty bug at token detection, fixes bugs with coinbase, improves history querying speed and more.
It contains 31 commits from 8 different people.
For more information check the detailed changelog below 👇
Downloads
Upgrade is highly recommended. Download the binary for your OS from below:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
New Features
- Show the quote amount field in the trades section table.
- Add location and address filters for the asset breakdown table in the asset details page.
Bug Fixes
- Coinbase deposits that appeared as withdrawals should now appear as deposits again. Would need to purge and requery coinbase to fix this.
- Improve the appearance of the protocol icon in the history events section.
- Enhance the look of the asset icon placeholder in both light mode and dark mode.
- Fix incorrect expired subscription notifications caused by network connectivity issues.
- Fix the issue where the layout for the “Force Push” setting was misaligned on small screen.
- #8916 Coinbase events (trades, deposits/withdrawals, earn etc.) will now be properly pulled after the initial sync.
- Fix the issue where some asset values show zero in the edit snapshot form.
- Fix the issue where the pagination for the account table resets to the first page when the user expands the account.
- #8892 rotki will now correctly fetch Starknet token prices before May 2024 from Cryptocompare, when the ticker changed from STARK to STRK.
- The airdrops directory should no longer appear under the user directory in certain circumstances.
- Fix an issue that caused the token detection to fail under some circumstances involving broken tokens.
- rotki won't try to query logs from slow nodes.
- Refreshing the transactions while tracking a gnosis address will be faster after the first query.