Commit Graph

7773 Commits

Author SHA1 Message Date
wowario
1a084a8736 update checkpoints 2026-01-17 02:55:37 +00:00
wowario
e39cc59597 v0.11 ASCII art 2026-01-17 02:55:37 +00:00
wowario
146c5c27a6 wownero skin pack 2026-01-17 02:55:37 +00:00
wowario
13dc93ba78 add checkpoints and fork heights 2026-01-17 02:55:37 +00:00
wowario
83f9af4335 change to debug level 2026-01-17 02:55:37 +00:00
wowario
c488dab8a0 add clear screen command 2026-01-17 02:55:37 +00:00
wowario
a996d67280 show full version 2026-01-17 02:55:37 +00:00
wowario
2f48099996 cleanup old bp 2026-01-17 02:55:36 +00:00
wowario
7e00405190 vote by block 2026-01-17 02:55:36 +00:00
wowario
9ab291ba8f miner block header signing 2026-01-17 02:55:36 +00:00
wowario
693c88e21c add nettype to diff algo 2026-01-17 02:55:36 +00:00
wowario
e938bd556b difficulty is fun 2026-01-17 02:55:36 +00:00
wowario
78029b6787 only allocate slow hash before RX 2026-01-17 02:55:36 +00:00
wowario
d0c47ec1a7 mod variant4_random_math 2026-01-17 02:55:36 +00:00
wowario
1b2e579160 set pow variants 2026-01-17 02:55:36 +00:00
wowario
d66b4c6091 bump RX block version 2026-01-17 02:55:36 +00:00
wowario
c67a16403d shorten timestamp check window 2026-01-17 02:55:36 +00:00
wowario
a348294daa limit future blk time to 10 min 2026-01-17 02:55:36 +00:00
wowario
f3032e08a2 bump unlock time to 288 blks 2026-01-17 02:55:36 +00:00
wowario
91699702d6 config wallet2 settings 2026-01-17 02:55:36 +00:00
wowario
7c83b3d0fd fix mismatched daemon check bug 2026-01-17 02:55:36 +00:00
wowario
df98f370c7 update average block sizes table 2026-01-17 02:55:36 +00:00
wowario
7b1e62546b set decimal point 2026-01-17 02:55:36 +00:00
wowario
1e7e406407 add seeds 2026-01-17 02:55:36 +00:00
wowario
29e4e97d19 adjust approx_blockchain_height 2026-01-17 02:55:36 +00:00
wowario
9637a3a3a4 set last v1 block 2026-01-17 02:55:36 +00:00
wowario
9221a81d7a set quick height for syncing 2026-01-17 02:55:36 +00:00
wowario
63cea8989e set genesis block timestamp 2026-01-17 02:55:36 +00:00
wowario
f09d20956f correct length of addresses 2026-01-17 02:55:36 +00:00
wowario
5f07f775f3 bump ring size to 22 2026-01-17 02:55:36 +00:00
wowario
7a1b710b81 initialize genesis block 2026-01-17 02:55:12 +00:00
wowario
2710361ef0 config cryptonote 2026-01-17 02:55:12 +00:00
wowario
cb5d3212ee del seeds 2026-01-17 02:46:20 +00:00
wowario
1851693036 del testnet/stagenet blocks 2026-01-17 02:44:29 +00:00
wowario
5bef9f1236 del checkpoints and fork heights 2026-01-17 02:44:27 +00:00
wowario
14aae741dc del seed ips 2026-01-17 02:41:53 +00:00
wowario
03eacc42e0 del dns ips 2026-01-17 02:41:53 +00:00
wowario
4cce50c75e del moneropulse urls 2026-01-17 02:41:53 +00:00
wowario
056a57761f del monero tx bug fixes 2026-01-17 02:41:53 +00:00
tobtoht
316a98b11e Merge pull request #10262
ec34c5b build: prepare v0.18.4.5 (selsta)
2025-12-29 22:41:50 +00:00
tobtoht
9dff86103e Merge pull request #10257
d8d3cf9 p2p: fix race causing dropped connections during sync (j-berman)
2025-12-29 22:24:38 +00:00
selsta
ec34c5b93f build: prepare v0.18.4.5 2025-12-29 22:27:58 +01:00
j-berman
c147e2dfe2 wallet2: fix edge case where tx's ki's remain marked unspent
If a tx is marked as failed (because it never shows up in the
daemon's pool), its key images get reset back to unspent so they
can be used in future txs.

If the tx re-enters the daemon's pool (e.g. it's removed from the
pool and then relayed back), then the wallet incorrectly maintains
that the tx's key images are unspent.

This change ensures the wallet re-marks the tx's key images as
spent if the tx re-appears in the node's pool.
2025-12-12 09:14:55 -08:00
j-berman
d8d3cf9730 p2p: fix race causing dropped connections during sync
Without this commit:
1) read height from DB
2) add block to chain in separate thread
3) read chain for block id's and request them from peer
4) ERR in handle_response_chain_entry, peer's first block is the
one that was added to the chain, which has block idx=height from
step 1.

This commit reads the chain for height and highest block id's
in one go while holding the m_blockchain_lock to avoid the race.
2025-12-11 21:37:20 -08:00
tobtoht
15fc1c840c ledger: add nano gen5 id 2025-12-01 01:49:50 +01:00
Cat
ba163d38cb simplewallet: edit desc. text for transfer 2025-11-26 19:21:18 +00:00
tobtoht
516e5355a1 Merge pull request #10206
4e4e343 Daemon: relay empty fluffy block on found block (j-berman)
2025-11-12 09:22:38 +00:00
j-berman
4e4e3439c9 Daemon: relay empty fluffy block on found block 2025-11-11 16:45:06 -08:00
j-berman
90dad18bfb tx pool: only increment m_txpool_weight for newly added pool txs
Otherwise we can end up double counting txs towards the weight,
which can over-state the pool weight. E.g. relay tx to node in
stem phase, add its weight to pool weight, then receive tx
from another node, then bump the pool weight again. That double
counts the tx towards the pool weight.

If the weight exceeds the max, the node will "prune" txs from the
pool. Thus, over-counting is probably a cause of, but perhaps
not the only cause of:
https://github.com/seraphis-migration/monero/issues/148
2025-11-11 16:31:37 -08:00
tobtoht
6f2574d9d2 Merge pull request #10195
26cf4f9 ledger: throw on secret view key export rejection (tobtoht)
2025-11-11 23:01:13 +00:00