Commit Graph

  • 60bcde46f5 add CoinType.address_type_p2sh Pavol Rusnak 2014-12-23 01:37:36 +0100
  • 1674edcbac p2sh addresses can have 35 characters Pavol Rusnak 2014-12-22 21:16:49 +0100
  • 30a55829e5 rework hashing of transactions Pavol Rusnak 2014-12-21 19:39:20 +0100
  • 2a2eba7de5 rework layoutProgress functions Pavol Rusnak 2014-12-21 18:58:56 +0100
  • 03a053c944 implement change logic for multisig Pavol Rusnak 2014-12-21 00:15:46 +0100
  • 399deeee67 add tests for multisig tx change confirmation Pavol Rusnak 2014-12-20 18:23:03 +0100
  • 0898c707d9 move change logic before confirmation Pavol Rusnak 2014-12-20 20:55:32 +0100
  • 7000451f71 implement OutputScriptType_PAYTOMULTISIG, reorganize compile_output code Pavol Rusnak 2014-12-20 20:34:19 +0100
  • 0d427f2cd2 fix confirm layouts in multisig operation Pavol Rusnak 2014-12-20 02:36:28 +0100
  • a51a530dbc cleanup multisig test Pavol Rusnak 2014-12-20 01:18:28 +0100
  • c6ca89a850 simplify check in hdnode_from_xpub Pavol Rusnak 2014-12-20 00:49:14 +0100
  • cce9d783a6 introduce cryptoMultisigFingerprint Pavol Rusnak 2014-12-16 18:56:44 +0100
  • 4122b56e1c check return value of cryptoHDNodePathToPubkey Pavol Rusnak 2014-12-16 18:49:49 +0100
  • 309604d286 change setup wording Pavol Rusnak 2014-12-16 18:45:39 +0100
  • 0e92d4c588 error checking of hdnode functions return values Pavol Rusnak 2014-12-16 18:28:46 +0100
  • 1385de1154 use const where appropriate Pavol Rusnak 2014-12-16 16:50:12 +0100
  • 567537cd03 update to new multisig api Pavol Rusnak 2014-12-13 20:33:49 +0100
  • fdba11adeb update pb Pavol Rusnak 2014-12-15 14:58:16 +0100
  • 94d17ef8bc TxOutputType.multisig should be optional, not repeated Pavol Rusnak 2014-12-15 15:01:25 +0100
  • 85e68ff50e Added PAYTOMULTISIG to TxOutputType slush0 2014-12-15 14:56:51 +0100
  • 2b664a6b4d Renamed HDPubkeyType to HDNodePathType slush0 2014-12-15 14:37:19 +0100
  • 77b6b5873d Compiled pb slush0 2014-12-15 14:37:14 +0100
  • 81d89030df Renamed HDPubkeyType to HDNodePathType Added MultisigRedeemScriptType to TXOutputType for defining multisig output addresses slush0 2014-12-15 14:30:44 +0100
  • 10a92c3c62 use const in hdnode_from_* methods Pavol Rusnak 2014-12-13 19:54:01 +0100
  • 961566c9b7 implement ApplySetttings.use_passphrase Pavol Rusnak 2014-12-13 19:29:27 +0100
  • eea4f8be5d fix ApplySettings test Pavol Rusnak 2014-12-13 19:28:33 +0100
  • bc07b044b0 update pb Pavol Rusnak 2014-12-13 19:07:56 +0100
  • 63ee124254 test for ApplySettings.use_passphrase Pavol Rusnak 2014-12-13 19:07:30 +0100
  • 40b3cb4148 Added HDPubkeyType and use_passphrase slush0 2014-12-13 16:13:46 +0100
  • 74a1e18e4c Fix for new multisig API slush0 2014-12-12 22:31:40 +0100
  • bb88abab1e Reflects changes in multisig API: Pass HDNodeType+address_n instead of pubkeys slush0 2014-12-12 22:19:30 +0100
  • 92bb796fd7 Compiled pb slush0 2014-12-12 22:19:00 +0100
  • 26b5f5ed41 Fixed \\ in whitelist urls slush0 2014-12-12 17:17:55 +0100
  • 7e27275ec8 allow 15/15 multisig Pavol Rusnak 2014-12-10 19:50:10 +0100
  • 1fde1ecc22 add 15-15-multisig to show address test Pavol Rusnak 2014-12-10 19:53:24 +0100
  • 43ff5baeab such happy doge Pavol Rusnak 2014-12-10 18:11:12 +0100
  • 92cfcd1565 implement GetAddress.multisig field Pavol Rusnak 2014-12-10 18:04:51 +0100
  • c0d0b191d6 test_msg_getaddress_show test now supports multisig Pavol Rusnak 2014-12-10 18:03:54 +0100
  • 58f5644402 Merge branch 'master' of github.com:trezor/python-trezor slush0 2014-12-10 17:59:29 +0100
  • c7431750a2 Added multisig tests for missing pubkey and for 15of15 slush0 2014-12-10 17:51:55 +0100
  • 6561647d6b update pb Pavol Rusnak 2014-12-10 15:44:26 +0100
  • 4f7bd1be06 update pb Pavol Rusnak 2014-12-10 15:43:00 +0100
  • 705190e147 add test for GetAddress with show flag on Pavol Rusnak 2014-12-10 15:42:38 +0100
  • 437eff319f add GetAddress.multisig field Pavol Rusnak 2014-12-10 15:37:58 +0100
  • 610547cf32 add button_wait feature for tests Pavol Rusnak 2014-12-10 15:26:18 +0100
  • 86dd83f93b sign message speedup see https://github.com/spesmilo/electrum/pull/695/files#diff-3 Pavol Rusnak 2014-12-08 21:21:44 +0100
  • b4cdba8489 export pby from ecdsa_sign functions Pavol Rusnak 2014-12-08 20:17:47 +0100
  • 10fc0b69fc check LoadDevice.skip_checksum field Pavol Rusnak 2014-12-08 19:58:13 +0100
  • 983d1ff4b5 use space for non-printable chars such as enter, tab, etc. Pavol Rusnak 2014-12-08 19:32:18 +0100
  • 2ffdff9816 check partial sigs in multisig test Pavol Rusnak 2014-12-07 15:10:16 +0100
  • d07f6026e9 detect multisig by SPENDMULTISIG flag Pavol Rusnak 2014-12-07 13:11:29 +0100
  • 91451f88b5 multisig Pavol Rusnak 2014-12-06 19:12:55 +0100
  • 5c03c72d91 First multisig unit test slush0 2014-12-04 01:30:41 +0100
  • bc9a43986f Compiled pb slush0 2014-12-04 01:30:31 +0100
  • 3670728fd2 Added 'm' to MultisigRedeemScriptType slush0 2014-12-04 01:06:47 +0100
  • 87d3688ed7 update bitcore to insight in tx_api.py Pavol Rusnak 2014-12-02 03:58:26 +0100
  • a16e8c0e04 more layout fixes Pavol Rusnak 2014-11-27 17:23:04 +0100
  • 0c050e7fca update layouts for message operations Pavol Rusnak 2014-11-26 18:52:30 +0100
  • 608251bece update encrypt/decrypt message commands Pavol Rusnak 2014-11-26 18:49:22 +0100
  • f75515544f move Sign/Verify to crypto.c/h, implement Encrypt/Decrypt Pavol Rusnak 2014-11-15 02:01:21 +0100
  • a939d3de1d fix getpass usage Pavol Rusnak 2014-11-23 13:28:09 +0100
  • 9469a64a0a use bn_is_zero and bn_is_equal where possible Pavol Rusnak 2014-11-17 17:17:14 +0100
  • df3606dd5e introduce ecdsa_get_address_raw Pavol Rusnak 2014-11-16 21:17:39 +0100
  • c5d9b2ea2f remove forgotten declaration Pavol Rusnak 2014-11-16 21:00:52 +0100
  • 960c665aac update protobuf, require address for verifymsg Pavol Rusnak 2014-11-12 19:17:14 +0100
  • 6a27ce2d5c rewrite sign/verify tests to test long messages Pavol Rusnak 2014-11-12 20:26:04 +0100
  • 69d2d2ded3 verify test without address does not make sense Pavol Rusnak 2014-11-12 18:37:34 +0100
  • 1c6ed65921 add more tests to test_msg_verifymessage Pavol Rusnak 2014-11-07 01:59:28 +0100
  • 667577abc4 add screenshot feature (default disabled) Pavol Rusnak 2014-11-07 01:58:20 +0100
  • 0c76e68fd6 Merge pull request #21 from ddworken/master Pavol Rusnak 2014-11-07 01:56:04 +0100
  • 86a46933b5 Use getpass('') and confirm passphrase David Dworken 2014-11-06 19:09:53 -0500
  • f790c95df0 add longer strings to ecies tests Pavol Rusnak 2014-11-04 16:19:32 +0100
  • f9e45d8e94 rework EncryptMessage/DecryptMessage Pavol Rusnak 2014-11-03 19:42:22 +0100
  • e675d5fd76 rework EncryptMessage/DecryptMessage Pavol Rusnak 2014-11-03 19:43:11 +0100
  • 399d4e10d7 create test_ecies for testing ECIES Pavol Rusnak 2014-11-02 16:16:22 +0100
  • 58ecfdcab0 use stack protector in bootloader Pavol Rusnak 2014-10-30 17:57:33 +0100
  • c051dfde9d update trezor-crypto Pavol Rusnak 2014-10-30 01:38:40 +0100
  • f6560c7d13 split pbkdf2 into pbkdf2_hmac_sha256 and pbkdf2_hmac_sha512 Pavol Rusnak 2014-10-30 01:35:13 +0100
  • 8b70713e2b update protobuf Pavol Rusnak 2014-10-30 00:51:28 +0100
  • d65d7cb855 update protobuf Pavol Rusnak 2014-10-30 00:48:06 +0100
  • 71a02eb83d add coin_name to EncryptMessage Pavol Rusnak 2014-10-30 00:23:32 +0100
  • 938e8a5966 bootloader source code Pavol Rusnak 2014-10-23 18:09:41 +0200
  • 8f1c40a933 start implementing EncryptMessage/DecryptMessage Pavol Rusnak 2014-10-22 19:53:25 +0200
  • 7963db8455 update protobuf Pavol Rusnak 2014-10-22 19:48:45 +0200
  • e2dab40398 add address_n field to EncryptMessage Pavol Rusnak 2014-10-22 17:39:05 +0200
  • 06214d52b4 fix unittests using client.get_public_node method Pavol Rusnak 2014-10-22 00:26:07 +0200
  • 2ceef0f07c pin protobuf dependency to 2.5.0 python/v0.5.4 Pavol Rusnak 2014-08-29 23:42:35 +0200
  • 5e08914a5f Merge pull request #11 from timthelion/docs Pavol Rusnak 2014-08-27 03:34:37 +0200
  • e7cb1d474a Document transport_hid class Timothy 2014-08-26 14:06:19 +0000
  • 78e9afae6e Document Transport class Timothy 2014-08-26 13:54:06 +0000
  • b3f7fa9730 Add newline at end of Makefile Timothy 2014-08-26 13:53:21 +0000
  • b471b48eb8 Merge pull request #10 from timthelion/docs slush0 2014-08-22 00:21:35 +0200
  • 0bbc33b7ea Add basic documentation Timothy 2014-08-21 17:04:10 +0000
  • 5765fccc0d update README Pavol Rusnak 2014-08-20 10:46:12 +0200
  • ba63157a77 check coin->address_type while building output Pavol Rusnak 2014-08-19 00:49:17 +0200
  • ac5c6d79c6 Merge pull request #9 from hiviah/decrypt_value Pavol Rusnak 2014-08-16 23:11:21 +0200
  • 30dcccf12f decrypt_keyvalue in cmdtr.py takes value in hex from command line Ondrej Mikle 2014-08-16 23:02:54 +0200
  • e5d55967a0 implement GetAddress.show_display Pavol Rusnak 2014-08-08 19:09:54 +0200
  • a2a5b6a460 Merge pull request #8 from lizthegrey/patch-1 Pavol Rusnak 2014-08-12 01:53:04 +0200
  • 81a6a1a6d2 Fix missing %s in format string Liz Fong-Jones 2014-08-11 19:25:36 -0400