Commit Graph

11314 Commits

Author SHA1 Message Date
wowario 5e50141c4a
remove testnet/stagenet fork heights/blocks 2024-03-09 15:58:14 +03:00
wowario 8c081b4b02
don't request pre-bulletprooof pruned blocks 2024-03-09 15:58:14 +03:00
wowario 917970cebf
change to debug level 2024-03-09 15:58:13 +03:00
wowario c7190cdd0f
rename ringdb-dir 2024-03-09 15:58:13 +03:00
wowario a177241046
mod variant4_random_math 2024-03-09 15:58:13 +03:00
wowario e224b4af93
support old BP 2024-03-09 15:58:12 +03:00
wowario 0c4915d707
vote by block 2024-03-09 15:58:12 +03:00
wowario ff34adf8b7
tidy up miner msgs 2024-03-09 15:58:12 +03:00
wowario 48841789cb
miner block header signing 2024-03-09 15:58:11 +03:00
wowario 2ddaa7835c
difficulty is fun 2024-03-09 15:58:11 +03:00
wowario aa7564806d
shorten timestamp check window 2024-03-09 15:58:11 +03:00
wowario a0a90ada1a
limit future blk time to 10 min 2024-03-09 15:58:11 +03:00
wowario 7b9bfb73b1
bump unlock time to 288 blks 2024-03-09 15:58:10 +03:00
wowario 642beba4af
broadcast donation sub-address 2024-03-09 15:58:10 +03:00
wowario cf8e878869
revert Preserve commitment format inside transactions #8277 2024-03-09 15:58:10 +03:00
wowario 6afdd7894a
add systemd file 2024-03-09 15:58:09 +03:00
wowario 7f01ebbf29
update gitian 2024-03-09 15:58:09 +03:00
wowario 6fee906b1c
update Dockerfile 2024-03-09 15:58:09 +03:00
wowario 0fd82de0be
adjust approx_blockchain_height 2024-03-09 15:58:09 +03:00
wowario 68f1f2b2c3
add wowario gpg key 2024-03-09 15:58:08 +03:00
wowario ddf990f394
config wallet2 settings 2024-03-09 15:58:08 +03:00
wowario 196a3756d6
set dev fund address 2024-03-09 15:58:08 +03:00
wowario 4ed9b68d59
add seed nodes 2024-03-09 15:58:08 +03:00
wowario 37195f2128
set name of daemon stdout 2024-03-09 15:58:07 +03:00
wowario e71bef4496
set last v1 block 2024-03-09 15:58:07 +03:00
wowario a04690c66b
set pow variants 2024-03-09 15:58:07 +03:00
wowario 9c3fb6c243
set quick height for syncing 2024-03-09 15:58:07 +03:00
wowario 463de38ef5
send dump log to wowario 2024-03-09 15:58:06 +03:00
wowario c474334f41
set genesis block timestamp 2024-03-09 15:58:06 +03:00
wowario ce3a67ed21
set decimal point 2024-03-09 15:58:06 +03:00
wowario fb39891031
add forks and checkpoints 2024-03-09 15:58:04 +03:00
wowario 1c44d89030
wownero skin pack 2024-03-09 15:56:23 +03:00
wowario da6a2dc2c5
bump RX block version 2024-03-09 15:54:20 +03:00
wowario d6a3511d59
correct length of addresses 2024-03-09 15:54:20 +03:00
wowario 6b8e245aea
move utilities to debug build 2024-03-09 15:54:20 +03:00
wowario 917edfbec9
automatic submodule update 2024-03-09 15:54:20 +03:00
wowario 5964374c4b
Doxygen off 2024-03-09 15:54:19 +03:00
wowario a5d50332ca
trezor support off 2024-03-09 15:54:17 +03:00
wowario 73f52ea6b9
turn off tests 2024-03-09 15:52:37 +03:00
wowario 1cae37348a
gitian: copy config file 2024-03-09 15:48:39 +03:00
wowario 2b78ff8117
add RandomWOW 2024-03-09 15:48:35 +03:00
wowario e5016a6f8e
show full version 2024-03-09 15:46:17 +03:00
wowario a93dcc1962
remove moneropulse urls 2024-03-09 15:46:17 +03:00
wowario a25032cc1e
remove monero tx bug fixes 2024-03-09 15:46:17 +03:00
wowario 2a4e1c6913
bump ring size to 22 2024-03-09 15:46:16 +03:00
wowario 3271844ab5
initialize genesis block 2024-03-09 15:46:16 +03:00
wowario 7af83ced4c
config cryptonote 2024-03-09 15:46:15 +03:00
luigi1111 ef3e18b51b
Merge pull request #9226
b5b72ae Fixed mempool pruning (SChernykh)
2024-03-08 20:23:52 -05:00
SChernykh b5b72ae05c Fixed mempool pruning
- Fixed undefined behavior after a call to `remove_tx_from_transient_lists` (it used an invalid iterator)
- Fixed `txCompare` (it wasn't strictly weak ordered)
2024-03-08 21:03:41 +01:00
luigi1111 5eb3fc29bb
Merge pull request #9223
36ee12b get_block_template_backlog: better sorting logic (SChernykh)
2024-03-08 13:46:09 -05:00