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
..
2017-11-14 21:29:49 +02:00
2017-11-14 21:31:51 +02:00
2017-11-15 11:22:56 +02:00
2017-11-14 21:32:33 +02:00
2017-11-14 21:31:51 +02:00
2017-10-15 18:39:13 +02:00
2017-09-26 06:42:17 +08:00
2017-11-14 21:31:51 +02:00
2017-11-14 21:32:33 +02:00
2017-11-18 20:44:27 +09:00
2017-11-18 20:44:27 +09:00