| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |/ / / |
|
| |\ \ \
| | | |
| | | |
| | | | |
16b1d750d Fix cmake usage in FetchContent and ExternalProject (Lee Clagett)
|
| | | | | |
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | | |
5c9eb2802 ci: run brew update (tobtoht)
|
| |/ / / |
|
| |\ \ \
| |/ /
|/| |
| | | |
0d0a65661 build: set cmake_minimum_required(VERSION 3.5) consistently (cyan)
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
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)
|
| | | | | |
|