We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec036f9 commit 65937f4Copy full SHA for 65937f4
py/bitbox02/CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Changelog
2
3
## [Unreleased]
4
+
5
+# 6.3.0
6
+- Allow infering product and version via API call instead of via USB descriptor
7
- Accept EIP1559 transactions in `eth_sign()` - requires BitBox02 firmware v9.16.0
8
- Add `bip85_bip39()` and `bip85_ln()`
9
py/bitbox02/bitbox02/bitbox02/__init__.py
@@ -16,7 +16,7 @@
16
from __future__ import print_function
17
import sys
18
19
-__version__ = "6.2.0"
+__version__ = "6.3.0"
20
21
if sys.version_info.major != 3 or sys.version_info.minor < 6:
22
print(
0 commit comments