| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
853171b build: prepare v0.18.1.2 (selsta)
|
| |/ |
|
| |\
| |
| |
| | |
802c4bb Move update_checkpoints() to a later stage (SChernykh)
|
| | |
| |
| |
| | |
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.
|
| |\ \
| | |
| | |
| | | |
5ffa31c wallet2: fail to establish daemon cxn == 'Disconnected' cxn status (j-berman)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
1cd21bf add an option to force-update multisig key exchange under some circumstances (koe)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | | |
7d358cd repo: remove ldns leftovers (selsta)
09402d0 depends: remove unused Qt package (selsta)
|
| | | | |
|
| | |/ |
|
| |\ \
| |/
|/|
| | |
6adf03c Second thread pool for IO (SChernykh)
|
| |/ |
|
| |\
| |
| |
| |
| |
| |
| | |
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)
|
| | |\
| | |
| | | |
multisig: fix segfault restoring encrypted multisig seed
|
| | |/ |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
- 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.
|
| |\ \
| | |
| | |
| | | |
864a78e wallet2: check wallet compatibility with daemon's hard fork version (j-berman)
|
| |/ / |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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)
|
| | | |
| | |
| | |
| | | |
reported by j-berman
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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)
|
| | | |
| | |
| | |
| | |
| | | |
this will make it easier huge wallets to do so without hitting
random limits (eg, max string size in node).
|
| | | |
| | |
| | |
| | |
| | |
| | | |
- only allow offline wallets to import outputs
- don't import empty outputs
- export subaddress indexes when exporting outputs
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
625147e Fix missing semi-colon in error message (j-berman)
|
| | |/ /
| | |
| | |
| | | |
Co-authored-by: woodser <woodser@protonmail.com>
|
| |\ \ \
| | | |
| | | |
| | | | |
93db74a rpc: skip bootstrap nodes that are lower than last checkpoint (selsta)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
3679925 Windows: fix unicode file path support (tobtoht)
|
| | |/ / |
|
| |\ \ \
| |/ /
|/| |
| | | |
09ee781 build: prepare v0.18.1.1 (selsta)
|
| |/ / |
|
| |\ \
| |/
|/|
| | |
876c08d Bump Gitian build instructions to v0.18.1.0 [Release Branch] (Seth For Privacy)
|
| |/ |
|
| |\
| |
| |
| | |
1287074 randomx: update submodule (selsta)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
fac7c43 continue pool pruning even if a tx can't be found (j-berman)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
265d6ca device: set ledger min app version (selsta)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
309f6ba build: prepare v0.18.1.0 (selsta)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
099fc1f Fixed get_block_template_backlog performance (SChernykh)
|
| | |/
| |
| |
| |
| |
| | |
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).
|
| |\ \
| | |
| | |
| | | |
6075be9 feat(trezor): add HF15 support, BP+ (Dusan Klinec)
|
| | |/
| |
| |
| |
| | |
- BP+ support added for Trezor
- old Trezor firmware version support removed, code cleanup
|