monero/src
stoffu 998777ecd7
Tx proof (revised):
- refactoring: proof generation/checking code was moved from simplewallet.cpp to wallet2.cpp
- allow an arbitrary message to be signed together with txid
- introduce two types (outbound & inbound) of tx proofs; with the same syntax, inbound is selected when <address> belongs to this wallet, outbound otherwise. see GitHub thread for more discussion
- wallet RPC: added get_tx_key, check_tx_key, get_tx_proof, check_tx_proof
- wallet API: moved WalletManagerImpl::checkPayment to Wallet::checkTxKey, added Wallet::getTxProof/checkTxProof
- get_tx_key/check_tx_key: handle additional tx keys by concatenating them into a single string
2017-11-18 20:44:27 +09:00
..
blockchain_db Merge pull request #2629 2017-11-14 21:29:49 +02:00
blockchain_utilities Merge pull request #2778 2017-11-15 11:40:38 +02:00
blocks precomputed block hashes are now in blocks of N (currently 256) 2017-09-18 16:29:00 +01:00
checkpoints checkpoints: add a testnet checkpoint at 1000000 2017-11-11 11:16:48 +00:00
common Merge pull request #2736 2017-11-14 21:31:51 +02:00
crypto Merge pull request #2771 2017-11-15 11:22:56 +02:00
cryptonote_basic remove "using namespace std" from headers 2017-11-14 16:56:10 +00:00
cryptonote_core Merge pull request #2692 2017-11-14 21:32:33 +02:00
cryptonote_protocol remove "using namespace std" from headers 2017-11-14 16:56:10 +00:00
daemon Merge pull request #2736 2017-11-14 21:31:51 +02:00
daemonizer daemon: Add ability to write a PID file 2017-07-22 08:34:56 +10:00
debug_utilities Merge pull request #2592 2017-10-15 18:39:13 +02:00
mnemonics mnemonics: new Lojban word list 2017-09-26 06:42:17 +08:00
p2p Merge pull request #2736 2017-11-14 21:31:51 +02:00
platform update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
ringct remove "using namespace std" from headers 2017-11-14 16:56:10 +00:00
rpc Merge pull request #2692 2017-11-14 21:32:33 +02:00
serialization track double spending in the txpool 2017-11-06 00:05:44 +00:00
simplewallet Tx proof (revised): 2017-11-18 20:44:27 +09:00
wallet Tx proof (revised): 2017-11-18 20:44:27 +09:00
CMakeLists.txt cmake: add dep of version lib on version.cpp 2017-10-20 22:07:34 -04:00
cryptonote_config.h subaddress: change prefix so that it starts with 8 2017-10-16 10:35:59 +09:00
version.cpp.in version: fix link to new version strings 2017-09-25 19:01:56 +01:00
version.h build: auto update version info without manually deleting version.h 2017-09-21 07:47:37 +09:00