Enabled handling of a new Ethereum network eth:tETH:11155111.
Updated Color Themes and Icon Paths
Enhanced the 'get_address' and 'sign transaction' functionalities in the Cosmos network to use color themes and icon paths corresponding to the network type.
Refactored Code in 'update_res' File
The 'make_file_path' function uses a simpler variable syntax for better code readability and maintenance.
Updated Solana Transaction Handling
Improved transaction handling in Solana network to cater for multiple signers, and added a verification process for the transaction fee payer.
Improved System Debugging and Recovery Functions
Updated the 'workflow_handlers' module to load handlers for device debugging, resetting, recovery, and backup.
Updated Language Translation Files
Enhanced the accuracy of language translation by updating phrases in German (de.py), English (en.py), Spanish (es.py), French (fr.py), Italian (it.py), Japanese (ja.py), and Korean (ko.py) files.
Added New Graphics
Incorporated new icons (e.g., 'chain-akt.png', 'chain-axl.png') for a better user interface experience.
Added Low Battery Indicator
Included a new condition in 'homescreen.py' to display a subtitle whenever the device's battery level is low.
Improved Error Handling
Implemented an 'unsupported()' function and modified the 'unexpected_message()' function to better handle any unsupported or unexpected messages.
PR Summary
Added Support for a new Ethereum Network
eth:tETH:11155111
.Updated Color Themes and Icon Paths
Refactored Code in 'update_res' File
Updated Solana Transaction Handling
Improved System Debugging and Recovery Functions
Updated Language Translation Files
Added New Graphics
Added Low Battery Indicator
Improved Error Handling