| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
97e1a49dd checkpoints: update to a recent block height (selsta)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
ba2dadb0d Correct Max / Min Block Waiting Periods (tzadiko)
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
c8f773501 Fix expected hash check (Lee *!* Clagett)
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
c7f01e57f Blockchain: remove skip for pruned txs in `check_tx_inputs()` (jeffro256)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
I can't see how this would trigger in the current codebase, so it's not a *current* safety issue,
but I can very well see it becoming on in the future if downstream code doesn't handle the passing
of pruned transactions correctly. I think the safe/good choice would be to remove this skip now
that all transactions that pass into the mempool are supposed to be unpruned. And for all in-block
txs, `check_tx_inputs()` isn't called for checkpointed blocks, and we sync pruned blocks only if
syncing checkpointed blocks.
|
| |\ \ \
| | | |
| | | |
| | | | |
ce1c864b4 cryptonote_protocol: fix handling of pruned blocks during sync (jeffro256)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
33e7943df epee: Drop unused in-tree MD5 (Bastian Germann)
fe1a10d70 Replace in-tree MD5 with OpenSSL (Bastian Germann)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The RSA-MD licensed implementation that originated from RFC 1321 and got
into epee via Cyrus SASL and libEtPan! is not a good fit for epee, which
also links to the GPL licensed readline. RSA-MD has an advertisement
clause that is known to be incompatible with GPL.
|
| | |/ /
| | |
| | |
| | |
| | | |
This uses OpenSSL's non-deprecated EVP digest facility to calculate MD5
in HTTP digest authentication.
|
| |\ \ \
| |_|/
|/| |
| | | |
9468a5e54 cryptonote_basic: remove unused struct (tobtoht)
|
| | |/ |
|
| |\ \
| |/
|/|
| | |
bdcfd32f6 trezor: fix protobuf 30 compatibility (tobtoht)
|
| |/ |
|
| |\
| |
| |
| |
| | |
b556ca667 depends: boost: update to 1.69.0 (tobtoht)
aad91bf19 depends: release type should be lower case (tobtoht)
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
4acc0ea41 Limit scope of TCP checks to incoming only (Lee *!* Clagett)
|
| | | | |
|
| |\ \ \
| |/ /
|/| |
| | | |
008ba966d blockchain sync: reduce disk writes from 2 to 1 per tx (jeffro256)
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
33e33fbca BlockchainLMDB: fix data.mdb nuking on Windows (jeffro256)
|
| | | | |
|
| |\ \ \
| |/ /
|/| |
| | | |
6ccd3200b common: add missing iomanip include (tobtoht)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
322953e62 assign default port for http and https clients (woodser)
|
| |/ / / |
|
| |\ \ \
| | | |
| | | |
| | | | |
f97fef1e9 ci: add arch linux build (tobtoht)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
d14c3ca3d add wallet rpc call to get default fee priority (woodser)
|
| |/ / / |
|
| |\ \ \
| | | |
| | | |
| | | | |
01bcd5292 Fix build with boost ASIO 0.87. Support boost 1.66+ (Lee *!* Clagett)
|
| |/ / / |
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
13ff355cf Set response limits on http server connections (Lee *!* Clagett)
89fa3ed68 epee: update 'http_server_handlers_map2.h' macros to use fully qualified names (Jeffrey Ryan)
|
| | | | |
|
| | | |
| | |
| | |
| | | |
quick patch which fixes the issue where if you use some macros from `http_server_handlers_map2.h` you have to be in the `epee` namespace or it doesn't compile. Now can remove `using namespace epee;` from header file `core_rpc_server.h`, which caused a couple of name qualifying mistakes
|
| |\ \ \
| |/ /
|/| |
| | | |
ef1ff103f tests: Improve p2p tx propagation functional test (iamamyth)
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| | |
Reduce the likelihood of false positive failures in the p2p
transaction propagation functional test by waiting up to a
maximum timeout for a transaction to propagate, rather than using a
fixed timeout, to reflect the random delay of Dandelion++ transaction
propagation. This strategy also speeds test execution in cases where
propagation occurs faster than the previously expected fixed delay.
|
| |\ \
| | |
| | |
| | | |
d13da6e71 tests: include <iomanip> where using std::setfill (jeffro256)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
3fef29608 build: prepare v0.18.4.0 (selsta)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
e44e8b164 wallet: background sync with just the view key (j-berman)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- When background syncing, the wallet wipes the spend key
from memory and processes all new transactions. The wallet saves
all receives, spends, and "plausible" spends of receives the
wallet does not know key images for.
- When background sync disabled, the wallet processes all
background synced txs and then clears the background sync cache.
- Adding "plausible" spends to the background sync cache ensures
that the wallet does not need to query the daemon to see if any
received outputs were spent while background sync was enabled.
This would harm privacy especially for users of 3rd party daemons.
- To enable the feature in the CLI wallet, the user can set
background-sync to reuse-wallet-password or
custom-background-password and the wallet automatically syncs in
the background when the wallet locks, then processes all
background synced txs when the wallet is unlocked.
- The custom-background-password option enables the user to
open a distinct background wallet that only has a view key saved
and can be opened/closed/synced separately from the main wallet.
When the main wallet opens, it processes the background wallet's
cache.
- To enable the feature in the RPC wallet, there is a new
`/setup_background_sync` endpoint.
- HW, multsig and view-only wallets cannot background sync.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
05729aba7 depends: boost: update to 1.66.0 (tobtoht)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
-DBOOST_ASIO_HAS_STD_STRING_VIEW=1 fixes:
/monero/contrib/depends/x86_64-unknown-freebsd/native/usr/include/c++/v1/experimental/string_view:18:3:
warning: "<experimental/string_view> has been removed. Use <string_view> instead." [-W#warnings]
/monero/contrib/depends/x86_64-unknown-freebsd/include/boost/asio/detail/string_view.hpp:32:12
: error: no member named 'experimental' in namespace 'std'
using std::experimental::basic_string_view;
~~~~~^
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
f00ce66d4 wallet: fix signed_tx_set RangeProofType serialization (jeffro256)
|