Commit Graph

136 Commits (b937a2c915861900d047d4d4a24af31c454e3540)

Author SHA1 Message Date
Howard Chu b937a2c915 Use boost::thread instead of std::thread
8 years ago
moneromooo-monero 4513b4cd2b
simplewallet: add a new --restore-from-keys option
8 years ago
moneromooo-monero 8f09b71b9b
wallet: clear missing data on rescan_bc
8 years ago
moneromooo-monero c7b96b91ed
wallet: check a key image isn't already present when adding one
8 years ago
Riccardo Spagni 616df496e9 Revert "Merge pull request #632"
8 years ago
Riccardo Spagni 569316aea3
Merge pull request #634
8 years ago
Riccardo Spagni 8d976a0683
Merge pull request #633
8 years ago
Riccardo Spagni 58f890652e
Merge pull request #632
8 years ago
moneromooo-monero 7fc6fa3fa2
wallet: forbid dust altogether in output selection where appropriate
8 years ago
moneromooo-monero 80882ac6dd
wallet: guard against exception in process_blocks
8 years ago
moneromooo-monero 2cf8b32229
wallet: guard against exception in process_blocks
8 years ago
moneromooo-monero b11539fda7
wallet: detect and handle failed outgoing transfers
8 years ago
moneromooo-monero 3b1d7e03fc
Fix V1/V2 use of hard fork related parameters
8 years ago
moneromooo-monero 15d9ac8abd
wallet2: update spent comparison now that we have two spent states
8 years ago
moneromooo-monero 67bbb56a6c
wallet2: decide at runtime which upper tx size to use
9 years ago
moneromooo-monero a44d94d390
rpc: is_key_image_spent now checks the tx pool too
9 years ago
Riccardo Spagni ac7d27d4f9
Merge pull request #584
9 years ago
moneromooo-monero 5c67c486e8
wallet: don't forget to close the file after storing cache
9 years ago
Riccardo Spagni de03926850
updated copyright year
9 years ago
moneromooo-monero bc8a52efd8
wallet: add a rescan_bc command and rescan_blockchain RPC
9 years ago
moneromooo-monero 92ef6b54fe
wallet: protect against exceptions in the block pull thread
9 years ago
Riccardo Spagni 32a26332f8
no longer need to pass the size to rapidjson
9 years ago
moneromooo-monero 61befc2293
wallet: store cache to file without unnecessary memory buffer
9 years ago
Riccardo Spagni 47ca455ea8
fixed missing parenthesis
9 years ago
Lex Kalinkin a004130a04 fix for 'failed to generate new wallet: failed to save file' error during wallet generation
9 years ago
moneromooo-monero 8ea7af1ba3
Allow the wallet to access hard fork information
9 years ago
Riccardo Spagni 5d33b43d8d
Merge pull request #544
9 years ago
moneromooo-monero 01e92ebdb0
replace std::auto_ptr with std::unique_ptr
9 years ago
moneromooo-monero 9b4f8b4b7e
wallet: save to a temporary file, then rename
9 years ago
moneromooo-monero c6cfe0f26d
wallet: make the wallet refresh type a wallet setting
9 years ago
moneromooo-monero fef2493617
wallet: default auto-refresh to true for old wallets
9 years ago
moneromooo-monero 41029d6d74
wallet2: default auto-refresh to true for preexisting wallets
9 years ago
moneromooo-monero d68a63e404
wallet: cancellable refresh
9 years ago
Riccardo Spagni 5275db0786
Merge pull request #509
9 years ago
Riccardo Spagni bc1bc4adb2
Merge pull request #507
9 years ago
moneromooo-monero 3030e3ecff
wallet2: remove confirmed transactions from detached blocks
9 years ago
moneromooo-monero 9ee48e9071
wallet2: speed up wallet refresh for large miners
9 years ago
moneromooo-monero 62e49a5f02
wallet: optional automatic refresh from the daemon
9 years ago
moneromooo-monero 490590306e
wallet2: parallelize pulling blocks and processing them on refresh
9 years ago
moneromooo-monero d0eaf1d4e1
wallet2: maintain the short chain manually when refreshing
9 years ago
moneromooo-monero a4e9506069
wallet2: split pull blocks between pulling and processing
9 years ago
moneromooo-monero 9b945f5211
wallet: make the refresh optimizations selectable via command line
9 years ago
moneromooo-monero d2c031332e
wallet: speedup refresh from daemon
9 years ago
moneromooo-monero ea707c779c
wallet2: minor cleanup
9 years ago
moneromooo-monero 55a2da7475
wallet2: speedup refresh a bit
9 years ago
moneromooo-monero 9156ba3a3c
wallet: rename store-tx-keys to store-tx-info
9 years ago
moneromooo-monero b3d4d41e29
wallet: improve show_transfers
9 years ago
moneromooo-monero 725ae4e710
wallet: use incoming blocks to keep track of payments too
9 years ago
moneromooo-monero 3f611bc3dc
wallet: track outgoing payments and add a show_transfers command
9 years ago
moneromooo-monero c7dc6ef8e8
simplewallet: add a set default-mixin command
9 years ago