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
- AppImage
- Tar with executable
- deb package
- Standalone Backend
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
- Windows executable
- Standalone Backend
Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:
- Linux
- AppImage checksum
- Tar with executable checksum
- deb package
- Standalone Backend
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
- Windows executable checksum
- Standalone Backend
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.