1583 Commits (5ce50f44210e3775e160ad7ec783220efc1918d8)

Author SHA1 Message Date
ThomasV 5ce50f4421 get_master_public_key: always return xpub of main account 10 years ago
ThomasV 2e1d24939c rm duplicate method getpubkey 10 years ago
ThomasV b5b5edbee7 add_keypairs: simplification 10 years ago
ThomasV a89abee969 Rewrite accounts and transactions: store pubkeys instead of addresses in order to avoid unnecessary derivations. 10 years ago
ThomasV 37127e563b fix #750 10 years ago
ThomasV 0511d7e76f fix: get_action should call get_master_public_key 10 years ago
ThomasV 2c38e85a50 better integration of plugins in installwizard (for 2fa, trezor plugins) 10 years ago
ThomasV 9a3ca0dc31 add support for RSA_SHA256 10 years ago
ThomasV f635c5110c try pyasn1-modules as well 10 years ago
ThomasV 20060a1177 fix #745 10 years ago
Michael Wozniak 09154fdf20 Shouldn't redo URI encoding 10 years ago
Michael Wozniak 8ad7a5a085 Update tests and fix URI parsing 10 years ago
ThomasV 2efad717d8 support for OP_RETURN 10 years ago
Chris Glass 9baaaef746 Made use of fewer constants 10 years ago
Chris Glass 0ac02bf040 Made all bip32 primitives testnet compatible. 10 years ago
ThomasV 8feb2a7b67 fix missing import. fixes #738 10 years ago
ThomasV b03d11003e update comment on x509 class 10 years ago
ThomasV 7a7e65d66c optional parameters for create_new_address 10 years ago
ThomasV f9985ae233 use x509 to check if server certificate has expired 10 years ago
ThomasV 13682cab1d use the ca list that ships with requests. update test. 10 years ago
ThomasV b5acdab3e9 allow address creation beyond gap limit in GUI. fixes #512 10 years ago
ThomasV 38f5deee86 use an input queue in synchronizer, so that new addresses can be created from other threads 10 years ago
Chris Glass b2f8d507de Fixed docstrings 10 years ago
Chris Glass 99a31b0c6a Fixes previously introduced bug 10 years ago
Chris Glass 34f0a65c49 Added more tests for user config parsing. 10 years ago
Chris Glass ad3640d7a4 Added tests for the system config function. 10 years ago
Chris Glass 221fa5848f System config should never be None 10 years ago
Chris Glass 5eeae69425 Added more tests for edge cases. 10 years ago
Chris Glass 8997c760a2 Do not use mutables as default values! 10 years ago
Chris Glass fff3ed9b77 Added a lot of tests for SimpleConfig 10 years ago
ThomasV 54973062bd restore from xprv 10 years ago
Chris Glass af5a0eba33 Added mnemonic to seed tests 10 years ago
ThomasV 8795e1a746 Comment on wallet classes. Use address_is_old to check if address is beyond gap limit 10 years ago
Chris Glass 4675ea5321 Added util test file 10 years ago
Chris Glass bc98223188 Added more bitcoin tests 10 years ago
Chris Glass 9dc814ec8c Made _do_test_crypto private to allow nosetests 10 years ago
Chris Glass 413945435a Added private/public key tests 10 years ago
Chris Glass 73c33820db Moved bitcoin.py tests to their own file 10 years ago
ThomasV 0c440ee6a6 wallet.is_beyond_limit (False for imported accounts) 10 years ago
ThomasV c742e8c5cf minor fix 10 years ago
ThomasV 0c6d470296 various bugfixes for imported addresses 10 years ago
Chris Glass 2765b66411 Removed uselss comment. 10 years ago
Chris Glass 01f3e31c6b First cleanup branch commit 10 years ago
ThomasV 2c7bf3ca1a detect if wallet can sign tx before showing sign button 10 years ago
ThomasV b32d0c77a3 fix bug with the order of signatures in tx input 10 years ago
ThomasV 37148b72d4 show number of tx signatures in gui 10 years ago
ThomasV b28a0bcdd4 getmpk: return list of accounts 10 years ago
ThomasV a24e32266f help text for signrawtransaction 10 years ago
ThomasV 3f15a8f217 serialize: do not use x_pubkeys if we have enough signatures. 10 years ago
ThomasV 785b54f8f4 fix add_keypairs: support old wallets 10 years ago