| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
The gamma picker and the caller code did not quite agree on the
number of rct outputs available for use - by one block - which
caused an infinite loop if the picker could never pick outputs
from that block but already had picked all other outputs from
previous blocks.
Also change the range to select from using code from UkoeHB.
|
| |
|
|
|
|
|
|
|
| |
- Straight-forward call interface: `void rx_slow_hash(const char *seedhash, const void *data, size_t length, char *result_hash)`
- Consensus chain seed hash is now updated by calling `rx_set_main_seedhash` whenever a block is added/removed or a reorg happens
- `rx_slow_hash` will compute correct hash no matter if `rx_set_main_seedhash` was called or not (the only difference is performance)
- New environment variable `MONERO_RANDOMX_FULL_MEM` to force use the full dataset for PoW verification (faster block verification)
- When dataset is used for PoW verification, dataset updates don't stall other threads (verification is done in light mode then)
- When mining is running, PoW checks now also use dataset for faster verification
|
| |\
| |
| |
| | |
85c9fe5 wallet2: fix create view-only wallet from existing wallet (j-berman)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
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)
|
| | |/ |
|
| |/ |
|
| |\
| |
| |
| |
| |
| |
| | |
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)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
- 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.
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | | |
|
| | | | |
|
| | |/ |
|
| |/
|
|
| |
Co-authored-by: woodser <woodser@protonmail.com>
|
| |\
| |
| |
| | |
db8181a wallet2: force using output distribution for ringct outs (tobtoht)
|
| | |
| |
| |
| | |
Co-authored-by: j-berman <justinberman@protonmail.com>
|
| |\ \
| | |
| | |
| | | |
edcc094 derive multisig tx secret keys from an entropy source plus the tx inputs' key images (koe)
|
| | | |
| | |
| | |
| | | |
key images
|
| |\ \ \
| |/ /
|/| |
| | | |
5770265 wallet2: keep around transaction prefix for confirmed transfers (tobtoht)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
bd1e7c5 wallet2: prevent crash when reading tx w/fewer outputs than expected (j-berman)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
c7b2944 multisig: fix critical vulnerabilities in signing (anon)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
09a597b wallet2: don't use DNS to obtain segregation heights (tobtoht)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
50ccc7e wallet2: remove obsolete rpc version check (tobtoht)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
4278a3a cryptonote_basic: catch crypto api errors (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
04c0da2 Chunk /gettransactions to avoid hitting restricted RPC limit (tobtoht)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
16f8e04 Remove erraneous commas (Luke Parker)
da0715e Improve consistency between on_money_received and on_money_received_unconfirmed (Luke Parker)
|
| | | | | |
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
unconfirmed solely uses a - b, and received now accepts b so it can
provide more detailed logs on what occurred (printing a - b, yet with a
and b).
|
| |\ \ \
| |/ /
|/| |
| | | |
de2f0d0 wallet_api: add scanTransactions function (selsta)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
fde7c96 wallet2: fix spurious reorg detection with untrusted nodes (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When forced to deal with an untrusted node, a wallet will quantize
its current height to disguise the real height to the adversary, to
try and minimize the daemon's ability to distinguish returning
wallets.
Daemons will thus return more blocks than the wallet needs, starting
from earlier in the chain. These extra blocks will be disregarded
by the wallet, which had already scanned them.
However, for the purposes of reorg size detection, the wallet assumes
all blocks the daemon sends are different, which is only correct if
the wallet hasn't been coy, which is only the case for trusted
daemons (which you should use). This causes an issue when the size
of this "fake reorg" is above the sanity check threshold at which
the wallet refuses a reorg.
To fix this, the reorg size check is moved later on, when the reorg
is about to actually happen, after the wallet has checked which
blocks are actually different from the ones it expects.
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | | |
2979474 disable multisig by default (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
There are vulnerabilities in multisig protocol if the parties do not
trust each other, and while there is a patch for it, it has not been
throroughly reviewed yet, so it is felt safer to disable multisig by
default for now.
If all parties in a multisig setup trust each other, then it is safe
to enable multisig.
|
| |\ \ \
| | | |
| | | |
| | | | |
f63f7dc wallet2: fix a couple unused variable warnings (selsta)
|