Commit Graph

7721 Commits

Author SHA1 Message Date
wowario
de22caa968 cleanup old bp 2025-09-19 21:01:43 +03:00
wowario
f7299beb66 vote by block 2025-09-19 21:01:43 +03:00
wowario
88e126db9c miner block header signing 2025-09-19 21:01:43 +03:00
wowario
2c544dee74 add nettype to diff algo 2025-09-19 21:01:43 +03:00
wowario
8077b9473a difficulty is fun 2025-09-19 21:01:42 +03:00
wowario
9c11ef2292 only allocate slow hash before RX 2025-09-19 21:01:42 +03:00
wowario
ed340c208e mod variant4_random_math 2025-09-19 21:01:42 +03:00
wowario
b7fb278873 set pow variants 2025-09-19 21:01:41 +03:00
wowario
945e4c9644 bump RX block version 2025-09-19 21:01:41 +03:00
wowario
b7fb563f83 shorten timestamp check window 2025-09-19 21:01:41 +03:00
wowario
bf12e2745d limit future blk time to 10 min 2025-09-19 21:01:40 +03:00
wowario
30dba37f1f bump unlock time to 288 blks 2025-09-19 21:01:40 +03:00
wowario
076254eb38 config wallet2 settings 2025-09-19 21:01:40 +03:00
wowario
220c474ac1 fix mismatched daemon check bug 2025-09-19 21:01:38 +03:00
wowario
52da6f97f5 update average block sizes table 2025-09-19 21:01:38 +03:00
wowario
77e80a6416 set decimal point 2025-09-19 21:01:38 +03:00
wowario
4f2e8f603f add seeds 2025-09-19 21:01:37 +03:00
wowario
e38bf823fd adjust approx_blockchain_height 2025-09-19 21:01:37 +03:00
wowario
72cf07bba0 set last v1 block 2025-09-19 21:01:37 +03:00
wowario
e8e42507ad set quick height for syncing 2025-09-19 21:01:36 +03:00
wowario
8851bf7d14 set genesis block timestamp 2025-09-19 21:01:36 +03:00
wowario
09b891cad4 correct length of addresses 2025-09-19 21:01:36 +03:00
wowario
f3631823a8 bump ring size to 22 2025-09-19 21:01:36 +03:00
wowario
6cffebac15 initialize genesis block 2025-09-19 07:06:29 +03:00
wowario
6e0b31d344 config cryptonote 2025-09-19 07:06:28 +03:00
wowario
46507bf22e del seeds 2025-09-19 07:06:28 +03:00
wowario
b2dc3f3e33 del testnet/stagenet blocks 2025-09-19 07:06:20 +03:00
wowario
866dbaaeca del checkpoints and fork heights 2025-09-19 07:06:20 +03:00
wowario
af0a0978a1 del seed ips 2025-09-19 07:06:12 +03:00
wowario
fe5ed3fc69 del dns ips 2025-09-19 07:06:03 +03:00
wowario
f666f1074a del moneropulse urls 2025-09-19 07:05:54 +03:00
wowario
189b0d17fc del monero tx bug fixes 2025-09-19 07:05:44 +03:00
tobtoht
d87edf57fc Merge pull request #10051
f921431 checkpoints: update to a recent block height (selsta)
2025-08-21 16:29:21 +00:00
selsta
f921431f34 checkpoints: update to a recent block height 2025-08-20 18:42:13 +02:00
Lee *!* Clagett
e23b759b37 Skip ping connections in outgoing count 2025-08-19 17:16:05 -04:00
tobtoht
2987b72006 Merge pull request #10019
32f701b build: prepare v0.18.4.2 (selsta)
2025-08-05 16:09:20 +00:00
selsta
32f701b0cd build: prepare v0.18.4.2 2025-08-01 17:25:46 +02:00
jeffro256
8f98dac4f0 wallet: deprecate wallet2::find_and_save_rings()
Rings for outgoing transactions are stored within the scanning code since the last hardfork,
so this code is largely unneccessary now.

Co-authored-by: j-berman <justinberman@protonmail.com>
2025-07-29 12:32:20 -05:00
SNeedlewoods
2e0030cba8 set do_not_relay always false in submit_multisig_main 2025-07-14 18:41:25 +02:00
tobtoht
d95cd26330 Merge pull request #9982
45152f9 rpc: return error correctly on bad key image string (jeffro256)
2025-07-13 16:52:45 +00:00
tobtoht
191a41ed3a Merge pull request #9983
bec90df add do_not_relay option to submit_multisig_main command in simplewallet (SNeedlewoods)
2025-07-13 16:51:20 +00:00
jeffro256
1d3d30c507 crypto: check+throw for Cryptonight v1 invalid input
If `crypto::cn_slow_hash()` is called with `variant=1` and an input length of less thab 43 bytes, it triggers a program exit.
This checks first and throws an exception instead.

Thank you to ADA Logics and the MAGIC Monero Fund for reporting this!
2025-07-11 11:37:08 -05:00
jeffro256
45152f9ef0 rpc: return error correctly on bad key image string
Because of the missing `return` statement, the status is set to "OK" later on in the method when it shouldn't be.

Thank you to ADA Logics and the MAGIC Monero Fund for reporting this!
2025-07-11 11:27:12 -05:00
SNeedlewoods
bec90df7ec add do_not_relay option to submit_multisig_main command in simplewallet 2025-07-11 17:48:33 +02:00
tobtoht
3e218c2021 Merge pull request #9958
9002681 Add new dynamic fees to ZMQ (Lee Clagett)
2025-07-10 17:32:31 +00:00
tobtoht
0b739fdf58 Merge pull request #9946
b96af8e build: prepare v0.18.4.1 (selsta)
2025-07-10 12:28:33 +00:00
tobtoht
8b4f0a6258 Merge pull request #9954
1da19da wallet: refactor subaddress expansion & add to transfer test (jeffro256)
e23d51b wallet: improve lookahead logic & make rpc persistent (Justin Berman)
678f5da wallet: create set_subaddress_lookahead wallet rpc endpoint (benevanoff)
8f5a7b0 wallet: ensure subaddress keys table is at least size of requested lookahead (benevanoff)
2025-07-10 12:19:42 +00:00
tobtoht
f1ffcc5c49 Merge pull request #9978
e0df82e simplewallet: respect `do-not-relay` in `sweep_single` (hinto.janai)
2025-07-10 12:18:34 +00:00
selsta
b96af8e17a build: prepare v0.18.4.1 2025-07-09 16:12:16 +02:00
hinto.janai
e0df82eb00 simplewallet: respect do-not-relay in sweep_single 2025-07-08 13:05:25 +00:00