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
|
11 years ago |
m0mchil
|
a336379aa5
|
trezor plugin
|
11 years ago |
ThomasV
|
0207029682
|
fix: new outputs format and payment requests
|
11 years ago |
ThomasV
|
1bb00ff5af
|
store output type explicitly in tuple
|
11 years ago |
ThomasV
|
e327418f6e
|
transaction: separate deserialize and update methods
|
11 years ago |
ThomasV
|
a89abee969
|
Rewrite accounts and transactions: store pubkeys instead of addresses in order to avoid unnecessary derivations.
|
11 years ago |
ThomasV
|
2efad717d8
|
support for OP_RETURN
|
11 years ago |
ThomasV
|
c742e8c5cf
|
minor fix
|
11 years ago |
ThomasV
|
2c7bf3ca1a
|
detect if wallet can sign tx before showing sign button
|
11 years ago |
ThomasV
|
b32d0c77a3
|
fix bug with the order of signatures in tx input
|
11 years ago |
ThomasV
|
37148b72d4
|
show number of tx signatures in gui
|
11 years ago |
ThomasV
|
3f15a8f217
|
serialize: do not use x_pubkeys if we have enough signatures.
|
11 years ago |
ThomasV
|
85505c1d8e
|
cleanup (dead code)
|
11 years ago |
ThomasV
|
0636ef8b32
|
compact serialized format for unsigned and partially signed transactions.
|
11 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 |
ThomasV
|
df540cb241
|
move get_keyID to accounts
|
11 years ago |
Michael Wozniak
|
f5fb6ed194
|
display locktime for transaction
display locktime for transactions if it is greater than 0. Majority of
transactions will not display any value because default is 0.
|
11 years ago |
ThomasV
|
9d5f39c235
|
fix createrawtransaction (issue #574)
|
11 years ago |
ThomasV
|
7ead6d18f2
|
fix tx signing with watching only wallets
|
11 years ago |
Bryan Stitt
|
225d8b83a3
|
don't use bare except
|
11 years ago |
ThomasV
|
cf38e1e47c
|
fix: offline signing
|
11 years ago |
ThomasV
|
367b11681b
|
fix offline signing: redeemPubkey was missing
|
11 years ago |
ThomasV
|
f14d055ad8
|
choose_tx_from account, and use deterministic signatures (issue #323)
|
11 years ago |
thomasv
|
0e06c218d8
|
fix: tx_hash -> prevout_hash
|
11 years ago |
ThomasV
|
44edb4e2bb
|
fix is_complete
|
11 years ago |
ThomasV
|
3480cb9ef4
|
cleanup signrawtrasaction and input_info
|
11 years ago |
ThomasV
|
401c24e4ad
|
add input_info when transaction is created
|
11 years ago |
ThomasV
|
f957837e21
|
custom json encoder for transactions
|
11 years ago |
ThomasV
|
d51a8d0f25
|
create a class for transaction dialog
|
11 years ago |
thomasv
|
afac84e231
|
move transaction code and fix issue #280
|
11 years ago |