Commit Graph

1281 Commits (e586e3993632c73eba96305368da13f420864b8a)

Author SHA1 Message Date
luigi1111 c28a2b0d7d
Merge pull request #3992
6 years ago
luigi1111 5eb2e01216
Merge pull request #3991
6 years ago
luigi1111 3ad4ecd4ff
Merge pull request #3982
6 years ago
moneromooo-monero dcbc17e97e
wallet: include a suggested number of confirmations based on amount
6 years ago
luigi1111 a844844cda
Merge pull request #3716
6 years ago
moneromooo-monero 0e4c7d0fae
wallet2: cache ringdb key while refreshing
6 years ago
moneromooo-monero 2771a18e85
threadpool: allow leaf functions to run concurrently
6 years ago
moneromooo-monero 2704624eae
wallet2: remove unneeded divisions
6 years ago
moneromooo-monero 5d3e70229e
wallet2: remove old blockchain size cache hack
6 years ago
moneromooo-monero dcfd299239
wallet2: speedup refresh
6 years ago
moneromooo-monero f025ae9760
wallet2: avoid re-parsing blocks when refreshing in a loop
6 years ago
moneromooo-monero 41be339655
wallet2: avoid duplicate parsing of tx extra
6 years ago
moneromooo-monero f7f1917ed4
wallet2: remove useless device locking
6 years ago
moneromooo-monero ba8331ce41
wallet2: parse blocks in the RPC thread, not the processing thread
6 years ago
moneromooo-monero 31a895e876
wallet2: simplify/speedup process_blocks
6 years ago
moneromooo-monero 57ea90285c
wallet: don't process miner tx if we're refreshing with no-coinbase
6 years ago
moneromooo-monero ed2c81ed95
replace std::list with std::vector on some hot paths
6 years ago
moneromooo-monero 6795bd0d4e
rpc: add option to skip coinbase info in get_blocks.bin
6 years ago
moneromooo-monero a2b557fe5c
wallet2: use std::move on containers where appropriate
6 years ago
luigi1111 506be80601
Merge pull request #3955
6 years ago
luigi1111 26562e9f3c
Merge pull request #3941
6 years ago
moneromooo-monero df9d50a8a4
wallet2: fix read buffer overflow in import_key_images
6 years ago
moneromooo-monero 3e46db97e5
rpc: add a non binary get_transaction_pool_hashes RPC
6 years ago
stoffu 8fc0cdb96f
wallet2: lower default for subaddress lookahead when restoring with hardware
6 years ago
moneromooo-monero 2a19697bd4
wallet2: fix double header in unsigned transfer file
6 years ago
luigi1111 896512b2b6
Merge pull request #3878
6 years ago
luigi1111 9226acca4b
Merge pull request #3804
6 years ago
luigi1111 4e7897e57c
Merge pull request #3780
6 years ago
luigi1111 e3012444fb
Merge pull request #3762
6 years ago
moneromooo-monero bc443494f3
wallet2: fix out of sync account tag cache
6 years ago
moneromooo-monero 8db23df581
wallet: on first refresh, start off with a quantized height
6 years ago
stoffu 798dfcfe79
wallet: allow unspendable unmixable outputs to be discarded
6 years ago
stoffu 0a5292c339
wallet2: use decoded amount when reporting repeated output key
6 years ago
stoffu 25c15dca5c
wallet2: use correct fee for split txes
6 years ago
stoffu 08b85a8e00
cryptonote_config: add get_config to refactor x = testnet ? config::testnet::X : stagenet ? config::stagenet::X : config::X
6 years ago
luigi1111 00635bd68b
Merge pull request #3598
6 years ago
luigi1111 1af890287b
Merge pull request #3890
6 years ago
moneromooo-monero d7a6b72c15
wallet2: fix bulletproof cold signing
6 years ago
stoffu bf26920f27
wallet2: fix get_approximate_blockchain_height for stagenet
6 years ago
Dusan Klinec 9c2a7b4638 wallet-rpc: watch-only and cold wallet features added
6 years ago
luigi1111 3a373c3d3a
Merge pull request #3489
6 years ago
moneromooo-monero f80b1571c6
wallet2: don't ask for pruned txes yet, we still parse the entire tx
6 years ago
stoffu 0da5d37bf3
wallet: fix shared ring db path
6 years ago
luigi1111 5b189ce2a8
Merge pull request #3405
6 years ago
moneromooo-monero 5a412b7a3f
disable file size sanity check when loading the wallet cache
6 years ago
stoffu cb9c7972b6
Fix output shuffling for multisig
6 years ago
jcktm 89e51ecd38 simple-wallet-cli: Add warnings about inaccurate balances to to watch-only wallet
6 years ago
moneromooo-monero a58d9738c9
wallet2: consider 6 outputs or less to be unmixable from v7
6 years ago
itssteven eb9f3a3294
check_spend_proof
6 years ago
Riccardo Spagni 93e76e14a2
Merge pull request #3685
6 years ago
Riccardo Spagni 35299644b2
Merge pull request #3650
6 years ago
naughtyfox b21bc00704 Wallet: added methods to sign and verify arbitrary message with multisig public signer's key (libwallet & wallet api)
6 years ago
moneromooo-monero 2dae0f203a
wallet2: add missing parameters to get_output_histogram
6 years ago
Mikhail Mitkevichl 5bd7f760e9 import_multisig_info: fix sanity check crash in detach_blockchain
6 years ago
Riccardo Spagni 03ff3be10e
Merge pull request #3672
6 years ago
moneromooo-monero 875c1cabb9
wallet2: increase rpc timeout for get_output_distribution
6 years ago
moneromooo-monero 70f2321763
add top height to get_output_distribution, and cache it for rct
6 years ago
stoffu b5d6c723e9
wallet2: store subaddress lookahead settings
6 years ago
cslashm 94b899db26 Use 'boost' mutex instead of 'std' mutex
6 years ago
cslashm 2c274e05fe Fix sub-address tx scan.
6 years ago
Riccardo Spagni 5e08fd89ea
Merge pull request #3549
6 years ago
Riccardo Spagni 14c870ee5f
Merge pull request #3615
6 years ago
Riccardo Spagni 3b8704b0fa
Merge pull request #3555
6 years ago
Riccardo Spagni 5d8439e310
Merge pull request #3534
6 years ago
moneromooo-monero 24acb66eac
wallet2: fix misc issues when the ringdb can't be initialized
6 years ago
Riccardo Spagni 5053f8f40b
Merge pull request #3502
6 years ago
Riccardo Spagni 96b2fee721
Merge pull request #3536
6 years ago
Riccardo Spagni 1b4dc46129
Merge pull request #3473
6 years ago
Riccardo Spagni ebb55f797b
Merge pull request #3468
6 years ago
moneromooo-monero 73951cbd39
wallet2: request transactions in slices when scanning for known rings
6 years ago
moneromooo-monero 25fe67e4cf
rpc: allow getting pruned blocks from gettransactions
6 years ago
moneromooo-monero 0b26c4d57c
wallet2: move segregation height to v7
6 years ago
cslashm c77d2bfaa0 Add the possibility to export private view key for fast scan.
6 years ago
moneromooo-monero eecfb57df9
wallet: warn if not using the default ring size
6 years ago
naughtyfox 5a96056600 WalletApi: getMultisigInfo entry for gui wallets
6 years ago
moneromooo-monero 11c933e137
fix lambda compile error on openbsd
6 years ago
stoffu eaa8bfe7c0
wallet2: set from_height of GET_OUTPUT_DISTRIBUTION correctly
6 years ago
stoffu 0a619f789b
wallet2: enable the mitigation only after the fork height
6 years ago
stoffu 0098ed338c
wallet2: fix for loading settings of key reuse mitigation
6 years ago
moneromooo-monero 5730049178
wallet: catch exceptions dealing with ringdb and warn
6 years ago
moneromooo-monero 1e393f4bb7
wallet: make the segregation height settable
6 years ago
Riccardo Spagni 0f27fc57ac
Merge pull request #3336
6 years ago
moneromooo-monero eac3a11ed3
wallet: more user friendly print_ring
6 years ago
moneromooo-monero 504428ab4a
ringdb: use the genesis block as a db name
6 years ago
moneromooo-monero b09e5181cc
wallet: add a set_ring command
6 years ago
moneromooo-monero db10dd6d83
wallet: make ringdb an object with database state
6 years ago
moneromooo-monero d29ea0455a
wallet: add an output blackball list to avoid using those in rings
6 years ago
moneromooo-monero 18eaf19489
wallet: key reuse mitigation options
6 years ago
moneromooo-monero 5f146873c5
wallet: add shared ring database
6 years ago
moneromooo-monero 41f727ce42
add RPC to get a histogram of outputs of a given amount
6 years ago
Dimitris Apostolou 57c0b1ed9f Fix typos in various files
6 years ago
Leon Klingele 80d2f8007c
wallet2: Update function parameter documentation
6 years ago
stoffu 71d186566e
replace invoke_http_json("/json_rpc",...) with invoke_http_json_rpc("/json_rpc",methodname,...) to reduce boilerplate
6 years ago
Riccardo Spagni a69c713f8e
Merge pull request #3398
6 years ago
Riccardo Spagni 2fe1504c03
Merge pull request #3399
6 years ago
Riccardo Spagni 8b90e3141a
Merge pull request #3386
6 years ago
stoffu 4405e4fc73
wallet2: check_tx_key() shouldn't require hardware encryption
6 years ago
stoffu 27a196b126
device: untangle cyclic depenency
6 years ago
stoffu c9b38b4765
device: made function prototypes consistent with pre-#3303 codebase
6 years ago
Riccardo Spagni f2e8e8d23c
Merge pull request #3377
6 years ago
Riccardo Spagni 3bc2537f5a
Merge pull request #3369
6 years ago
Riccardo Spagni 2dfb4f098e
Merge pull request #3353
6 years ago
Riccardo Spagni 67978b78ce
Merge pull request #3337
6 years ago
Riccardo Spagni 3fed788603
Merge pull request #3315
6 years ago
moneromooo-monero 5f85cc7e3d
wallet2: guard against overflowing of subaddress indices
6 years ago
stoffu 1d39b26556
wallet2: fix use_fork_rules() when querying version that is defined but not enabled yet
6 years ago
stoffu c577abab61
wallet: fix auto low priority so that it takes effect only when saved default is 0
6 years ago
Cédric 73dd883d51 Ledger HW Bug fixes
6 years ago
moneromooo-monero 9abeff5911
wallet2: handle no blocks returned in refresh to mean no new blocks
6 years ago
Leon Klingele 649a1b7ae6
wallet2 / simplewallet: Must opt-in to create '.address.txt' files for new wallets
6 years ago
cryptochangements34 aa8bef0cb3 fix error message typo in wallet2.cpp
6 years ago
moneromooo-monero 1979d53d78
wallet: fixes and tweaks to the save_watch_only command
6 years ago
moneromooo-monero 38657fd0e9
Bump min ring size from 5 to 7 from v7
6 years ago
Riccardo Spagni 237f0179b7
Merge pull request #3313
6 years ago
Riccardo Spagni 4f93f74528
Merge pull request #3277
6 years ago
Riccardo Spagni 033ead4bad
Merge pull request #3273
6 years ago
Edward Betts fbcc91c2a4 Correct spelling mistakes.
6 years ago
stoffu af773211cb
Stagenet
6 years ago
cslashm e745c1e38d Code modifications to integrate Ledger HW device into monero-wallet-cli.
6 years ago
rbrunner7 430268224d Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windows
6 years ago
Riccardo Spagni 2ac3da1251
Merge pull request #3256
6 years ago
Riccardo Spagni cfa3af4078
Merge pull request #3247
6 years ago
Riccardo Spagni 6920fdaf4f
Merge pull request #3246
6 years ago
moneromooo-monero 89ad162a3f
wallet2: remove unused m_subaddresses_inv
6 years ago
moneromooo-monero f2c4c39971
wallet2: speed up subaddress generation (by about a third)
6 years ago
Howard Chu f3b74e75b0
Fix refresh height estimation
6 years ago
Riccardo Spagni 82599ef0e3
Merge pull request #3175
6 years ago
Riccardo Spagni 5d36ed6613
Merge pull request #3094
6 years ago
moneromooo-monero df5273def5
wallet2: fix auto_low_priority field name typo on load
6 years ago
stoffu 3c33e1317b
wallet2: don't store invalid key image when watch-only
6 years ago
stoffu 0133b3481a
wallet2: don't throw when spent amount is inconsistent
6 years ago
moneromooo-monero 19ff243f52
wallets: reorg 61 more days on testnet
6 years ago
moneromooo-monero c70f03cacf
blockchain: move bulletproofs to v8
6 years ago
Maxithi a85dbb3f2f
Fixed typos and wording tweaks
7 years ago
stoffu 30c44bce06
wallet: automatically use low priority if safe (no backlog & recent blocks not full)
7 years ago
moneromooo-monero 2f5a9b6bb3
wallet2: split estimate_backlog to allow for raw fee levels
7 years ago
Riccardo Spagni d061c312fb
Merge pull request #3116
7 years ago
Riccardo Spagni 5603d5aaea
Merge pull request #3141
7 years ago
Riccardo Spagni e1ba5b95c1
Merge pull request #3118
7 years ago
Riccardo Spagni 73a19e0b06
Merge pull request #3113
7 years ago
xmr-eric 18216f19dd Update 2018 copyright
7 years ago
stoffu 3160a93027
wallet2: remove {set|get}_default_decimal_point and use the same funcs under cryptonote:: instead
7 years ago
stoffu 7d1088d337
wallet2: make scan_output const and omit keys arg
7 years ago
stoffu bc1ee2c2ee
wallet2: make member functions const when possible
7 years ago
stoffu ffc2e5705d
wallet rpc: show fees when querying incoming transfers
7 years ago
stoffu ca336c62e3
simplewallet: check file overwrite when exporting stuff
7 years ago
Riccardo Spagni 09d19c9139
Merge pull request #3130
7 years ago
Riccardo Spagni f31f5c9a3e
Merge pull request #3093
7 years ago
Riccardo Spagni 66a2751d68
Merge pull request #3065
7 years ago
Riccardo Spagni b2ce5739df
Merge pull request #3028
7 years ago
Maximilian Lupke 3be98036e7 wallet-cli: Do not ask for scan_from_height if it explicitly is set to zero.
7 years ago
moneromooo-monero c1d19f3c84
wallet2: fix sweep_all sending an atomic unit
7 years ago
Jaquee 269ba25228 wallet2::import_blockchain fix import loop
7 years ago
stoffu 6d40a92026
Reserve proof
7 years ago
Riccardo Spagni 00f4ff26c8
Merge pull request #3021
7 years ago
Riccardo Spagni 990389f09d
Merge pull request #3002
7 years ago
Riccardo Spagni f9c66ba67c
Merge pull request #2990
7 years ago
Riccardo Spagni 6c7eb5109d
Merge pull request #2989
7 years ago
Riccardo Spagni ab8a32429a
Merge pull request #2985
7 years ago
Riccardo Spagni 3ce7f2bead
Merge pull request #2983
7 years ago
Riccardo Spagni 420a803ff8
Merge pull request #2973
7 years ago
moneromooo-monero fdd4c5e577
move memwipe to epee to avoid common<->crypto circular dependencies
7 years ago
Maxithi d188840cc2
Improved terminology from create to generate
7 years ago
moneromooo-monero 3e635a3cef
wallet2: allow failing parse_tx_extra
7 years ago
Riccardo Spagni ee02c7ab03
Merge pull request #2962
7 years ago
Riccardo Spagni eb617be8f4
Merge pull request #2960
7 years ago
stoffu a4b006f965
wallet2 bugfix: initialize subaddress table when generating from keys
7 years ago
moneromooo-monero dc6729a66a
wallet2: std::unordered_set ctor is sometimes explicit
7 years ago
Riccardo Spagni 5f562cf9e6
Merge pull request #2941
7 years ago
stoffu 6fc4fc850e
sweep_below: do not prematurely exclude subaddresses set
7 years ago
Riccardo Spagni ca8c7e863f
Merge pull request #2895
7 years ago
Riccardo Spagni 0a5bfa7c73
Merge pull request #2938
7 years ago
moneromooo-monero 5ad312a1c3
wallet2: switch to chacha20 instead of chacha8
7 years ago
moneromooo-monero 1e5491e942
Add a chacha20 variant to go with chacha8
7 years ago
Riccardo Spagni 409e9bb029
Merge pull request #2931
7 years ago
Riccardo Spagni db09247c68
Merge pull request #2926
7 years ago
Riccardo Spagni 2b00899bb2
Merge pull request #2920
7 years ago
Riccardo Spagni 2ef299f2a9
Merge pull request #2891
7 years ago
Riccardo Spagni 2d1965f31b
Merge pull request #2888
7 years ago
moneromooo-monero 9996d5e96c
wallet2: guard against the dameon sending blocks before last checkpoint
7 years ago
moneromooo-monero 2d17feb060
factor STL container serialization
7 years ago
moneromooo-monero 66eeeaa1a2
wallet2: fix failure to create tx if inputs are not enough for fee
7 years ago
moneromooo-monero 277a5aefaa
wallet2: fix m_key_image_{partial,known} in_light_wallet code
7 years ago
moneromooo-monero 5cbcf0aa25
wallet: support for multisig seeds
7 years ago
moneromooo-monero 14c2981469
wallet2: fix use of uninitialized data
7 years ago
moneromooo-monero b51dc56687
use const refs in for loops for non tiny types
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 45a1c4c088
add empty container sanity checks when using front() and back()
7 years ago
stoffu 6b5bd129b4
Account tagging
7 years ago
moneromooo-monero ceabc4f92b
change the N-1/N multisig second message signer for auth
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 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
moneromooo-monero f4eda44ce3
N-1/N multisig
7 years ago
moneromooo-monero cd64c7990c
multisig address generation RPC
7 years ago
moneromooo-monero fff871a455
gen_multisig: generates multisig wallets if participants trust each other
7 years ago
moneromooo-monero 95a21a793d
wallet2: allow empty wallet filename to avoid saving data
7 years ago
moneromooo-monero 4c313324b1
Add N/N multisig tx generation and signing
7 years ago
moneromooo-monero 6d219a9250
wallet: add multisig key generation
7 years ago
Riccardo Spagni a3a8343051
Merge pull request #2857
7 years ago
moneromooo-monero 09ce03d612
move includes around to lessen overall load
7 years ago
moneromooo-monero 7193b89fe5 Scrub keys from memory just before scope end.
7 years ago
Riccardo Spagni 87158dca68
Merge pull request #2885
7 years ago
Riccardo Spagni 6c0953b15a
Merge pull request #2860
7 years ago
moneromooo-monero d0d38dc8e6
wallet2: print tx size in bytes and kB
7 years ago
moneromooo-monero aaae94f00b
wallet2: reinstate the single preferred output selection
7 years ago
moneromooo-monero 043494924b
wallet2: error out in get_seed if the language is invalid
7 years ago
moneromooo-monero c83d0b3ee2
add bulletproofs from v7 on testnet
7 years ago
moneromooo-monero d58835b2f6
integrate bulletproofs into monero
7 years ago
moneromooo-monero 3f24e90149
wallet2: don't write a .new file when not needed
7 years ago
moneromooo-monero ca18ff644b
wallet2: detect spends in txes without a valid public tx key
7 years ago
Riccardo Spagni a1e3670b33
catch wallet decrypt false positive
7 years ago
Riccardo Spagni 81fb832082
Merge pull request #2833
7 years ago
Riccardo Spagni 301279709d
Merge pull request #2850
7 years ago
Riccardo Spagni 0bf4d6deea
Merge pull request #2828
7 years ago
moneromooo-monero 3dffe71b72
new wipeable_string class to replace std::string passphrases
7 years ago
Riccardo Spagni 2e54e7ff0b
Merge pull request #2824
7 years ago
Riccardo Spagni 4c90d638bc
Merge pull request #2823
7 years ago
Riccardo Spagni 82375f7de7
Merge pull request #2806
7 years ago
Riccardo Spagni df032aac69
Merge pull request #2800
7 years ago
Riccardo Spagni 1de386111f
Merge pull request #2797
7 years ago
Riccardo Spagni 539f511eb1
Merge pull request #2368
7 years ago
moneromooo-monero d875a9ff90
wallet2: detect multiple outputs from a tx to different subaddresses
7 years ago
stoffu b0b7e0f09a
Spend proof without txkey
7 years ago
stoffu be1c01298a
fix for tx proof: use exception instead of error_str when signature gen failed
7 years ago
Riccardo Spagni 8d9e4920fc
Merge pull request #2768
7 years ago
stoffu 998777ecd7
Tx proof (revised):
7 years ago
Cifrado b0426d4cf2 Fixes #759 Add sanity check on restore height
7 years ago
moneromooo-monero 51895fd7df
split wallet and wallet_api
7 years ago
moneromooo-monero 6cbe7bcdd2
wallet2: check generate_key_derivation return value
7 years ago
Tim L ef941855ae Wallet RPC: Add prompt-for-password flag
7 years ago
moneromooo-monero 0b726be703
wallet2: minimize the number of construct_tx calls
7 years ago
moneromooo-monero 9d505d26b8
wallet2: cleanup some debug logs
7 years ago
Michał Sałaban 0d149f708f Add out-of-bound exceptions and handle them in RPC
7 years ago
Riccardo Spagni 3abd6f1fd0
Merge pull request #2773
7 years ago
Riccardo Spagni c9a410e394
Merge pull request #2772
7 years ago
Riccardo Spagni 0d4d628805
Merge pull request #2634
7 years ago
Riccardo Spagni 39bc39b86e
Merge pull request #2628
7 years ago
stoffu b738f4b59d
wallet: add sweep_single command
7 years ago
Howard Chu 987eb662bf
More missed readline dependencies thru scoped_message_writer
7 years ago
Howard Chu 95e784ad00
Fix 437421ce42
7 years ago
Riccardo Spagni 815e158bdf
Merge pull request #2739
7 years ago
Riccardo Spagni edebe4e3b6
Merge pull request #2736
7 years ago
Riccardo Spagni 5de492be40
Merge pull request #2629
7 years ago
moneromooo-monero 99f398a25e
wallet2: avoid growing the short history when refreshing in a loop
7 years ago
moneromooo-monero 437421ce42
wallet: move some scoped_message_writer calls from the libs
7 years ago
moneromooo-monero e89994e98f
wallet: rejig to avoid prompting in wallet2
7 years ago
moneromooo-monero 383ff4f689
remove "using namespace std" from headers
7 years ago
Riccardo Spagni 29d77e5686
Merge pull request #2727
7 years ago
moneromooo-monero 7cb303a44b
wallet2: simplify incoming tx processing code
7 years ago
Riccardo Spagni 25b97ee937
Merge pull request #2624
7 years ago
Riccardo Spagni 2458ff1a6d
Merge pull request #2697
7 years ago
moneromooo-monero da8b60cbbf
simplewallet: reject attempts to use too low mixin early
7 years ago
Riccardo Spagni 2ddb894607
Merge pull request #2661
7 years ago
Riccardo Spagni 395025bb23
Merge pull request #2633
7 years ago
Riccardo Spagni 3fff292dc1
Merge pull request #2509
7 years ago
binaryFate da706b6102 Fix false GCC warning '‘*((void*)& subaddr_account +4)’ may be used unitialized'
7 years ago
stoffu ad96c478b1
wallet-cli: added --generate-from-spend-key option
7 years ago
moneromooo-monero d269bff2ab
wallet2: use a vector, not a list, for selected_transfers
7 years ago
moneromooo-monero 7e387fb1ad
wallet2: only add a dummy 0 output if there's one output otherwise
7 years ago
Michał Sałaban ffe5b857e1 Correct totals computation
7 years ago
moneromooo-monero 5d92c7ccf6
wallet2: typo fix in error message
7 years ago
stoffu 37c3792b00
wallet2 bugfix: supply missing subaddr_account arg to balance() and unlocked balance()
7 years ago
moneromooo-monero ccf53a566c
track double spending in the txpool
7 years ago
Riccardo Spagni 3dd31d33fa
Merge pull request #2605
7 years ago
Riccardo Spagni 32b083d8bd
Merge pull request #2546
7 years ago
Riccardo Spagni 32b46c594b
Merge pull request #2703
7 years ago
Riccardo Spagni c97fbb0176
Merge pull request #2718
7 years ago
moneromooo-monero 9d6c6c5dec
wallet2: do not bother downloading block hashes below last checkpoint
7 years ago
Jaquee a46c1eed8c Wallet2: Don't throw when subaddress label doesn't exist
7 years ago
moneromooo-monero 626e80780b
wallet2: fix show_transfers missing multiple incoming outputs
7 years ago
moneromooo-monero 44f1463867
wallet2: fix tx size estimator for large number of inputs
7 years ago
rbrunner7 b370ef54b9 Wallet: Descriptions through new commands 'set_description', 'get_description'
7 years ago
binaryFate b2d416f211 Distinguish "not enough money" and "not enough unlocked money"
7 years ago
kenshi84 ac4018a7e6
wallet2: workaround for lightwallet before supporting subaddress (followup #2656)
7 years ago
Jaquee 3492de010b fix lightwallet and subaddresses conflict
7 years ago
Riccardo Spagni 5c3275ddbe
Merge pull request #2596
7 years ago
Riccardo Spagni 27ed7419bb
Merge pull request #2570
7 years ago
Riccardo Spagni 960886aa04
Merge pull request #2109
7 years ago
Jaquee 97c2e449ce wallet2+API: use separate callbacks for lightwallets
7 years ago
Jaquee bba5cbed8f wallet2: remove obsolete get_num_rct_outputs() call from create_transactions_2
7 years ago
Jaquee 7a482f302b wallet2: create_transactions_2 lightwallet support
7 years ago
Jaquee ce61b8189b wallet2: get_outs lightwallet support
7 years ago
Jaquee 1197cb71e9 wallet2: commit_tx() lightwallet support
7 years ago
Jaquee 43b57804f8 wallet2: refactor is_tx_spendtime_unlocked()
7 years ago
Jaquee 32e2b0030e wallet2: add lightwallet exceptions to common functions
7 years ago
Jaquee 2e692fc05a wallet2: refresh() lightwallet support
7 years ago
Jaquee f44d156cbd my/openmonero API functions
7 years ago
Jaquee 288d3c75c3 wallet2: add remove_obsolete_pool_txs()
7 years ago
Riccardo Spagni d316b3d266
Merge pull request #2554
7 years ago
Jaquee e2a276cbb5 wallet2: add ssl option to init()
7 years ago
moneromooo-monero 06fb9bcfcc
wallet2: fix refresh height calc for new wallets
7 years ago
kenshi84 53ad5a0f42
Subaddresses
7 years ago
stoffu d74336d5c9
wallet: encrypt (un)signed tx, also optionally save unencrypted raw tx hexstr
7 years ago
Riccardo Spagni 09ccd07bbc
Merge pull request #2542
7 years ago
Riccardo Spagni 6cf36b4e96
Merge pull request #2530
7 years ago
Riccardo Spagni 1c044b162c
Merge pull request #2529
7 years ago
moneromooo-monero f139a6cad0
wallet2: fix backlog being off by 1
7 years ago
stoffu bd9371395e
wallet2: error check for generate_key_image_helper, removed redundant wallet_generate_key_image_helper
7 years ago
stoffu cbc5508b15
construct_tx_and_get_tx_key: return sorted sources for print_ring_memebrs to work properly
7 years ago
selsta 986d03d4b2 simplewallet: allow to set threshold before warning about tx backlog
7 years ago
Riccardo Spagni 737717c111
Merge pull request #2491
7 years ago
moneromooo-monero 37c12119ab
wallet2: fix hash chain trimming when the inner chain becomes empty
7 years ago
landergate 180a848cbe wallet2: Missing underflow check on low heights
7 years ago
moneromooo-monero 36c3465b98
wallet2: do not keep block hashes below last checkpoint
7 years ago
moneromooo-monero 5d65a75b69
move checkpoints in a separate library
7 years ago
moneromooo-monero 2ec928badb
wallet2: simplify tx processing a bit
7 years ago
moneromooo-monero 740e6533a5
wallet2: factor some of the tx scanning code
7 years ago
moneromooo-monero fee15ef1a9
wallet2: catch failure to parse address
7 years ago
moneromooo-monero ed4a33502d
wallet2: catch failure to save keys file
7 years ago
Riccardo Spagni ce37967dd2
Merge pull request #2386
7 years ago
Riccardo Spagni ec0e144e90
Merge pull request #2377
7 years ago
Riccardo Spagni c6306e75e7
Merge pull request #2257
7 years ago
stoffu b5cbdce8a6
wallet2: correctly handle in/out payments for view-only wallet
7 years ago
Riccardo Spagni a6403846ef
Merge pull request #2441
7 years ago
moneromooo-monero d5a9edf27a
wallet2: fix exception on split txes
7 years ago
moneromooo-monero 5c5b0fd048
wallet2: print unused indices on a single line
7 years ago
Howard Chu 510d0d4753
Use a threadpool
7 years ago
Matthew Campassi fee3c3ed1e Update wallet2.cpp for misspelling
7 years ago
moneromooo-monero 651baaec46
wallet: add encrypted seed functionality
7 years ago
moneromooo-monero a15e858302
wallet2: guard against daemon sending txes in the wrong order
7 years ago
Riccardo Spagni e19b68b005
Merge pull request #2362
7 years ago
Riccardo Spagni 2560948f69
Merge pull request #2342
7 years ago
Riccardo Spagni 10da3051c2
Merge pull request #2309
7 years ago
moneromooo-monero adce8ae466
simplewallet: new "fee" command to display fee information
7 years ago
moneromooo-monero f906d87e66
wallet: new option to check/confirm txpool backlog when sending
7 years ago
moneromooo-monero 2e338ca574
wallet2: account for huge testnet reorgs for estimating height
7 years ago
Jaquee d27fe32e4a wallet2: export/import wallet data functions
7 years ago
Jaquee 225a25f327 import_key_images - allow importing without being connected to daemon
7 years ago
Riccardo Spagni 9721b37bd5
Merge pull request #2258
7 years ago
Riccardo Spagni 085ef96768
Merge pull request #2252
7 years ago
Riccardo Spagni 6f60613ffb
Merge pull request #2240
7 years ago
Riccardo Spagni 4c24eb050b
Merge pull request #2238
7 years ago
Riccardo Spagni d64b9c1c9e
Merge pull request #2233
7 years ago
Riccardo Spagni 68ccc10b29
Merge pull request #2205
7 years ago
moneromooo-monero 61770ec2da
change mixin to ring size in user visible places
7 years ago
Riccardo Spagni 24dd5e87af
Merge pull request #2203
7 years ago
moneromooo-monero 74597bd15a
wallet2: improve refresh height determination
7 years ago
moneromooo-monero 9707998a08
wallet2: clear some missing containers in clear()
7 years ago
Jaquee 67ce4910bc wallet2: store testnet bool in keys file
7 years ago
moneromooo-monero 0c57df9770
wallet2: fix temporarily missing incoming tx when being mined
7 years ago
m2049r ad4649ac81 Enable verifying wallet password with having to load wallet.
7 years ago
moneromooo-monero fa23a5006d
wallet2: add a is_synced function
7 years ago
moneromooo-monero c97d1bd3d4
wallet: return unlock_time in get_transfers
7 years ago
Erik de Castro Lopo 35d68b2c6d Fix spelling errors
7 years ago
moneromooo-monero 3b599d2b7e
wallet2: get current height from the daemon on creation
7 years ago
moneromooo-monero d3bb72fff1
wallet2: fix infinite loop on future refresh height
7 years ago
moneromooo-monero 32754784db
wallet: fix refresh_from_height setting on new wallet
7 years ago
Robby Weinberg 71f8249a08 Prevent crash if performing certain actions before wallet is initialized
7 years ago
Riccardo Spagni ea286d1a14
Merge pull request #2058
7 years ago
schnerchi 6bcd3b2df1 fix get_upper_transaction rename
7 years ago
Riccardo Spagni cd13bcb4d2
Merge pull request #2036
7 years ago
Riccardo Spagni d621f9e558
Merge pull request #2022
7 years ago
Riccardo Spagni 024860b49d
Merge pull request #2020
7 years ago
moneromooo-monero a374a522df
wallet2: check key image validity domain in import_key_images
7 years ago
Nano Akron e2529347b6 Correct spelling of 'get_upper_transaction_size_limit'
7 years ago
Nano Akron 3029d0efb3 Remove the 1.25x multiplier in max transaction size in just the wallet
7 years ago
stoffu 6cb1ad1fa2
wallet fix: ensure iterator to be valid
7 years ago
moneromooo-monero 391c918d87
wallet2: fix sweep_unmixable assuming wrong minimum mixin at v5
7 years ago
moneromooo-monero 6df83b3efb
wallet: add sweep_below function
7 years ago
Riccardo Spagni 9a9fb0483f
Merge pull request #1996
7 years ago
Riccardo Spagni 999b0f399d
Merge pull request #1989
7 years ago
Riccardo Spagni ae1d816768
Merge pull request #1976
7 years ago
Riccardo Spagni 29a77c9b19
Merge pull request #1961
7 years ago
Riccardo Spagni 0a6da8929d
Merge pull request #1959
7 years ago
moneromooo-monero a6d5bb75fe
wallet2: refer to triangular distribution for recent zone in comment
7 years ago
moneromooo-monero ac1aba90f8
wallet2: bias fake outs more towards recent outputs
7 years ago
moneromooo-monero 7f4beaa44a
wallet2: fix removal of wrong txes from unconfirmed_payments
7 years ago
moneromooo-monero a7d78dda77
wallet2: fix --generate-from-json in RPC mode
7 years ago
Howard Chu 110b683152
Resolve #92 add ability to create wallets thru RPC
7 years ago
moneromooo-monero 89d707566a
wallet2: fix spurious output splitting when not merging destinations
7 years ago
moneromooo-monero 10e137be3a
wallet2: mention escaping/quoting --password in help string
7 years ago
moneromooo-monero 0ee018b407
wallet2: do not go over the target tx size if many destinations
7 years ago
moneromooo-monero a50c4a4fad
wallet: option to merge destinations
7 years ago
moneromooo-monero 0ad87db01f
wallet: try to save large outputs when using an unneeded second input
7 years ago
moneromooo-monero 558cfc31ca
core, wallet: faster tx pool scanning
7 years ago
Riccardo Spagni 7769a6e757
Merge pull request #1903
7 years ago
Riccardo Spagni 9d157b519d
Merge pull request #1899
7 years ago
moneromooo-monero 350e99ae57
wallet2: cache which pool txes were scanned already
7 years ago
moneromooo-monero 5b7c6ced80
wallet2: start using new fee priorities at v5, not 14 days laer
7 years ago
moneromooo-monero c1e9ccc794
wallet2: speed up transactions using remote nodes
7 years ago
moneromooo-monero 3fa5975520
wallet2: call is_key_image_spent in blocks in rescan_spent
7 years ago
moneromooo-monero 3396a9f2af
Add intervening v5 fork for increased min block size
7 years ago
Riccardo Spagni 5bcb25f3f8
Merge pull request #1846
7 years ago
moneromooo-monero 4b48565c9e
wallet: add password command
7 years ago
moneromooo-monero c7dd0b1535
Revert "wallet: fix insertion of pool transactions"
7 years ago
Jaquee 1cf2f5a5c2 use txid in wallet2::process_new_transaction()
7 years ago
Riccardo Spagni d35d626181
Merge pull request #1826
7 years ago
Riccardo Spagni 2f9ecd4fba
Merge pull request #1823
7 years ago
moneromooo-monero 2c468dd429
allow user I/O in millinero, micronero, nanonero, piconero
7 years ago
moneromooo-monero d47dac9a88
wallet: fix insertion of pool transactions
7 years ago
moneromooo-monero 7a44f38a7f
Add support for the wallet to refresh pruned blocks
7 years ago
moneromooo-monero b5c74e4041
wallet: invalidate node proxy cache when reconnecting
7 years ago
Riccardo Spagni 3435038a4d
add rpc timeouts to calls that might timeout
7 years ago
Jaquee e4dbea976e
wallet2: fix wrong status on daemon shutdown/startup
7 years ago
Riccardo Spagni c3599fa7b9
update copyright year, fix occasional lack of newline at line end
7 years ago
Riccardo Spagni d596722dfa
Merge pull request #1749
7 years ago
moneromooo-monero 5a3b1e983c
wallet2: fix failure to send (relatedness check in wrong case)
7 years ago
moneromooo-monero 83ec209f42
simplewallet: validate hex input size
7 years ago
Riccardo Spagni eacf2124b6 Merge pull request #1689
7 years ago
Riccardo Spagni 9296960081
Merge pull request #1686
7 years ago
kenshi84 8027ce0c75 extract some basic code from libcryptonote_core into libcryptonote_basic
7 years ago
moneromooo-monero bceaf4b788
wallet2: fix transactions not considering rct inputs
7 years ago
Lee Clagett ce7fcbb4ae Add server auth to monerod, and client auth to wallet-cli and wallet-rpc
7 years ago
Jaquee 031b060af0 wallet2::init() - disconnect before init if connected
8 years ago
Riccardo Spagni 31cf4e7362
Merge pull request #1640
8 years ago
kenshi84 f97526e641 simplewallet: option to always ask password for any crytical operations
8 years ago
Riccardo Spagni 58c87786ae
Merge pull request #1652
8 years ago
Riccardo Spagni 011c5a8a7c
Merge pull request #1647
8 years ago
Riccardo Spagni 5bb95fc613
Merge pull request #1634
8 years ago
Riccardo Spagni 5fb3f97a55
Merge pull request #1629
8 years ago
NanoAkron fba9332de8
Changed console output for transaction from L0 to L1
8 years ago
moneromooo-monero 2bf029be17
wallet2: fix corner case failing to send a second output
8 years ago
Timothy D. Prime 99f584376e Fix invalid + of std::string and int
8 years ago
Lee Clagett c02e1cb943 Updates to epee HTTP client code
8 years ago
Miguel Herranz 629e3101ab Replace BOOST_FOREACH with C++11 ranged for
8 years ago
moneromooo-monero 20f7152769
wallet2: fix sending a rct tx with a single output available
8 years ago
moneromooo-monero 693c190881
wallet: add a node RPC cache layer for simple RPC calls
8 years ago
moneromooo-monero d86ae2bec6
wallet2: reuse fake outs when adjusting fee on transfer
8 years ago
Riccardo Spagni ab69d5b367
Merge pull request #1569
8 years ago
kenshi84 16b8b66adc specify restore height by YYYY-MM-DD format
8 years ago
moneromooo-monero 5833d66f65
Change logging to easylogging++
8 years ago
Riccardo Spagni ec323d8c3f
Merge pull request #1561
8 years ago
Riccardo Spagni 9cda94d0aa
Merge pull request #1574
8 years ago
Riccardo Spagni f00797a1f2
Merge pull request #1573
8 years ago
Chris Vickio 0aefb2f60a remove std::move from return statements (pessimizing-move warning)
8 years ago
Chris Vickio 629d5b7689 change counter from bool to int (deprecated-increment-bool warning)
8 years ago
moneromooo-monero d276a16526
wallet2: use at least two rct inputs if possible
8 years ago
Jaquee dea53962a3
fix timeout in check_connection
8 years ago
moneromooo-monero c9f13c5e54
wallet2: fix tx reroll not updating fee is going up a kB step
8 years ago
Riccardo Spagni 2806842200
Merge pull request #1562
8 years ago
Riccardo Spagni 2a2f02e375
Merge pull request #1559
8 years ago
Riccardo Spagni faa33fc326
Merge pull request #1541
8 years ago
Riccardo Spagni e51afeb90f
Merge pull request #1540
8 years ago
Jaquee a081b39c01
Move key image export/import functions to wallet2
8 years ago
Jaquee db56a03ff2
Wallet2 + API: Callbacks for unconfirmed transfers
8 years ago
Jaquee dbb838f4d0
GUI cold signing
8 years ago
kenshi84 f1dde1a429 wallet cli: print originating block heights of mixin keys when making transfer
8 years ago
Riccardo Spagni ba9744d400
Merge pull request #1515
8 years ago
Riccardo Spagni 13c5da2aa3
Merge pull request #1508
8 years ago
Riccardo Spagni 0ce4618bea
Merge pull request #1504
8 years ago
Riccardo Spagni 06de09daf4
Merge pull request #1501
8 years ago
Riccardo Spagni 03497f0268
Merge pull request #1497
8 years ago
Jaquee 79b4e1f997
Cold signing: make sure short payment id isnt encrypted twice
8 years ago
kenshi84 f390a0e2dc portable serializer: make signerd/unsigned tx portable, ignore archive version checking
8 years ago
Jaquee 4585ada453
Wallet2: faster exit while refreshing
8 years ago
moneromooo-monero cebae0c510
wallet2: check the node returned the real output when requested
8 years ago
kenshi84 5f4ac6b909 wallet2 bugfix: store watch_only flag properly with rewrite()
8 years ago
moneromooo-monero 505116771e
wallet2: fix large reorgs failing
8 years ago
kenshi84 99580adf66 make openalias also available for solo miner; introduce namespace tools::dns_utils; support integrated address with dns lookup
8 years ago
Riccardo Spagni 9777de1890
Merge pull request #1474
8 years ago
Riccardo Spagni 6847999fb8
Merge pull request #1472
8 years ago
kenshi84 2ac8007544 also use portable serializer for boost_serialization_helper.h and net_node.inl, completely adandon boost/archive/binary_oarchive.hpp
8 years ago
Lee Clagett 2bddb8ebee Refactored password prompting for wallets
8 years ago
Jaquee fc40b3e732
Lower connection timeout in check_connection()
8 years ago
kenshi84 66e6af89ce added experimental boost::archive::portable_binary_{i|o}archive
8 years ago
anonimal 4bb0bff233
AddressBook: use unsigned type for row ID's
8 years ago
Jaquee 3b4539ee7e
addressbook updates
8 years ago
Riccardo Spagni aa7a926681
Merge pull request #1434
8 years ago
Jaquee 5df92877c7 GUI address book
8 years ago
moneromooo-monero c5c45ca660
wallet: bring forward use of the dynamic fee
8 years ago
Riccardo Spagni 2d0fbaf35b
Merge pull request #1422
8 years ago
Riccardo Spagni 930aceb242
Merge pull request #1419
8 years ago
moneromooo-monero 9b00d80f85
wallet2: pass by const ref where possible
8 years ago
moneromooo-monero f4a3ce15c1
Fix sending outputs from a tx with more than one pubkey
8 years ago
Riccardo Spagni 8e1a8c6adc
Merge pull request #1415
8 years ago
moneromooo-monero 6c44f5c6eb
wallet: send 0 change to a random address where necessary with rct
8 years ago
Jaquee d1a75754df
Remove infinite loop in refresh code
8 years ago
Riccardo Spagni b500a64524
Merge pull request #1399
8 years ago
Riccardo Spagni f2ea2afb77
Merge pull request #1398
8 years ago
Riccardo Spagni 977dd9b76c
Merge pull request #1385
8 years ago
Riccardo Spagni 3d533d1037
Merge pull request #1380
8 years ago
moneromooo-monero 73ac3b8e26
wallet2: avoid possible undefined behavior on empty string
8 years ago
Pierre Boyer f4772bae81 Fix a few minor typos
8 years ago
moneromooo-monero 82ba2108e9
wallet: add API and RPC to create/parse monero: URIs
8 years ago
moneromooo-monero 657a70e004
wallet: add a getter for the filename path
8 years ago
moneromooo-monero d6086f5b4e
Improve daemon RPC version handling
8 years ago
Riccardo Spagni 2497a2d547
Merge pull request #1369
8 years ago
Riccardo Spagni 3fa1b6623a
Merge pull request #1361
8 years ago
Riccardo Spagni a26b27f66e
Merge pull request #1358
8 years ago
Riccardo Spagni 570acdc686
Merge pull request #1352
8 years ago
Riccardo Spagni 2121f3b2f0
Merge pull request #1351
8 years ago
moneromooo-monero 92dea04929
wallet2: fix wrong change being recorded for cold signed txes
8 years ago
moneromooo-monero 2c0173c722
Add a get_outs (fully text based) version of get_outs.bin
8 years ago
moneromooo-monero 7abfc5474c
wallet: fix exporting outputs and key images with txes with two pubkeys
8 years ago
Dion Ahmetaj fd181b03bb Clamp refresh from height to blockchain height.
8 years ago
moneromooo-monero d01f5c7f1f
wallet2: fix illegal memory access removing newlines from password
8 years ago
moneromooo-monero e6264a2c35
wallet2: fix decrypting a bit too much in authenticated mode
8 years ago
Riccardo Spagni 5df6f0be80
Merge pull request #1318
8 years ago
moneromooo-monero a0131c8be3
wallet: auto sync outputs and key images in cold signing files
8 years ago
moneromooo-monero f8066116dd
wallet2: fill key image and pubkey maps when importing outputs
8 years ago
moneromooo-monero 5fe363cd22
wallet: cast indices to string in logs to be nice to CLANG
8 years ago
moneromooo-monero 11ae1873f8
wallet2: try all tx keys when scanning a new transaction
8 years ago
moneromooo-monero 072d646a45
wallet2: fill in key image map when importing key images
8 years ago
Jacob Brydolf 4fca34ddb4
Wallet2: calculate approximate blockchain height on offline creation
8 years ago
Riccardo Spagni 6a2bb62827
Merge pull request #1316
8 years ago
Lee Clagett 358e068e87 Created monero-wallet-rpc, moving functionality from monero-wallet-cli
8 years ago
moneromooo-monero 63772e4048
wallet: fix corner case of no recent outputs available
8 years ago
Riccardo Spagni 144a7f090a
Merge pull request #1305
8 years ago
Riccardo Spagni 18fdd8116e
Merge pull request #1306
8 years ago
Riccardo Spagni 4c44d896d3
Merge pull request #1285
8 years ago
Riccardo Spagni 0fa6cbef3f
Merge pull request #1276
8 years ago
moneromooo-monero 8aba0d4b4c
wallet: encrypt outputs and key images files with the view key
8 years ago
moneromooo-monero c80f4d416d
wallet: fix output collision detection for view wallets
8 years ago
moneromooo-monero b5d6faada3
wallet: fix bad amounts/fees again
8 years ago
luigi1111 a970a4e3cf
refresh speedup
8 years ago
Riccardo Spagni 6f85b20d92
Merge pull request #1283
8 years ago
Riccardo Spagni d53bc2eddf
Merge pull request #1281
8 years ago
Lee Clagett 4869db702a adding static_assert to pod functions in string tools
8 years ago
moneromooo-monero 18f66f44ef
wallet: use the dynamic per kB fee
8 years ago
moneromooo-monero bb560dd814
wallet: new import_outputs/export_outputs commands
8 years ago
moneromooo-monero 7e6d3cf441
wallet: set incoming outputs' key image to 0 on view wallets
8 years ago
moneromooo-monero 1f9e6a46d8
wallet: print tx overview on submit_transfer too
8 years ago
moneromooo-monero 069d688cf7
simplewallet: log transactions to submit in submit_transfer
8 years ago
moneromooo-monero 31abac4daf
wallet: fix pre-rct cold wallet signing not splitting change
8 years ago
Riccardo Spagni 4e98d2958c
Merge pull request #1246
8 years ago
Riccardo Spagni 09f62ed33e
Merge pull request #1225
8 years ago
Riccardo Spagni f800390ccc
Merge pull request #1224
8 years ago
Riccardo Spagni 7c5431624e
Merge pull request #1223
8 years ago
Riccardo Spagni 9feb358e46
Merge pull request #1220
8 years ago
moneromooo-monero 372f338682
wallet: sanity check on selected transfer indices in signed ptx
8 years ago
NanoAkron 04da979f46
Always confirm transfers defaults to ON/YES
8 years ago
moneromooo-monero 8231997b66
simplewallet: fix sweep_all misreporting sweeped amount for rct outputs
8 years ago
moneromooo-monero 985f61a4ec
wallet: force 0 mixin transactions to use pre-rct txes
8 years ago
moneromooo-monero 88faec75fe
wallet: select part of the fake outs from recent outputs
8 years ago
moneromooo-monero 0950be9e34
wallet: speed up output selection, and fix bug with relatedness calculation
8 years ago
moneromooo-monero 0eba1335be
wallet: fix mixup between mixin 2 and 4 before/after v5
8 years ago
moneromooo-monero e76dcdd810
wallet: improve error messages when not enough money for transfer
8 years ago
Riccardo Spagni 0589209eb4 Merge pull request #1191
8 years ago
moneromooo-monero 9f31e2d8c0
wallet: do not announce pool txes as money spent/received (yet)
8 years ago
moneromooo-monero 4e6d70808d
wallet: better implementation of sweep_unmixable
8 years ago
Riccardo Spagni 2723cd12e1
Merge pull request #1173
8 years ago
Riccardo Spagni bfdac4b5ff
Merge pull request #1160
8 years ago
Riccardo Spagni 60e527f1c2
Merge pull request #1125
8 years ago
Riccardo Spagni 2ef81914b5
Merge pull request #1140
8 years ago
Jacob Brydolf 65ea8364f8 wallet2_api: added Wallet::daemonBlockChainTargetHeight()
8 years ago
moneromooo-monero 80b4da3330
wallet: wallet option to confirm transfers with no payment id
8 years ago
Ilya Kitaev 2dacb193d0 wallet2: wallet2::get_daemon_blockchain_height() clean error message on
8 years ago
moneromooo-monero bba6af9064
wallet: cold wallet transaction signing
8 years ago
moneromooo-monero 9872dcbbe3
wallet: fix log confusion between bytes and kilobytes
8 years ago
Ilya Kitaev cda4cb969a formatting: 2-spaces indentation
8 years ago
Ilya Kitaev 545a48f098 formatting: 2-spaces indentation
8 years ago
Ilya Kitaev 7b4a85b309 wallet2_api: added Wallet::daemonBlockChainHeight()
8 years ago
moneromooo-monero 7b09e9ff77
wallet: update min mixin for sweep_unmixable on v4
8 years ago