Skip to content

Releases: OneKeyHQ/firmware-classic1s

v3.10.2

06 Jan 07:59
2519c34
Compare
Choose a tag to compare

✨ New Features

  • Added support for DTC (DataTradeChain) network and related tokens

✨ 新功能

  • 新增 DTC(DataTradeChain)网络及相关代币支持

v3.10.1

12 Dec 03:19
eb12d12
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fixed staking issues in Babylon

🐞 问题修正

  • 修复了在 Babylon 无法质押的问题

v3.10.0

12 Dec 03:16
c93ccad
Compare
Choose a tag to compare

✨ New Features

  • Added support for Alephium and TON networks
  • Added BIP322 Simple message signing feature
  • Added support for Babylon PSBT signing (Taproot address)
  • Added FIDO U2F authentication support

🐞 Bug Fixes

  • Fixed the problem that the device fails to notify the APP when the Bluetooth communication is interrupted due to the insertion or removal of the USB during the Bluetooth interaction process.
  • Resolved the issue where the security check toggle lacked a confirmation step

💎 Improvements

  • Increased signing capacity for the Aptos network
  • Updated Polygon network's native coin name and added ERC20-POL support

✨ 新功能

  • 新增 Alephium 和 TON 网络
  • 新增 BIP322 Simple 消息签名功能
  • 新增 Babylon PSBT 签名支持(Taproot 地址)
  • 新增 FIDO U2F 身份认证支持

🐞 问题修正

  • 修复蓝牙交互过程中,由于拔插USB 导致蓝牙通讯中断时,设备未通知 APP 的问题
  • 修复安全检查开关缺少二次确认的问题

💎 改进

  • 提升 Aptos 网络签名容量上限
  • 更新 Polygon 网络主币名称并添加 ERC20-POL 支持

v3.9.0

12 Aug 08:01
dba7483
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Resolved transaction errors on the Kusama and Polkadot networks.
  • Corrected blind signing issues during dApp interactions on the Conflux network.
  • Fixed incorrect Swap transaction preview displays on EVM networks.
  • Corrected display errors for multisig addresses.
  • Addressed the lack of double confirmation during security checks.

💎 Improvements

  • Enhanced parsing logic for the Polkadot network.
  • Improved display handling for extensive signature data.
  • Discontinued support for the EVM SignMessage EIP712 method.
  • Optimized blind signing checks for certain chains.

🐞 问题修复

  • 解决了在 Kusama 和 Polkadot 网络上的交易报错。
  • 修正了在 Conflux 网络上与 dApps 交互时出现的盲签问题。
  • 解决了在 EVM 网络上,Swap 交易预览显示不正确的问题。
  • 纠正多签地址的显示错误。
  • 修正安全检查中缺失的二次确认问题。

💎 改进

  • 提升了 Polkadot 网络的解析逻辑。
  • 改善了大量签名数据的显示处理。
  • 停止支持 EVM SignMessage EIP712 方法。
  • 优化了部分链的盲签检查。

v3.7.1

06 Aug 01:08
0b7ec08
Compare
Choose a tag to compare

✨ New Features

  • Support for Manta, Neurai, and Nervos networks.
  • Support for LNURL Auth authorization signing.
  • Ability to view firmware version in device information.
  • New precision display under the Celestia network.
  • Added Portuguese language option.

🐞 Bug Fixes

  • Fixed incorrect display of recipient addresses during transfers on Near and Tron networks.
  • Fixed overlapping transaction data display in Thorswap routing.
  • Fixed incomplete display of signing information on the Sui network.
  • Fixed message signing failures and transaction errors on the Cardano network.

💎 Improvements

  • Optimized packet handling logic for signing data on the Sui network.
  • Increased blind signature message length to 4096 on the Polkadot network.
  • Optimized address derivation logic and signing paths across various networks.

✨ 新功能

  • 支持 Manta, Neurai 以及 Nervos 网络
  • 支持 LNURL Auth 授权签名
  • 支持在设备信息中,查看固件版本号
  • 新增在 Celestia 网络下的精度展示
  • 系统语言选项新增葡萄牙语

🐞 问题修正

  • 修复在 Near 和 Tron 网络下转账时,接收地址展示有误的问题
  • 修复 Thorswap 路由下,交易数据显示重叠的问题
  • 修复在 Sui 网络下,签名信息展示不完整的问题
  • 修复在 Cardano 网络下,消息签名失败以及交易报错的问题

💎 改进

  • 优化在 Sui 网络下,分包处理签名数据的逻辑
  • 在波卡网络下,盲签消息长度增加到 4096
  • 优化在不同网络下,地址的派生逻辑和签名路径