Drak
|
d082ed3cb5
|
Lower minimum tx fee in line with Bitcoin 0.9
Since Bitcoin Core 0.9 the minimum relay tx fee was lowered to `0.00001`.
|
11 years ago |
ThomasV
|
c24482c21a
|
check seed in gui. fixes #622
|
11 years ago |
ThomasV
|
9fccf9c287
|
helper functions for bip32 derivations
|
11 years ago |
ThomasV
|
9663600d5d
|
update bip32 derivations, using xpriv and xpub serialization format
|
11 years ago |
ThomasV
|
91ba04c4d7
|
update bip32 derivations, using xpriv and xpub serialization format
|
11 years ago |
ThomasV
|
328432f5f4
|
update bip32 derivations, using xpriv and xpub serialization format
|
11 years ago |
ThomasV
|
cef7bbf294
|
add get_public_key method to EC_KEY class
|
11 years ago |
ThomasV
|
da6f292dd5
|
encrypt/decrypt messages in gui
|
11 years ago |
ThomasV
|
fc9d2b6ee9
|
remove redundant function
|
11 years ago |
ThomasV
|
c90bc6aa26
|
bip39
|
11 years ago |
ThomasV
|
631c967df9
|
new commands: encrypt and decrypt messages
|
11 years ago |
ThomasV
|
ae3cb372c8
|
add ECDSA asymmetric encryption
|
11 years ago |
ThomasV
|
9218175301
|
enable bip32
|
11 years ago |
William Yager
|
4e1d6da805
|
Cleaned up/commented BIP 0032 key derivation.
|
11 years ago |
Juho Östman
|
27b08a8ea2
|
Allow password to have non-ASCII characters
|
11 years ago |
Bryan Stitt
|
225d8b83a3
|
don't use bare except
|
11 years ago |
Bryan Stitt
|
f0eb0eccde
|
replace BaseException with Exception
|
11 years ago |
ThomasV
|
31aaae8ed2
|
seed v6
|
11 years ago |
thomasv
|
37888fc6a5
|
upgrade message for ecdsa
|
11 years ago |
ThomasV
|
f14d055ad8
|
choose_tx_from account, and use deterministic signatures (issue #323)
|
11 years ago |
thomasv
|
b08bc514db
|
sign/verify: do unicode conversion only for messages sent by the gui
|
11 years ago |
thomasv
|
2c6534c1ba
|
sign unicode messages
|
11 years ago |
Fredrick
|
16902cc3ca
|
Bugfix: Allow signing messages over 252 characters
|
11 years ago |
thomasv
|
5514d3bd74
|
fix address_from_perivate_key
|
11 years ago |
thomasv
|
afac84e231
|
move transaction code and fix issue #280
|
11 years ago |
ThomasV
|
0cef6c2454
|
fix bug with signatures
|
12 years ago |
ThomasV
|
81b84fd5ef
|
fixes for signrawtransaction
|
12 years ago |
ThomasV
|
6bb8af5822
|
include master public key in bip32 metadata
|
12 years ago |
ThomasV
|
799c6571f5
|
simplify: public_key_from_private_key
|
12 years ago |
ThomasV
|
4869d05841
|
don't pass addresses to tx.sign(), pass keypairs instead
|
12 years ago |
ThomasV
|
e91e02f2ce
|
simplify tx.sign()
|
12 years ago |
ThomasV
|
70445da940
|
wallet.num_accounts and account_id method
|
12 years ago |
ThomasV
|
177c43acbe
|
fix is_complete in tx.sign()
|
12 years ago |
ThomasV
|
c019428b02
|
fix for non-p2sh addresses
|
12 years ago |
ThomasV
|
419c778fa3
|
fix tx signing
|
12 years ago |
ThomasV
|
7dc69bbc56
|
create_accounts for 2of3
|
12 years ago |
ThomasV
|
c9a473c225
|
2of3 accounts
|
12 years ago |
ThomasV
|
19553a056d
|
bip32
|
12 years ago |
ThomasV
|
f4207d7e4c
|
bip32
|
12 years ago |
ThomasV
|
db501aa976
|
bip32
|
12 years ago |
thomasv
|
9ce90932ba
|
update BIP32 to its final spec
|
12 years ago |
Marku
|
253d1d50c3
|
fix BIP32Sequence::get_pubkey not using mpk parameter
|
12 years ago |
thomasv
|
e89331d138
|
handle multiple accounts with separation
|
12 years ago |
ecdsa
|
fc7122008a
|
implement MIN_RELAY_TX_FEE
|
12 years ago |
thomasv
|
a5168cc09f
|
more accurate computation of transaction fees.
|
12 years ago |
ecdsa
|
f0671a9ada
|
fix tx.get_value()
|
12 years ago |
ecdsa
|
f07591eb5b
|
Revert "fix tx.get_value bug with pruned transactions"
This reverts commit 8a74be39de .
|
12 years ago |
ecdsa
|
8a74be39de
|
fix tx.get_value bug with pruned transactions
|
12 years ago |
ecdsa
|
b955c9ffa1
|
more bip32 related fixes
|
12 years ago |
ecdsa
|
2f31ca779d
|
fix bip32 get_private_key
|
12 years ago |