ThomasV
|
a471859a3a
|
move master_private_keys and master_public_keys to NewWallet
|
11 years ago |
ThomasV
|
24f40f610f
|
fix: update commands with new transaction constructors
|
11 years ago |
ThomasV
|
6fb85f95bf
|
run_hook: no more than one plugin shall return a result
|
11 years ago |
ThomasV
|
0207029682
|
fix: new outputs format and payment requests
|
11 years ago |
ThomasV
|
042c65939d
|
don't use address_is_old in code that can be run offline
|
11 years ago |
Chris Glass
|
73ee95ec9a
|
Removed failing test for now
As discussed on IRC, it might be too early to write this test since the
behavior is not entirely defined yet.
|
11 years ago |
Chris Glass
|
a9592459ed
|
Add tests to the wallet.py module.
This increases test coverage a lot.
|
11 years ago |
ThomasV
|
6ad1c46aa5
|
fix: add type 'aaddress' in change output
|
11 years ago |
ThomasV
|
1bb00ff5af
|
store output type explicitly in tuple
|
11 years ago |
ThomasV
|
38e662e522
|
fix syntax of redeem_script
|
11 years ago |
ThomasV
|
769b4002cd
|
fix: get_action
|
11 years ago |
ThomasV
|
e327418f6e
|
transaction: separate deserialize and update methods
|
11 years ago |
ThomasV
|
0ce2c870bb
|
fixes for pending accounts
|
11 years ago |
ThomasV
|
5ce50f4421
|
get_master_public_key: always return xpub of main account
|
11 years ago |
ThomasV
|
2e1d24939c
|
rm duplicate method getpubkey
|
11 years ago |
ThomasV
|
b5b5edbee7
|
add_keypairs: simplification
|
11 years ago |
ThomasV
|
a89abee969
|
Rewrite accounts and transactions: store pubkeys instead of addresses in order to avoid unnecessary derivations.
|
11 years ago |
ThomasV
|
37127e563b
|
fix #750
|
11 years ago |
ThomasV
|
0511d7e76f
|
fix: get_action should call get_master_public_key
|
11 years ago |
ThomasV
|
2c38e85a50
|
better integration of plugins in installwizard (for 2fa, trezor plugins)
|
11 years ago |
ThomasV
|
9a3ca0dc31
|
add support for RSA_SHA256
|
11 years ago |
ThomasV
|
f635c5110c
|
try pyasn1-modules as well
|
11 years ago |
ThomasV
|
20060a1177
|
fix #745
|
11 years ago |
Michael Wozniak
|
09154fdf20
|
Shouldn't redo URI encoding
|
11 years ago |
Michael Wozniak
|
8ad7a5a085
|
Update tests and fix URI parsing
Update URI parsing for BIP0072 compatability
Update tests for parse_URI
|
11 years ago |
ThomasV
|
2efad717d8
|
support for OP_RETURN
|
11 years ago |
Chris Glass
|
9baaaef746
|
Made use of fewer constants
|
11 years ago |
Chris Glass
|
0ac02bf040
|
Made all bip32 primitives testnet compatible.
|
11 years ago |
ThomasV
|
8feb2a7b67
|
fix missing import. fixes #738
|
11 years ago |
ThomasV
|
b03d11003e
|
update comment on x509 class
|
11 years ago |
ThomasV
|
7a7e65d66c
|
optional parameters for create_new_address
|
11 years ago |
ThomasV
|
f9985ae233
|
use x509 to check if server certificate has expired
|
11 years ago |
ThomasV
|
13682cab1d
|
use the ca list that ships with requests. update test.
|
11 years ago |
ThomasV
|
b5acdab3e9
|
allow address creation beyond gap limit in GUI. fixes #512
|
11 years ago |
ThomasV
|
38f5deee86
|
use an input queue in synchronizer, so that new addresses can be created from other threads
|
11 years ago |
Chris Glass
|
b2f8d507de
|
Fixed docstrings
|
11 years ago |
Chris Glass
|
99a31b0c6a
|
Fixes previously introduced bug
The passed in command line options were saved to the user config.
|
11 years ago |
Chris Glass
|
34f0a65c49
|
Added more tests for user config parsing.
|
11 years ago |
Chris Glass
|
ad3640d7a4
|
Added tests for the system config function.
|
11 years ago |
Chris Glass
|
221fa5848f
|
System config should never be None
|
11 years ago |
Chris Glass
|
5eeae69425
|
Added more tests for edge cases.
|
11 years ago |
Chris Glass
|
8997c760a2
|
Do not use mutables as default values!
This blog article explains why (just an example, many other articles
discuss this ad nauseam):
http://pythonconquerstheuniverse.wordpress.com/2012/02/15/mutable-default-arguments/
|
11 years ago |
Chris Glass
|
fff3ed9b77
|
Added a lot of tests for SimpleConfig
Refactored the SImpleConfig class a lot to make sure the behavior is
always defined.
|
11 years ago |
ThomasV
|
54973062bd
|
restore from xprv
|
11 years ago |
Chris Glass
|
af5a0eba33
|
Added mnemonic to seed tests
|
11 years ago |
ThomasV
|
8795e1a746
|
Comment on wallet classes. Use address_is_old to check if address is beyond gap limit
|
11 years ago |
Chris Glass
|
4675ea5321
|
Added util test file
|
11 years ago |
Chris Glass
|
bc98223188
|
Added more bitcoin tests
|
11 years ago |
Chris Glass
|
9dc814ec8c
|
Made _do_test_crypto private to allow nosetests
|
11 years ago |
Chris Glass
|
413945435a
|
Added private/public key tests
Including converting from a private key to a public key, and
deriving the primary address from a private key.
|
11 years ago |