@trezor/transport
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -1,3 +0,7 @@ | ||
# 1.1.1 (not released) | ||
# 1.1.2 | ||
- Added CardanoTxRequiredSigner.key_path': 'optional in protobuf patches | ||
# 1.1.1 | ||
- Changed latest bridge url to https://connect.trezor.io/8/data/bridge/latest.txt' | ||
@@ -4,0 +8,0 @@ - Added trezor-common submodule. Protobuf definitions (messages.json) and protobuf related typescript definitions. |
{ | ||
"name": "@trezor/transport", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Low level library facilitating protocol buffers based communication with Trezor devices", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md", |
@@ -828,3 +828,3 @@ // This file is auto generated from data/messages/message.json | ||
key_hash?: string; | ||
key_path: number[]; | ||
key_path?: number[]; | ||
}; | ||
@@ -831,0 +831,0 @@ |
@@ -22,2 +22,3 @@ const fs = require('fs'); | ||
'CardanoNativeScript.key_path': 'optional', | ||
'CardanoTxRequiredSigner.key_path': 'optional', | ||
'Success.message': 'required', // didn't find use case where it's not sent | ||
@@ -24,0 +25,0 @@ 'SignedIdentity.address': 'required', |
Sorry, the diff of this file is too big to display
426290
12713