| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
dc18efa build: prepare v0.18.2.0 (selsta)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
d8e39bd depends: bump openssl to 1.1.1t (tobtoht)
|
| | |/
| |
| |
| |
| |
| | |
https://www.openssl.org/news/secadv/20230207.txt
Patch can be removed, it was included upstream.
|
| |\ \
| |/
|/|
| |
| | |
988056d p2p: add plowsof seed nodes (selsta)
ce4ef6d p2p: remove offline seed nodes (selsta)
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
573a369 blockchain-stats: print any remaining data at end of loop (Howard Chu)
|
| | |/
| |
| |
| | |
Fix #8711
|
| |\ \
| | |
| | |
| | | |
15384cc depends: bump hidapi/libusb (tobtoht)
|
| | |/
| |
| |
| |
| |
| | |
fixes Trezor connectivity issues on Windows 10/11
Co-authored-by: selsta <selsta@sent.at>
|
| |\ \
| |/
|/|
| |
| | |
f456b3f Demote large pages warning to mdebug (SChernykh)
480b050 RandomX: print VM allocation warnings only once (SChernykh)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
29208a3 Cache successful erRctNonSemanticsSimple calls (SChernykh)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
cbc297a common: add missing includes (selsta)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
f698f2b Refactored rx-slow-hash.c (SChernykh)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
- 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
|
| |\ \
| | |
| | |
| | | |
5973985 workflows: set a public DNS when doing tests (selsta)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
2c24322 DNSResolver: fix not handling hostnames without dot characters [release] (Jeffrey Ryan)
|
| | | | |
| | | |
| | | |
| | | | |
Unrelated, but similar code-wise to #8643. There is a check in `DNSResolver` which automatically fails to resolve hostnames which do not contain the `.` character. This PR removes that check.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
38d4811 p2p: fix exclusive node DNS resolution for certain hosts [release] (Jeffrey Ryan)
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes #8633. The function `append_net_address` did not parse hostname + port addresses (e.g. `bar:29080`) correctly if the hostname did not contain a `'.'` character.
@vtnerd comments 1
clear up 2nd conditional statement
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
146cac0 p2p: fix back ping to discover healthy peers to connect to (j-berman)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
8c53995 Fix static builds for Ubuntu 22.04 (AgoraDesk / LocalMonero)
|
| | | | |
| | | |
| | | |
| | | | |
Link libbsd, libmd, libprotokit for ZMQ to fix static builds for Ubuntu 22.04
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
02b24cb workflows: ubuntu 18.04 is deprecated (selsta)
|
| | | |_|/
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
1bb5d25 Fix dandelion++ fluff/stem bug with local txes (Lee Clagett)
|
| | | |/ /
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
85c9fe5 wallet2: fix create view-only wallet from existing wallet (j-berman)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
401dda5 wallet_api: take priority into account when estimating fee (selsta)
|
| | | |/ /
| |/| | |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
cbf636c workflows: build gitian on tag (selsta)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
d7445b5 workflows: ubuntu 18.04 is deprecated (selsta)
|
| | | | |
| | | |
| | | |
| | | | |
And will soon be removed.
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
07f8e9e epee: dont shrink slice when storing to binary [release] (Jeffrey Ryan)
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| |
| | | |
853171b build: prepare v0.18.1.2 (selsta)
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
802c4bb Move update_checkpoints() to a later stage (SChernykh)
|
| | |/
| |
| |
| | |
update_checkpoints() makes a few DNS requests and can take up to 20-30 seconds to complete (3-6 seconds on average). It is currently called from core::handle_incoming_block() which holds m_incoming_tx_lock, so it blocks all incoming transactions and blocks processing while update_checkpoints() is running. This PR moves it to until after a new block has been processed and relayed, to avoid full monerod locking.
|
| |\ \
| | |
| | |
| | | |
5ffa31c wallet2: fail to establish daemon cxn == 'Disconnected' cxn status (j-berman)
|
| | |/ |
|