danicoin/tests
moneromooo-monero bba6af9064
wallet: cold wallet transaction signing
This change adds the ability to create a new unsigned transaction
from a watch only wallet, and save it to a file. This file can
then be moved to another computer/VM where a cold wallet may load
it, sign it, and save it. That cold wallet does not need to have
a blockchain nor daemon. The signed transaction file can then be
moved back to the watch only wallet, which can load it and send
it to the daemon.

Two new simplewallet commands to use it:
sign_transfer (on the cold wallet)
submit_transfer (on the watch only wallet)

The transfer command used on a watch only wallet now writes an
unsigned transaction set in a file called 'unsigned_monero_tx'
instead of submitting the tx to the daemon as a normal wallet does.
The signed tx file is called 'signed_monero_tx'.
2016-09-27 07:46:39 +01:00
..
core_proxy cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
core_tests cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
crypto cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
daemon_tests cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
data year updated in license 2015-01-02 18:52:46 +02:00
difficulty cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
functional_tests cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
gtest updated gtest (added missing files) 2016-01-25 21:19:57 +02:00
hash cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
libwallet_api_tests cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
net_load_tests cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
performance_tests cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
unit_tests wallet: cold wallet transaction signing 2016-09-27 07:46:39 +01:00
CMakeLists.txt cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
cryptolib.pl updated copyright year 2015-12-31 08:39:56 +02:00
cryptotest.pl updated copyright year 2015-12-31 08:39:56 +02:00
hash-target.cpp Tests: fix signed/unsigned comparison in hash-target 2016-07-22 22:05:35 +00:00
io.h updated copyright year 2015-12-31 08:39:56 +02:00