ThomasV
|
035ecbc7cd
|
redo inter-thread communication using pipes
|
11 years ago |
m0mchil
|
a336379aa5
|
trezor plugin
|
11 years ago |
ThomasV
|
9efc25bdba
|
interface: use parse_json
|
11 years ago |
ThomasV
|
9a07c1cb44
|
rename process_response
|
11 years ago |
ThomasV
|
603caf228f
|
call json.dump on request
|
11 years ago |
dabura667
|
8722a37f13
|
Make change address for imported keys the same
Fixes #769
|
11 years ago |
ThomasV
|
7abbf329b6
|
fix
|
11 years ago |
ThomasV
|
5e47d1a635
|
default daemon timeout after 5 minutes
|
11 years ago |
ThomasV
|
191520f064
|
interface.py: print -> print_error
|
11 years ago |
ThomasV
|
af3fd62fd4
|
send server height and server lag with daemon
|
11 years ago |
ThomasV
|
96070246b7
|
proper start and stop commands for daemon
|
11 years ago |
ThomasV
|
374efd970e
|
fix daemon timeout
|
11 years ago |
ThomasV
|
2120b1a573
|
command line: wait until daemon is connected
|
11 years ago |
ThomasV
|
8196bc5779
|
adapt network dialog to daemon
|
11 years ago |
ThomasV
|
09e4efc439
|
daemon notifications (network.status)
|
11 years ago |
ThomasV
|
9ee0614edb
|
make daemon usable with the GUI
|
11 years ago |
ThomasV
|
a195ca5c07
|
fix: check if wallet has master_private_keys
|
11 years ago |
ThomasV
|
43d2fab9a0
|
get_seed -> check_password
|
11 years ago |
ThomasV
|
98acf49b4e
|
fix get_pubkeys call
|
11 years ago |
ThomasV
|
20c7bef7ac
|
rm dead code
|
11 years ago |
ThomasV
|
b8f64ad46f
|
rm get_address_flags (no longer used)
|
11 years ago |
ThomasV
|
b04256b474
|
load_transactions
|
11 years ago |
ThomasV
|
3c7346ee9c
|
load imported_keys outside of load_accounts
|
11 years ago |
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 |