summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* build: prepare v0.18.1.2selsta2022-09-264-2/+3
|
* Merge pull request #8588luigi11112022-09-262-4/+8
|\ | | | | | | 802c4bb Move update_checkpoints() to a later stage (SChernykh)
| * Move update_checkpoints() to a later stageSChernykh2022-09-222-4/+8
| | | | | | | | update_checkpoints() makes a few DNS requests and can take up to 20-30 seconds to complete (3-6 seconds on average). It is currently called from core::handle_incoming_block() which holds m_incoming_tx_lock, so it blocks all incoming transactions and blocks processing while update_checkpoints() is running. This PR moves it to until after a new block has been processed and relayed, to avoid full monerod locking.
* | Merge pull request #8585luigi11112022-09-263-4/+5
|\ \ | | | | | | | | | 5ffa31c wallet2: fail to establish daemon cxn == 'Disconnected' cxn status (j-berman)
| * | wallet2: fail to establish daemon cxn == "Disconnected" cxn statusj-berman2022-09-213-4/+5
| |/
* | Merge pull request #8582luigi11112022-09-2613-90/+178
|\ \ | | | | | | | | | 1cd21bf add an option to force-update multisig key exchange under some circumstances (koe)
| * | add an option to force-update multisig key exchange under some circumstanceskoe2022-09-2113-90/+178
| |/
* / Second thread pool for IOSChernykh2022-09-207-12/+16
|/
* Merge pull request #8545v0.18.1.1luigi11112022-09-157-27/+55
|\ | | | | | | | | | | | | 12e7c41 Merge pull request #5 from j-berman/restore-msig-encrypted-seed (Justin Berman) 848a0c0 Fix segfault restoring encrypted multisig seed (j-berman) 401f5d9 Require user ack multisig is experimental to restore (j-berman) fc8a5d6 multisig: fix #8537 seed restore (suggestions by @UkoeHB) (j-berman)
| * Fix segfault restoring encrypted multisig seedj-berman2022-09-062-17/+17
| |
| * Require user ack multisig is experimental to restorej-berman2022-09-061-0/+13
| |
| * multisig: fix #8537 seed restore (suggestions by @UkoeHB)j-berman2022-09-015-10/+25
| | | | | | | | | | | | | | | | - spend secret key is no longer the sum of multisig key shares; no need to check that is the case upon restore. - restoring a multisig wallet from multisig info means that the wallet must have already completed all setup rounds. Upon restore, set the number of rounds completed accordingly.
* | wallet2: check wallet compatibility with daemon's hard fork versionj-berman2022-09-1212-26/+246
| |
* | Merge pull request #8555luigi11112022-09-099-61/+345
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | e29b2e9 wallet2: ensure imported outputs subaddresses are created (moneromooo-monero) 1d3657a wallet2: better test on whether to allow output import (moneromooo-monero) 0cbf557 allow exporting outputs in chunks (moneromooo-monero) b03d709 wallet2: fixes for export/import output flow (j-berman) 4b7eb57 wallet2: do not assume imported outputs must be non empty (moneromooo-monero) 5b98beb wallet2: prevent importing outputs in a hot wallet (moneromooo-monero) 0de1571 wallet2: fix missing subaddress indices in 'light' exported outputs (moneromooo-monero)
| * | wallet2: ensure imported outputs subaddresses are createdmoneromooo-monero2022-09-071-0/+4
| | | | | | | | | | | | reported by j-berman
| * | wallet2: better test on whether to allow output importmoneromooo-monero2022-09-072-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | Being offline is not a good enough heuristic, so we keep track of whether the wallet ever refreshed from a daemon, which is a lot better, and probably the best we can do without manual user designation (which would break existing cold wallet setups till the user designates those wallets)
| * | allow exporting outputs in chunksmoneromooo-monero2022-09-079-56/+303
| | | | | | | | | | | | | | | this will make it easier huge wallets to do so without hitting random limits (eg, max string size in node).
| * | wallet2: fixes for export/import output flowj-berman2022-09-062-2/+8
| | | | | | | | | | | | | | | | | | - only allow offline wallets to import outputs - don't import empty outputs - export subaddress indexes when exporting outputs
| * | wallet2: do not assume imported outputs must be non emptymoneromooo-monero2022-09-061-2/+2
| | |
| * | wallet2: prevent importing outputs in a hot walletmoneromooo-monero2022-09-061-0/+2
| | |
| * | wallet2: fix missing subaddress indices in "light" exported outputsmoneromooo-monero2022-09-062-2/+8
| |/
* | Merge pull request #8553luigi11112022-09-091-1/+1
|\ \ | | | | | | | | | 625147e Fix missing semi-colon in error message (j-berman)
| * | Fix missing semi-colon in error messagej-berman2022-09-061-1/+1
| |/ | | | | | | Co-authored-by: woodser <woodser@protonmail.com>
* | Merge pull request #8552luigi11112022-09-094-0/+24
|\ \ | | | | | | | | | 93db74a rpc: skip bootstrap nodes that are lower than last checkpoint (selsta)
| * | rpc: skip bootstrap nodes that are lower than last checkpointselsta2022-09-064-0/+24
| |/
* / build: prepare v0.18.1.1selsta2022-09-064-2/+3
|/
* Merge pull request #8467luigi11112022-08-092-5/+31
|\ | | | | | | fac7c43 continue pool pruning even if a tx can't be found (j-berman)
| * continue pool pruning even if a tx can't be foundj-berman2022-07-262-5/+31
| |
* | Merge pull request #8463luigi11112022-08-091-1/+1
|\ \ | | | | | | | | | 265d6ca device: set ledger min app version (selsta)
| * | device: set ledger min app versionselsta2022-07-261-1/+1
| |/
* | Merge pull request #8470luigi11112022-08-094-2/+3
|\ \ | | | | | | | | | 309f6ba build: prepare v0.18.1.0 (selsta)
| * | build: prepare v0.18.1.0selsta2022-07-284-2/+3
| |/
* | Merge pull request #8455luigi11112022-08-082-17/+56
|\ \ | | | | | | | | | 099fc1f Fixed get_block_template_backlog performance (SChernykh)
| * | Fixed get_block_template_backlog performanceSChernykh2022-07-222-17/+56
| |/ | | | | | | | | | | Before the fix, it processed all transactions in the mempool which could be very slow when mempool grows to several MBs in size. I observed `get_block_template_backlog` taking up to 15 seconds of CPU time under high mempool load. After the fix, only transactions that can potentially be mined in the next block will be processed (a bit more than the current block median weight).
* | Merge pull request #8483luigi11112022-08-073-162/+134
|\ \ | | | | | | | | | 6075be9 feat(trezor): add HF15 support, BP+ (Dusan Klinec)
| * | feat(trezor): add HF15 support, BP+Dusan Klinec2022-08-053-162/+134
| |/ | | | | | | | | - BP+ support added for Trezor - old Trezor firmware version support removed, code cleanup
* | Merge pull request #8466luigi11112022-08-078-12/+94
|\ \ | | | | | | | | | 2b83d00 ledger support for hf 15 (BP+, view tags) (j-berman)
| * | ledger support for hf 15 (BP+, view tags)j-berman2022-08-068-12/+94
| |/
* | Merge pull request #8454luigi11112022-08-072-47/+55
|\ \ | | | | | | | | | c0f3c5b Fix use of rtxn without a mdb_txn_safe wrapper (Howard Chu)
| * | Fix use of rtxn without a mdb_txn_safe wrapperHoward Chu2022-07-222-47/+55
| |/
* / Publish submitted txs via zmqj-berman2022-07-214-5/+67
|/
* Merge pull request #8425luigi11112022-07-154-3/+4
|\ | | | | | | fe5d1be build: prepare v0.18.0.0 (selsta)
| * build: prepare v0.18.0.0selsta2022-07-134-3/+4
| |
* | Merge pull request #8414luigi11112022-07-151-2/+4
|\ \ | | | | | | | | | 2ba391f hardforks: set mainnet and stagenet v15/16 fork height (selsta)
| * | hardforks: set mainnet and stagenet v15/16 fork heightselsta2022-07-011-2/+4
| | |
* | | Merge pull request #8433luigi11112022-07-141-9/+14
|\ \ \ | | | | | | | | | | | | db8181a wallet2: force using output distribution for ringct outs (tobtoht)
| * | | wallet2: force using output distribution for ringct outstobtoht2022-06-251-9/+14
| |/ / | | | | | | | | | Co-authored-by: j-berman <justinberman@protonmail.com>
* | | Merge pull request #8432luigi11112022-07-145-13/+144
|\ \ \ | | | | | | | | | | | | edcc094 derive multisig tx secret keys from an entropy source plus the tx inputs' key images (koe)
| * | | derive multisig tx secret keys from an entropy source plus the tx inputs' ↵koe2022-07-135-13/+144
| | | | | | | | | | | | | | | | key images
* | | | Merge pull request #7986luigi11112022-07-141-2/+5
|\ \ \ \ | |/ / / |/| | | | | | | 5770265 wallet2: keep around transaction prefix for confirmed transfers (tobtoht)