Commit Graph

732 Commits (81e39263043c34de5806e955b6c8ffbac7cac819)

Author SHA1 Message Date
moneromooo-monero 81e3926304
disable file size sanity check when loading the wallet cache
6 years ago
moneromooo-monero 9e96873f87
wallet2: don't ask for pruned txes yet, we still parse the entire tx
6 years ago
stoffu aabe3eedb8
Fix output shuffling for multisig
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
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
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
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
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 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
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