Commit Graph

84 Commits (dfd0e9c97d80c5cd7115d6cbb49cce08168071b6)

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
Riccardo Spagni 569316aea3
Merge pull request #634
8 years ago
moneromooo-monero 7fc6fa3fa2
wallet: forbid dust altogether in output selection where appropriate
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 67bbb56a6c
wallet2: decide at runtime which upper tx size to use
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 c41f785d56
Merge pull request #550
9 years ago
moneromooo-monero 8c93608f2f
wallet: fix load/save versioning bug for recently added tx data
9 years ago
moneromooo-monero 8ea7af1ba3
Allow the wallet to access hard fork information
9 years ago
moneromooo-monero c6cfe0f26d
wallet: make the wallet refresh type a wallet setting
9 years ago
Riccardo Spagni bc1bc4adb2
Merge pull request #507
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 55a2da7475
wallet2: speedup refresh a bit
9 years ago
moneromooo-monero db1fb66e66
wallet: storing outgoing tx info now defaults to enabled
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
moneromooo-monero 6df4e67cd2
Fix a possibly-unused warning, and rationalize types
9 years ago
moneromooo-monero ecbb732faa
Fix leak on real output when using a very recent output
9 years ago
moneromooo-monero ac90d488e7
from hard fork 2, all outputs must be decomposed
9 years ago
moneromooo-monero d91eb8c7b4
wallet: only return tx keys via RPC if requested
9 years ago
Riccardo Spagni c24a7e8fc0
Merge pull request #381
9 years ago
moneromooo-monero f19759992c
wallet: encrypt the cache file
9 years ago
moneromooo-monero 6c995710d8
make tx keys available to the user
9 years ago
moneromooo-monero aa5bc351d4
wallet: new rescan_spent command to update outputs' spent status
9 years ago
moneromooo-monero a2d7a5fb49
encrypted payment ids are now 64 bit, instead of 256 bit
9 years ago
moneromooo-monero 988fe1f843
wallet: new transaction construction algorithm
9 years ago
moneromooo-monero 8fe180ab80
wallet: add boolean to always confirm transactions with the user
9 years ago
moneromooo-monero dc4dbc1ceb
simplewallet: allow creating a wallet from a public address and view secret key
9 years ago
moneromooo-monero c882af63c1
wallet: add watch only wallet support
9 years ago
moneromooo-monero 3204f0d536
wallet: add a sweep_dust command
9 years ago
moneromooo-monero 09324764c0
wallet: add consts where appropriate
9 years ago
Riccardo Spagni 9e0516c1dd
Merge pull request #215
10 years ago
moneromooo-monero 24d500ce8e
Add a --restricted-rpc flag to simplewallet
10 years ago
moneromooo-monero 87839cd484
Allow get_bulk_payments to return all payments regardless of payment ID
10 years ago
Riccardo Spagni f4b69d553a
year updated in license
10 years ago
Riccardo Spagni f4675dc05d
Merge pull request #203
10 years ago
warptangent 583cf0ad8a Document existing function
10 years ago
warptangent 95eb944ead
Repeat prompt for wallet path if invalid
10 years ago