wownero/src/cryptonote_core
Riccardo Spagni 1cc7451130
Merge pull request #2134
ceabc4f9 change the N-1/N multisig second message signer for auth (moneromooo-monero)
55c2845d core_tests: multisig test now tests multiple inputs (moneromooo-monero)
98db7ee4 wallet: factor multisig info parsing (moneromooo-monero)
31a97e76 wallet: use raw encrypted data in multisig import/export RPC (moneromooo-monero)
2fa707d1 wallet: add multisig sign/submit RPC (moneromooo-monero)
e36f5b60 Match surae's recommendation to derive multisig keys (moneromooo-monero)
a36c261d wallet2: fix slow multisig unit tests with subaddress patch (moneromooo-monero)
fa569712 make multisig work with subaddresses (moneromooo-monero)
dffa0dce simplewallet: add export_raw_multisig command (moneromooo-monero)
7f4c220b simplewallet: add multisig to wallet type in wallet_info output (moneromooo-monero)
26529038 wallet: guard against partly initialized multisig wallet (moneromooo-monero)
66e34e85 add multisig core test and factor multisig building blocks (moneromooo-monero)
f4eda44c N-1/N multisig (moneromooo-monero)
cd64c799 multisig address generation RPC (moneromooo-monero)
fff871a4 gen_multisig: generates multisig wallets if participants trust each other (moneromooo-monero)
95a21a79 wallet2: allow empty wallet filename to avoid saving data (moneromooo-monero)
b84b3565 tests: add multisig unit tests (moneromooo-monero)
4c313324 Add N/N multisig tx generation and signing (moneromooo-monero)
6d219a92 wallet: add multisig key generation (moneromooo-monero)
2017-12-17 21:05:16 +02:00
..
CMakeLists.txt add multisig core test and factor multisig building blocks 2017-12-17 16:12:15 +00:00
blockchain.cpp Merge pull request #2878 2017-12-16 23:27:00 +02:00
blockchain.h core: make --offline also disable DNS lookups 2017-11-30 15:35:52 +00:00
blockchain_storage_boost_serialization.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
cryptonote_core.cpp cryptonote_core: fix blockchain init call after prototype change 2017-12-17 18:47:46 +00:00
cryptonote_core.h Merge pull request #2877 2017-12-17 12:59:44 +02:00
cryptonote_tx_utils.cpp make multisig work with subaddresses 2017-12-17 16:12:27 +00:00
cryptonote_tx_utils.h make multisig work with subaddresses 2017-12-17 16:12:27 +00:00
tx_pool.cpp remove "using namespace std" from headers 2017-11-14 16:56:10 +00:00
tx_pool.h Merge pull request #2615 2017-11-14 14:53:10 +02:00