94 Commits (321ab1074232e91594aa8564d9b6a18170e11c3d)

Author SHA1 Message Date
ThomasV 321ab10742 detect RBF transactions 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 026f9312a7 fix more type errors caused by jsonrpc (parsing floats and transactions) 9 years ago
ThomasV 30ace570d3 kivy: choice_dialog and load_wallet_by_name 9 years ago
Neil Booth 3eca419ef3 Fix typo. 9 years ago
Neil Booth 93bb09230c Track tx size directly; calculate fees from that 9 years ago
Neil Booth a4dd5acc48 Prepare to calculate tx fee given a tx size 9 years ago
Neil Booth 90dee43998 Move estimated_fee to Transaction class 9 years ago
ThomasV fbb65416d3 remove --broadcast option for payto, and parse transactions from json 'hex' field 9 years ago
ThomasV 19ec56b923 fix: sign tx inputs with the new low s class 9 years ago
Roman Zeyde aadbcca6f0 transaction: remove unused mmap-related code 9 years ago
Neil Booth 2d05e7d891 Merge the network and network_proxy 9 years ago
ThomasV 93b674982e fix tx strip 9 years ago
ThomasV 3f1e4ae3b1 strip spaces from raw tx 9 years ago
ThomasV 5686499eae fix #1400 9 years ago
ThomasV 6b87256795 sign tx with empty scriptSig inputs 9 years ago
ThomasV e9f3b21519 Fix transaction update 9 years ago
ThomasV 9947173183 fix tx deserialize 9 years ago
ThomasV 5c2235e54b make tx.deserialize preserve existing inputs 9 years ago
ThomasV c224a9ad9d enable multisig with trezor 9 years ago
ThomasV 56b3c98332 generic m of n multisig 9 years ago
Roman Zeyde c324d21107 transaction: added missing import 9 years ago
ThomasV 16344b43af fix issue #1282 10 years ago
Neil Booth 98bea614d8 Implement BIP-LI01. 10 years ago
ThomasV 53a3f00389 add --deserialize option to gettransaction 10 years ago
Neil Booth 79de458101 Preparation for moving the set of verified and unverified txs to the wallet. 10 years ago
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