| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
83aa817 (fix): Confusingly named CI-Job (Klaus Frank)
|
| | |/ / /
| | | |
| | | | |
Rename the "build-macos" job within "depends", as it is not building on macOS as the similarly named job within build.yml does. Also, both names overlap which is confusing when looking for step-by-step build instruction examples or when looking at the logfile.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
09a597b wallet2: don't use DNS to obtain segregation heights (tobtoht)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
50ccc7e wallet2: remove obsolete rpc version check (tobtoht)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
6f3abbe Depends: Unbound disable getentropy()/reallocarray() (glibc < 2.26) (TheCharlatan)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
4278a3a cryptonote_basic: catch crypto api errors (moneromooo-monero)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
41b1a6b simplewallet: print usage when given no args (hinto.janaiyo)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
d486c03 utils: add fish shell completions (Leo Nerone)
|
| | |/ / /
| | | |
| | | |
| | | | |
Fish shell completions for monerod, monero-wallet-cli, and monero-wallet-rpc.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
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.
|
| |\ \ \
| | | |
| | | |
| | | | |
fb3f7ce clang warning fix for #8338 (Jeffrey Ryan)
|
| | |/ /
| | |
| | |
| | | |
Unlike some other warnings, clang does not have a `stringop-overflow` group so it doesn't recognize the `#pragma GCC ...` directive in #8338
|
| |\ \ \
| | | |
| | | |
| | | | |
bc05d2d README.md: Add v15/v16 network upgrade (garth-xmr)
|
| | | | |
| | | |
| | | | |
Remade #8270 (includes edits from UkoeHB)
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
de2f0d0 wallet_api: add scanTransactions function (selsta)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
61d0712 Gitian: refresh the stale Monero dir via --setup switch (mj-xmr)
|
| | | |/ /
| |/| | |
|
| |\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
Use mmap to read and initialize the meta pages, raw device
may not support read/write syscalls.
|
| | | | |
| | | |
| | | |
| | | | |
Autodetects that a block device is being used.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
5858f05 GCC: Fix -Wstringop-overflow= warnings (Jeffrey Ryan)
|
| | |/ / /
| | | |
| | | |
| | | | |
Resolves #8320
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
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)
|
| | |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|