182 Commits (c6e09a60388325050410101e78fb72f43aaa525b)

Author SHA1 Message Date
ThomasV 6b45070b2f allow arbitrary derivations with bip39 seeds, to let multibit users recover funds 7 years ago
ThomasV 31ab5b2e0a pass hash to pubkey_from_signature 7 years ago
ThomasV dd0b018a35 add configurable checkpoint to blockchain verification; use genesis as default 8 years ago
ThomasV 8fabd1245d replace PyCrypto with PyCryptodome 8 years ago
ThomasV ee2e9f6092 update MAX_FEE_RATE constant 8 years ago
Neil Booth 8888a50549 Add support for BU's nolnet 8 years ago
ThomasV fcc92c1ebd Wallet file encryption: 8 years ago
ThomasV 7e76e4ac55 AES: use PyCrypto if available 8 years ago
ThomasV b1f27d7e84 fix: missing parameter 8 years ago
ThomasV e1515743cd replace slowaes with pyaes 8 years ago
ThomasV 17cfc03540 use serialize_xpub/xprv 8 years ago
ThomasV 6bfbc9a718 fix: replace remaining occurences of public_key_to_bc_address 8 years ago
ThomasV f937472928 fix typos 8 years ago
ThomasV ce11a2fac5 replace segwit wallet class with custom xpub type 8 years ago
ThomasV 3a64ec0f2e Initial segwit support (testnet only) 8 years ago
ThomasV 132fca86b2 fix #2133: deserialize_xkey 8 years ago
ThomasV a2e7fc32ef Add fee slider class with network callback. 8 years ago
ThomasV 73390f1769 fix: missing global 8 years ago
ThomasV 8b6efaff2d remove regexp test from is_address; non-matching strings will fail anyway 8 years ago
ThomasV 4d41c36cbb add headers url for testnet 8 years ago
ThomasV d042d6e970 initial testnet support (petrkr) 8 years ago
ThomasV cda0d14a13 fix issue #2064 8 years ago
ThomasV 121ac07b01 wizard: add checkbox for passphrases. allow passphrases with 2fa seeds 8 years ago
ThomasV c32f75a313 wizard: display seed type. restore 2fa if needed 8 years ago
ThomasV 296f30b924 trustedcoin: use 12-word seeds with separate derivations 8 years ago
ThomasV 1e4cdab096 normalize passphrase 8 years ago
ThomasV b87c5d12fa - fix sign/verify messages 8 years ago
ThomasV 67780bb8b9 changes for new toolchain 8 years ago
akshayaurora 07c5f02639 changes for new toolchain 9 years ago
ThomasV 0273936b07 Discretize fee levels (follow-up 3314b3a). Fixes #1753 9 years ago
ThomasV 305843999e Relicensing 9 years ago
ThomasV 56c4a8746f remove python implementation of ripemd160 9 years ago
Neil Booth b878c010da Minikey: minimum length 20 9 years ago
Neil Booth f7859c041e Support Casascius minikeys 9 years ago
ThomasV 0d52911561 define constants for tx output types 9 years ago
ThomasV da8fce1914 if available, use relayfee from server instead of hard coded value 9 years ago
ThomasV 86a0103a7f increase min_relay_tx_fee, and make dust_threshold a function 9 years ago
ThomasV d68042e76e enforece low S value in signatures (per BIP62) 9 years ago
ThomasV f583fcfedb do not import dns on android 9 years ago
Roman Zeyde abc7429b0f bitcoin: remove multiple imports 9 years ago
ThomasV 471cab6089 do not base64encode signatures in requests 9 years ago
ThomasV f3c4a55e77 add dnssec verification to payment requests 9 years ago
ThomasV 15f592f022 trezor multisig: build xpub from pubkey 9 years ago
ThomasV 7933ac4324 reformatting 9 years ago
ThomasV 0c37009cdb fix is_address (forgot p2sh) 9 years ago
ThomasV cf5328b143 do not accet testnet addresses in bitcoin.is_address 9 years ago
Roman Zeyde 6bb9ee0cf7 bitcoin: remove dead code 9 years ago
Neil Booth 03e53a5e01 Create a constant for 100000000 and use it 10 years ago
ukurokawa e708c446a8 Dust threshold should be 546 10 years ago
K 41127db32d Let wallet recovery use 64 byte hex strings and 24 word seeds. 10 years ago