Commit Graph

1398 Commits (1080a90d23215399456ff45ab2cf34119c9fa20a)

Author SHA1 Message Date
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
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 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 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
warptangent fee8424938
Allow name@domain.tld for OpenAlias lookups
9 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 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
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
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
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 d03308734b
Separate testnet address prefix
10 years ago
Zachary Michaels 96eed84aad Pass tx and nonce to genesis block constructor
10 years ago
Zachary Michaels 658b6690a3
Separate rpc port for testnet
10 years ago
Zachary Michaels fb4146fa34 Reorganize testnet constants
10 years ago
Zachary Michaels 07470fd400
Add testnet flag
10 years ago
iamsmooth 6b77e8358c Change wallet to not try to extract tx public key when tx has no outputs (fixes 202612 tx format messages and is otherwise correct)
10 years ago
Jakob Lind 2ba77629ad refactoring. get seed code in wallet2
10 years ago
Jakob Lind 29c675acc0 #36 make it compile and work properly
10 years ago
Jakob Lind e4273f2415 #36 simplewallet refresh include optional height param
10 years ago
fluffypony 6fc995fe5d License updated to BSD 3-clause
10 years ago
Zachary Michaels 12596ad566 Add get_bulk_payments rpc call
10 years ago
Thomas Winget d433a696e5 wallet RPC converted to use new transaction semantics
10 years ago
Thomas Winget 2e048a4679 final changes to get transaction splitting building. needs testing.
10 years ago
Thomas Winget fc1180bc6c Added comments to wallet functions
10 years ago
Thomas Winget 55721da1fd Revert "Do not fall over when refreshing balance fails"
10 years ago
Matthew Little b87577f444 Do not fall over when refreshing balance fails
10 years ago
Thomas Winget da37b6f15b allow two-random-numbers wallet generation (but not as default)
10 years ago
Thomas Winget d22e458c6c builds, but doesn't link. other than that, electrum-style recovery implemented (but not tested\!)
10 years ago
Thomas Winget 4f382b3830 most functions prototyped/modified for wallet recovery
10 years ago
Neozaru 117393d562 Added 'payment_id' optional argument to 'transfer' wallet RPC method
10 years ago
mydesktop 3a3a817678 0.8.8update
10 years ago
mydesktop 333f975760 initial [broken] update
10 years ago
monero-project 504bdddcb5 Reverting wallet2.cpp to proper bugfix
10 years ago
mydesktop 465bdc9629 further fixes for mac osx
10 years ago
mydesktop 8e92162d2c Warn user on attempting to remove build directory for make clean
10 years ago
monero-project 56bb9591a5 return for unhandleable tx_extra
10 years ago
monero-project cf8fe28676 Temporarily disable error relating to mangled tx_extra fields
10 years ago
thankful_for_today 147aac7c50 checkpoints removed
10 years ago
Antonio Juarez a401a02ddb Improvements in JSON RPC
10 years ago
Antonio Juarez 29c2859a3e json rpc for wallet and bugfix
10 years ago
Antonio Juarez 8efa1313f3 some fixes
10 years ago
Antonio Juarez 296ae46ed8 moved all stuff to github
10 years ago