1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 10:39:00 +00:00
Commit Graph

13372 Commits

Author SHA1 Message Date
Pavol Rusnak
60bcde46f5 add CoinType.address_type_p2sh 2014-12-23 01:43:37 +01:00
Pavol Rusnak
1674edcbac p2sh addresses can have 35 characters 2014-12-22 21:16:49 +01:00
Pavol Rusnak
30a55829e5 rework hashing of transactions 2014-12-21 20:34:14 +01:00
Pavol Rusnak
2a2eba7de5 rework layoutProgress functions 2014-12-21 18:58:56 +01:00
Pavol Rusnak
03a053c944 implement change logic for multisig 2014-12-21 02:15:56 +01:00
Pavol Rusnak
399deeee67 add tests for multisig tx change confirmation 2014-12-20 23:45:40 +01:00
Pavol Rusnak
0898c707d9 move change logic before confirmation 2014-12-20 20:55:32 +01:00
Pavol Rusnak
7000451f71 implement OutputScriptType_PAYTOMULTISIG, reorganize compile_output code 2014-12-20 20:34:19 +01:00
Pavol Rusnak
0d427f2cd2 fix confirm layouts in multisig operation 2014-12-20 02:38:53 +01:00
Pavol Rusnak
a51a530dbc cleanup multisig test 2014-12-20 01:23:01 +01:00
Pavol Rusnak
c6ca89a850 simplify check in hdnode_from_xpub 2014-12-20 00:50:26 +01:00
Pavol Rusnak
cce9d783a6 introduce cryptoMultisigFingerprint 2014-12-16 18:56:44 +01:00
Pavol Rusnak
4122b56e1c check return value of cryptoHDNodePathToPubkey 2014-12-16 18:49:49 +01:00
Pavol Rusnak
309604d286 change setup wording 2014-12-16 18:45:39 +01:00
Pavol Rusnak
0e92d4c588 error checking of hdnode functions return values 2014-12-16 18:28:46 +01:00
Pavol Rusnak
1385de1154 use const where appropriate 2014-12-16 16:50:12 +01:00
Pavol Rusnak
567537cd03 update to new multisig api 2014-12-16 14:28:47 +01:00
Pavol Rusnak
fdba11adeb update pb 2014-12-15 15:02:25 +01:00
Pavol Rusnak
94d17ef8bc TxOutputType.multisig should be optional, not repeated 2014-12-15 15:01:37 +01:00
slush0
85e68ff50e Added PAYTOMULTISIG to TxOutputType 2014-12-15 14:56:51 +01:00
slush0
2b664a6b4d Renamed HDPubkeyType to HDNodePathType 2014-12-15 14:37:19 +01:00
slush0
77b6b5873d Compiled pb 2014-12-15 14:37:14 +01:00
slush0
81d89030df Renamed HDPubkeyType to HDNodePathType
Added MultisigRedeemScriptType to TXOutputType for defining multisig output addresses
2014-12-15 14:30:44 +01:00
Pavol Rusnak
10a92c3c62 use const in hdnode_from_* methods 2014-12-13 19:54:01 +01:00
Pavol Rusnak
961566c9b7 implement ApplySetttings.use_passphrase 2014-12-13 19:29:27 +01:00
Pavol Rusnak
eea4f8be5d fix ApplySettings test 2014-12-13 19:28:33 +01:00
Pavol Rusnak
bc07b044b0 update pb 2014-12-13 19:09:14 +01:00
Pavol Rusnak
63ee124254 test for ApplySettings.use_passphrase 2014-12-13 19:07:43 +01:00
slush0
40b3cb4148 Added HDPubkeyType and use_passphrase 2014-12-13 16:13:46 +01:00
slush0
74a1e18e4c Fix for new multisig API 2014-12-12 22:31:40 +01:00
slush0
bb88abab1e Reflects changes in multisig API: Pass HDNodeType+address_n instead of pubkeys 2014-12-12 22:19:30 +01:00
slush0
92bb796fd7 Compiled pb 2014-12-12 22:19:00 +01:00
slush0
26b5f5ed41 Fixed \\ in whitelist urls 2014-12-12 17:17:55 +01:00
Pavol Rusnak
7e27275ec8 allow 15/15 multisig 2014-12-10 20:20:03 +01:00
Pavol Rusnak
1fde1ecc22 add 15-15-multisig to show address test 2014-12-10 19:53:24 +01:00
Pavol Rusnak
43ff5baeab such happy doge 2014-12-10 18:58:27 +01:00
Pavol Rusnak
92cfcd1565 implement GetAddress.multisig field 2014-12-10 18:04:51 +01:00
Pavol Rusnak
c0d0b191d6 test_msg_getaddress_show test now supports multisig 2014-12-10 18:04:26 +01:00
slush0
58f5644402 Merge branch 'master' of github.com:trezor/python-trezor
Conflicts:
	tests/test_multisig.py
2014-12-10 17:59:29 +01:00
slush0
c7431750a2 Added multisig tests for missing pubkey and for 15of15 2014-12-10 17:51:55 +01:00
Pavol Rusnak
6561647d6b update pb 2014-12-10 15:44:26 +01:00
Pavol Rusnak
4f7bd1be06 update pb 2014-12-10 15:43:00 +01:00
Pavol Rusnak
705190e147 add test for GetAddress with show flag on 2014-12-10 15:42:38 +01:00
Pavol Rusnak
437eff319f add GetAddress.multisig field 2014-12-10 15:37:58 +01:00
Pavol Rusnak
610547cf32 add button_wait feature for tests 2014-12-10 15:26:18 +01:00
Pavol Rusnak
86dd83f93b sign message speedup
see https://github.com/spesmilo/electrum/pull/695/files#diff-3
2014-12-08 21:21:44 +01:00
Pavol Rusnak
b4cdba8489 export pby from ecdsa_sign functions 2014-12-08 21:08:49 +01:00
Pavol Rusnak
10fc0b69fc check LoadDevice.skip_checksum field 2014-12-08 19:58:13 +01:00
Pavol Rusnak
983d1ff4b5 use space for non-printable chars such as enter, tab, etc. 2014-12-08 19:32:18 +01:00
Pavol Rusnak
2ffdff9816 check partial sigs in multisig test 2014-12-07 15:10:16 +01:00