Commit Graph

1295 Commits (56dea1b58499cb34a1799d09136ea489151481cc)

Author SHA1 Message Date
moneromooo-monero 9e96873f87
wallet2: don't ask for pruned txes yet, we still parse the entire tx
6 years ago
Riccardo Spagni 9bde29cb23
Merge pull request #3833
6 years ago
Riccardo Spagni 252e834800
Merge pull request #3796
6 years ago
stoffu aabe3eedb8
Fix output shuffling for multisig
6 years ago
stoffu fac173d831
Wallet API: allow log path to be non-default & console output to be configurable
6 years ago
moneromooo-monero cc9dd7a64a
wallet2: consider 6 outputs or less to be unmixable from v7
6 years ago
Riccardo Spagni a48658017b
Merge pull request #3686
6 years ago
Riccardo Spagni 8636599654
Merge pull request #3684
6 years ago
Riccardo Spagni fde2a31964
Merge pull request #3665
6 years ago
Mikhail Mitkevichl 9670c917d1 import_multisig_info: fix sanity check crash in detach_blockchain
6 years ago
moneromooo-monero df9d59caff
wallet2: add missing parameters to get_output_histogram
6 years ago
stoffu e561a0c329
WalletManagerImpl: reuse existing connection to daemon instead of reconnectivng every time
6 years ago
moneromooo-monero 7d0505c85d
wallet2: increase rpc timeout for get_output_distribution
6 years ago
moneromooo-monero 96370488c0
add top height to get_output_distribution, and cache it for rct
6 years ago
Riccardo Spagni 4a9794e033
Merge pull request #3550
6 years ago
Riccardo Spagni a9e2993258
Merge pull request #3607
6 years ago
Riccardo Spagni a4feeb4238
Merge pull request #3574
6 years ago
Riccardo Spagni e89f33634d
Merge pull request #3556
6 years ago
Riccardo Spagni dd527d9369
Merge pull request #3535
6 years ago
Riccardo Spagni 51a4cc0fad
Merge pull request #3515
6 years ago
stoffu 5eeeec39f6
wallet2: store subaddress lookahead settings
6 years ago
cslashm 8daba22f92 Use 'boost' mutex instead of 'std' mutex
6 years ago
cslashm d481410bff Fix sub-address tx scan.
6 years ago
moneromooo-monero 58f6607382
wallet2: request transactions in slices when scanning for known rings
6 years ago
moneromooo-monero 2897c269de
rpc: allow getting pruned blocks from gettransactions
6 years ago
moneromooo-monero cdf9ecfd0f
wallet2: fix misc issues when the ringdb can't be initialized
6 years ago
moneromooo-monero d400b4d360
wallet2: move segregation height to v7
6 years ago
moneromooo-monero 4c6ff21cc6
wallet: warn if not using the default ring size
6 years ago
Riccardo Spagni 9fce7614c1
Merge pull request #3503
6 years ago
sleepy pocket monster 892500549a wallet: fix default mixin (4 -> 6)
6 years ago
cslashm 0f3ff8ce2c Add the possibility to export private view key for fast scan.
6 years ago
moneromooo-monero 8ff2cc751d
fix lambda compile error on openbsd
6 years ago
Riccardo Spagni 4396ff8501
Merge pull request #3474
6 years ago
Riccardo Spagni 8ce0cfc73a
Merge pull request #3469
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 5cd36e48bf
Merge pull request #3421
6 years ago
moneromooo-monero 9732a37e9a
wallet_rpc_server: add sweep_unmixable as alias for sweep_dust
6 years ago
stoffu b86f1e5dad Add command line option allowing to restrict the default sub-address lookahead in order to avoid
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 798535149d
wallet2_api: add key reuse mitigations API
6 years ago
moneromooo-monero b057a21d56
wallet2_api: add ring api
6 years ago
moneromooo-monero d32ef7b0f2
ringdb: factor ring addition code
6 years ago
moneromooo-monero a7da8208f5
wallet2_api: add blackball api
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
stoffu a7266d6d7b
wallet2+cli+rpc: eliminate redundant m_http_client from cli/rpc and delegate calls to wallet2
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
Riccardo Spagni 7a44301675
Merge pull request #3385
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 0f2d6d40b4
Merge pull request #3360
6 years ago
Riccardo Spagni 117cf12509
Merge pull request #3355
6 years ago
Riccardo Spagni 33158f089d
Merge pull request #3354
6 years ago
Riccardo Spagni 2dfb4f098e
Merge pull request #3353
6 years ago
Riccardo Spagni cfc5a3d4d4
Merge pull request #3345
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
moneromooo-monero ec41006cad
node_rpc_proxy: fix target height caching
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
Riccardo Spagni e9f41e405f
Merge pull request #3368
6 years ago
Riccardo Spagni 3a12f2588a
Merge pull request #3365
6 years ago
Riccardo Spagni 60c8544e77
Merge pull request #3347
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
stoffu 55a65f3269
Wallet API: corrected testnet/mainnet ordering
6 years ago
stoffu 1ff35fda7c
Wallet API: make nettype non-defaulted to disambiguate from deprecated versions (and make libwallet_api_tests compilable)
6 years ago
stoffu 0bbd521fa2
libwallet_merged: added missing libdevice
6 years ago
cryptochangements34 ffe70b8f61
Make mixin optional with default for rpc transfer
6 years ago
Riccardo Spagni 237f0179b7
Merge pull request #3313
6 years ago
Riccardo Spagni baf640887d
Merge pull request #3343
6 years ago
Riccardo Spagni 5b25cbb5a7
Merge pull request #3314
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
cryptochangements34 3d452367b0 allow using ring size instead of mixin for rpc transfer
6 years ago
stoffu 0e7ad2e2c9
Wallet API: generalize 'bool testnet' to 'NetworkType nettype'
6 years ago
stoffu 9a6be3da25
wallet_manager: fixed typo deviuce/device.hpp
6 years ago