Commit Graph

197 Commits (f9a2fd2ff55654cdbc458378d0365189ffd1c46a)

Author SHA1 Message Date
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 1965fce402
wallet: add a stop_wallet RPC call
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 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 5f8baba26e
wallet2: fix CLANG compile error
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 5ea2f936ae
wallet2: really include non canonical outputs in dust sweep
9 years ago
moneromooo-monero ac90d488e7
from hard fork 2, all outputs must be decomposed
9 years ago
moneromooo-monero 5dc53c2cb0
wallet: use mutex protected random generation api
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 e40cfc4e29
Encrypted payment IDs
9 years ago
moneromooo-monero 1e23b7a11d
wallet: set watch-only flag to false when creating a new wallet
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
Riccardo Spagni 4790db9d04
Merge pull request #324
9 years ago
moneromooo-monero dc4dbc1ceb
simplewallet: allow creating a wallet from a public address and view secret key
9 years ago
moneromooo-monero e05a58aead
wallet2: fix write_watch_only_wallet comment description
9 years ago
moneromooo-monero 2952ffd80f
wallet2: use the same exponential splitting for normal txes
9 years ago
moneromooo-monero 7c8d3be656
wallet2: try to split dust sweep txs exponentially
9 years ago
moneromooo-monero 6f8a6dcb6c Add RPC commands to manipulate integrated addresses
9 years ago
moneromooo-monero 63741d8264
Integrated addresses (standard address plus payment id)
9 years ago
moneromooo-monero c882af63c1
wallet: add watch only wallet support
9 years ago
moneromooo-monero a62daebba5
wallet_rpc_server: add a sweep_dust RPC command as well
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
warptangent fee8424938
Allow name@domain.tld for OpenAlias lookups
9 years ago
Thomas Winget a0590d29cd
Restore daemon interactive mode
9 years ago
Riccardo Spagni 7b01a076b9
added tx size to incoming_transfers RPC Call
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
Riccardo Spagni c3ec723882
Merge pull request #202
10 years ago
Riccardo Spagni c1bf8fb94b
Merge pull request #201
10 years ago
warptangent 583cf0ad8a Document existing function
10 years ago
warptangent 95eb944ead
Repeat prompt for wallet path if invalid
10 years ago
warptangent d7aafd555a
wallet2::rewrite update to not require bin file
10 years ago
warptangent 9b7e0a06b5
wallet2::load correctly initialize m_blockchain for wallet loaded without bin file
10 years ago
warptangent 26b87dfdc2
Add wallet2::verify_password method
10 years ago
Riccardo Spagni ebb117c7b6
Merge pull request #196
10 years ago
Riccardo Spagni 1925eeffa8
Merge pull request #183
10 years ago
warptangent f9822c483e wallet JSON update for non-deterministic wallet data
10 years ago
warptangent 1beedb9dd4 Extract check for deterministic keys to wallet2::is_deterministic()
10 years ago
warptangent 3dd19c4cd4 prompt for seed language and error handling
10 years ago
Riccardo Spagni 4cd15cdde5
Merge pull request #1
10 years ago
Riccardo Spagni 40971b4ee6
Merge pull request #188
10 years ago
Riccardo Spagni ab7c6c07e7
Merge pull request #180
10 years ago
iamsmooth cc74b43651 Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, denominations based on DEFAULT_DUST_THRESHOLD, document fee arg to create_transactions as unused, se DEFAULT_DUST_THRESHOLD for wallet dust collection instead of calcualted tx fee
10 years ago
Thomas Winget d2287d3108 per kb fees not passing correct fee to transfer()
10 years ago
Thomas Winget dc67b12ea9 Should now properly do per-kb fee
10 years ago
Thomas Winget 557e27fd21 per kb fees
10 years ago
Sammy Libre 250254c338 Exception handling while refreshing in rpc wallet (credits to QCN)
10 years ago
Ben Boeckel 7d708e4223 cmake: support 2.8.7
10 years ago
Ben Boeckel f53f04724c cmake: handle private vs. public headers
10 years ago
Ben Boeckel 55ca7d3b34 cmake: refactor common code with libraries
10 years ago
Ben Boeckel 89cff7bddc cmake: put each library into its own directory
10 years ago
Oran Juice f1eaf88ba6
Prints seed after wallet upgrade. Removed iostream include.
10 years ago
Oran Juice 70971be96b
Doxygen comments
10 years ago
Oran Juice 031ca23ce9
Rewrites to old wallet file correctly
10 years ago
Oran Juice 1f833dcf77
Doxygen comments in
10 years ago
Oran Juice 0bd88ff256
Writes seed language while generating wallet. Wallet open fix.
10 years ago
Oran Juice 09a659edb5
Stores seed language in wallet file. added rapidjson. Yet to test backward compatibility
10 years ago
Riccardo Spagni 434095d1f7
fixed conflict in CMakeLists
10 years ago
Oran Juice 4517bac7f3
Restructured language sources to be singletons
10 years ago
Thomas Winget 0e1449135d updated DNSResolver/things that use it for DNSSEC
10 years ago
Oran Juice 4f693d715c
Merge with origin/master
10 years ago
Thomas Winget c14c7e1683 change to allow (at least a bit) for multiple TXT records
10 years ago
Thomas Winget a5757a628f Monero addres from DNS TXT record implemented, tests pass
10 years ago
Oran Juice 6be139b511
Moved mnemonics code to src/mnemonics
10 years ago
Zachary Michaels 59ab569da1 Give up on brace initializers in initializer lists (MSVC bug)
10 years ago
Zachary Michaels d03308734b
Separate testnet address prefix
10 years ago