| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \
| | |
| | |
| | | |
6075be9 feat(trezor): add HF15 support, BP+ (Dusan Klinec)
|
| | |/
| |
| |
| |
| | |
- BP+ support added for Trezor
- old Trezor firmware version support removed, code cleanup
|
| |\ \
| | |
| | |
| | | |
2b83d00 ledger support for hf 15 (BP+, view tags) (j-berman)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
c0f3c5b Fix use of rtxn without a mdb_txn_safe wrapper (Howard Chu)
|
| | |/ |
|
| |/ |
|
| |\
| |
| |
| | |
fe5d1be build: prepare v0.18.0.0 (selsta)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
2ba391f hardforks: set mainnet and stagenet v15/16 fork height (selsta)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
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)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
41b1a6b simplewallet: print usage when given no args (hinto.janaiyo)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
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).
|
| |\ \ \
| | | |
| | | |
| | | | |
8460fcc Revert 'Merge pull request #7937' (j-berman)
|
| | |/ /
| | |
| | |
| | |
| | | |
This reverts commit 50410d1f7d04bf60053f2263410c39e81d3ddad1, reversing
changes made to d054def63f9b8950fe20b2d8e841f5a9ae09418f.
|
| |\ \ \
| | | |
| | | |
| | | | |
de2f0d0 wallet_api: add scanTransactions function (selsta)
|
| | | | | |
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
ade464a ITS#9385 fix using MDB_NOSUBDIR with nonexistent file (Kris Zyp)
033a32a Remove check is_directory check on lmdb path (Howard Chu)
b096e16 Revert 'db_lmdb: test for mmap support at init time' (Howard Chu)
493577a Silence spurious fallthru warning (Howard Chu)
b46a60e Fix rawpart flag collision (Howard Chu)
4e7586c More RAWPART support (Howard Chu)
747f5d3 Preliminary raw partition support (Howard Chu)
|
| | | | |
| | | |
| | | |
| | | | |
The check interferes with raw device/partition support.
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
This reverts commit bd96536637724413173271e8d5df1777f7879c29.
The check interferes with raw device/partition support.
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
08080df unit_tests: add more sha256sum test cases (Jeffrey Ryan)
a66a52d common: update sha256sum to use OpenSSL 3.0 API (Jeffrey Ryan)
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
As of OpenSSL 3.0, `SHA256_Init`, `SHA256_Update`, and `SHA256_Final`
are deprectaed in favor of the higher-level `EVP_*` class of functions.
This causes compiler warnings, and sooner or later, will cause build
errors as these functions are excluded from distro headers.
Also add some documentation.
|
| |\ \ \
| | | |
| | | |
| | | | |
1164874 src, epee: fix a couple compiler warnings (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.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
2dab31f Don't exclusively drop tor/i2p outgoing cxns in idle loop (j-berman)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
2979474 disable multisig by default (moneromooo-monero)
|