Commit Graph

5420 Commits (18216f19dd479466cb7fd38f52d23bddfcfd4880)
 

Author SHA1 Message Date
moneromooo-monero 3ed1a74ca3
tests: remove unused/unfinished keccak bits
7 years ago
moneromooo-monero 0e19a39469
tests: test wallets don't need a dummy temp file anymore
7 years ago
moneromooo-monero 14c2981469
wallet2: fix use of uninitialized data
7 years ago
moneromooo-monero 9ec44a2b06
wipeable_string: fix clear and push_back
7 years ago
moneromooo-monero dc64263155
performance_tests: add a test for subaddress expansion
7 years ago
moneromooo-monero 4f45f9da40
simplewallet: factor out tx exceptions
7 years ago
moneromooo-monero bd5cce07b3
network_throttle: fix ineffective locking
7 years ago
moneromooo-monero e0a61299fb
network_throttle: remove unused xxx static member
7 years ago
moneromooo-monero 24f584d90d
cryptonote_core: remove unused functions with off by one bugs
7 years ago
moneromooo-monero b1634aa3e8
blockchain: don't leave dangling pointers in this
7 years ago
moneromooo-monero 8e60b81c48
cryptonote_core: fix db leak on error
7 years ago
moneromooo-monero 213e326cc9
abstract_tcp_server2: log init_server errors as fatal
7 years ago
moneromooo-monero b51dc56687
use const refs in for loops for non tiny types
7 years ago
moneromooo-monero f0568ca6ac
net_parse_helpers: fix regex error checking
7 years ago
moneromooo-monero b49ddc766d
check accessing an element past the end of a container
7 years ago
moneromooo-monero 2305bf260d
check return value for generate_key_derivation and derive_public_key
7 years ago
moneromooo-monero a4240d9ffc
catch const exceptions
7 years ago
moneromooo-monero 45a1c4c088
add empty container sanity checks when using front() and back()
7 years ago
moneromooo-monero 56fa6ce15f
tests: fix a buffer overread in a unit test
7 years ago
moneromooo-monero b4524892fb
rpc: guard against json parsing a non object
7 years ago
moneromooo-monero c2ed8618e4
easylogging++: avoid buffer underflow
7 years ago
moneromooo-monero 187a6ab2d2
epee: trap failure to parse URI from request
7 years ago
moneromooo-monero 061789b5dd
checkpoints: trap failure to load JSON checkpoints
7 years ago
moneromooo-monero ba2fefb9a4
checkpoints: pass std::string by const ref, not const value
7 years ago
moneromooo-monero 38c8f4e0a3
mlog: terminate a string at last char, just in case
7 years ago
moneromooo-monero d753d716a6
fix a few leaks by throwing objects, not newed pointers to objects
7 years ago
moneromooo-monero fe568db83d
p2p: use size_t for arbitrary counters instead of uint8_t
7 years ago
moneromooo-monero 46d6fa35c9
cryptonote_protocol: sanity check chain hashes from peer
7 years ago
moneromooo-monero 25584f8639
cryptonote_protocol: print peer versions when unexpected
7 years ago
moneromooo-monero 490a5d41ca
rpc: do not try to use an invalid txid in relay_tx
7 years ago
moneromooo-monero 0bcaf86cbd
tests: fix link error in hash tests now needing common
7 years ago
stoffu a921764162
wallet-rpc: added receiving address to res of get(_bulk)_payments; selective addresses for getaddress
7 years ago
stoffu 6b5bd129b4
Account tagging
7 years ago
Riccardo Spagni 1cc7451130
Merge pull request #2134
7 years ago
Riccardo Spagni 2879a9be3c
Merge pull request #2950
7 years ago
moneromooo-monero d9b137f161
cryptonote_core: fix blockchain init call after prototype change
7 years ago
xmr-eric e20e489a64 Better definite article use
7 years ago
xmr-eric e12ee76ad2 README.md: Improve copy for supporting the project
7 years ago
moneromooo-monero ceabc4f92b
change the N-1/N multisig second message signer for auth
7 years ago
moneromooo-monero 55c2845d1a
core_tests: multisig test now tests multiple inputs
7 years ago
moneromooo-monero 98db7ee467
wallet: factor multisig info parsing
7 years ago
moneromooo-monero 31a97e761e
wallet: use raw encrypted data in multisig import/export RPC
7 years ago
moneromooo-monero 2fa707d1a5
wallet: add multisig sign/submit RPC
7 years ago
moneromooo-monero e36f5b6021
Match surae's recommendation to derive multisig keys
7 years ago
moneromooo-monero a36c261d7a
wallet2: fix slow multisig unit tests with subaddress patch
7 years ago
moneromooo-monero fa5697127f
make multisig work with subaddresses
7 years ago
moneromooo-monero dffa0dceaf
simplewallet: add export_raw_multisig command
7 years ago
moneromooo-monero 7f4c220b70
simplewallet: add multisig to wallet type in wallet_info output
7 years ago
moneromooo-monero 265290388b
wallet: guard against partly initialized multisig wallet
7 years ago
moneromooo-monero 66e34e85b1
add multisig core test and factor multisig building blocks
7 years ago