169 Commits (5480b7dff50eaac8a10af9fc7d17c8e0a6f410c9)

Author SHA1 Message Date
ThomasV c381fc2194 remove debug message 10 years ago
ThomasV 0503e809d5 fix #1121: tx.update 10 years ago
Roman Zeyde 9d0aa737e5 transaction: call serialize() before deserialization 10 years ago
ThomasV e3de121be9 store deserialized tx in/out in wallet file for fast computation 10 years ago
ThomasV cabd6bbb2c inputs_to_sign: handle missing num_sig 10 years ago
ThomasV 8852ad5281 fix transaction sweep; fixes #1066 10 years ago
ThomasV 8863b6f294 remove remaining instances of op_return type 10 years ago
dabura667 d166927fd0 Change type to 'script' and remove OP_RETURN 10 years ago
dabura667 b741dd89ca Added arbitrary outputs 10 years ago
ThomasV 9a6d98f899 display and encode only hex with OP_RETURN 10 years ago
ThomasV 52e9c0b498 fix createrawtransaction, using extended serialization format 10 years ago
ThomasV 477b7c3402 fix issue #961 10 years ago
Tafelpoot 5c12c2bc2f optimized, cleaned up, commented 10 years ago
ThomasV c5636be03a minor fix 10 years ago
ThomasV 16f36ee6e2 Extend transaction serialization, format to handle unsigned inputs where only the address is known, the public key is unknown. 10 years ago
ThomasV 581ed1ed26 separate signtxwithkey and signtxwithwallet, and simplify sign_transaction 10 years ago
Tafelpoot 74c0fa7ada corrected deserialize 10 years ago
Tafelpoot bc8f58104c optimized deserialize and modified assert for multisig 10 years ago
Tafelpoot d9c5250a6f removed trailing whitespace and fixed indentation in history widget 10 years ago
ThomasV 3dc69df702 fix tx.sweep 10 years ago
ThomasV 67b9a59d34 better fees estimates 10 years ago
dabura667 14d3b3589d Show OP_RETURN in tx dialogue 10 years ago
ThomasV 5f4a28a2bb fix signature_count in coinbase transactions 10 years ago
ThomasV 10faf75ee7 wallet fixes 10 years ago
m0mchil a336379aa5 trezor plugin 10 years ago
ThomasV 0207029682 fix: new outputs format and payment requests 10 years ago
ThomasV 1bb00ff5af store output type explicitly in tuple 10 years ago
ThomasV e327418f6e transaction: separate deserialize and update methods 10 years ago
ThomasV a89abee969 Rewrite accounts and transactions: store pubkeys instead of addresses in order to avoid unnecessary derivations. 10 years ago
ThomasV 2efad717d8 support for OP_RETURN 10 years ago
ThomasV c742e8c5cf minor fix 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 3f15a8f217 serialize: do not use x_pubkeys if we have enough signatures. 10 years ago
ThomasV 85505c1d8e cleanup (dead code) 10 years ago
ThomasV 0636ef8b32 compact serialized format for unsigned and partially signed transactions. 10 years ago
ThomasV 52e74ccda1 parse_scriptSig 11 years ago
ThomasV 84954b0778 update calls to is_complete() method. fixes #693 11 years ago
ThomasV 46c0dda3b9 sweep privkeys in gui 11 years ago
ThomasV c295c79754 fix signrawtransaction 11 years ago
ThomasV 5a02836933 fix input_info for signrawtransaction 11 years ago
ThomasV e552930d34 sweep command (does not broadcast) 11 years ago
ThomasV 86917c2ff3 handle coinbase transactions explicitly 11 years ago
ThomasV df59c8e013 fix #563 11 years ago
ThomasV cba7a5d68d fix signatures returned by get_address_from_input_script. fixes #653 11 years ago
ThomasV d30d7b2188 fix #651 11 years ago
ThomasV f550b452be transaction: add_signature(), is_complete() methods 11 years ago
ThomasV 02c3bc131e fix and simplify tx serialization 11 years ago
ThomasV 8e644a4dc8 sort signatures for multisig 11 years ago