Commit Graph

15975 Commits

Author SHA1 Message Date
Crypto City
d079502b34 deactivate active flags which have just changed owner
to avoid an exploit with keeping placeholders accounts with
different occupations and shuffling flags around at the right
times to get all bonuses
2024-03-11 14:51:45 +00:00
Crypto City
fce4a57f69 game: fix getting bonuses on wrong account in building settings screen 2024-03-11 14:51:45 +00:00
Crypto City
07fdf0f4b4 game: use REQUEST_PLAYER_DATA instad of direct wallet call 2024-03-11 14:51:45 +00:00
Crypto City
33fe33c8e4 wallet_rpc_server: add no_wait generate_pos_blocks optional parameter 2024-03-11 14:51:45 +00:00
Crypto City
e2d934146d balance occupations and add a few more 2024-03-11 14:51:45 +00:00
Crypto City
ec5ffb263e game: add more data to E_CRYPTOCITY_REQUEST_PLAYER_DATA response 2024-03-11 14:51:45 +00:00
Crypto City
a745d7e476 hybrid PoW/PoS consensus
to protect against the first large monero miner to merge mine
being able to easily 51% the chain
2024-03-11 14:51:45 +00:00
Crypto City
43d57215d6 increase microclimate effect 2024-03-11 14:51:43 +00:00
selsta
97e3ce5f18
build: prepare v0.18.3.3 2024-03-11 15:20:10 +01:00
jeffro256
c7cf489585
Revert "http_client: reduce number of packets sent for small bodies"
This reverts commit e0b2123c32.
2024-03-10 23:08:17 -05:00
selsta
1a931ecc83
depends: add riscv64 linux build tag 2024-03-09 21:16:16 +01: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
luigi1111
c225a1f25b
Merge pull request #9224
eeb7c7c tx_memory_pool: make double spends a no-drop offense (jeffro256)
2024-03-08 10:49:17 -05:00
luigi1111
ff15cb2f04
Merge pull request #9220
32b3a56 wallet2: adjust fee during backlog, fix set priority (selsta)
2024-03-08 10:44:12 -05:00
jeffro256
eeb7c7c546
tx_memory_pool: make double spends a no-drop offense
Nodes who see different txs in a double spend attack will drop each other, splitting the network.
Issue found by @boog900.
2024-03-08 08:14:06 -06:00
SChernykh
36ee12bd8d get_block_template_backlog: better sorting logic
std::sort is unstable, so it can return random sets of transactions when mempool has many transactions with the same fee/byte. It can result in p2pool mining empty blocks sometimes because it doesn't pick up "new" transactions immediately.
2024-03-08 14:51:33 +01:00
selsta
32b3a56313
wallet2: adjust fee during backlog, fix set priority 2024-03-08 14:12:17 +01:00
luigi1111
b23116424d
Merge pull request #9217
7807f56 unit_tests: fix strtoul unit test (jeffro256)
2024-03-07 21:38:04 -05:00
jeffro256
7807f569e4
unit_tests: fix strtoul unit test 2024-03-07 16:10:01 +01:00
Crypto City
75a295b213 economy tweaks 2024-02-28 14:36:54 +00:00
Crypto City
0dcbf4a71b cc: add 'lake island' terrain feature 2024-02-28 14:36:22 +00:00
Crypto City
2e04f415a8 allow calculating south facing modifier from raw height values 2024-02-28 14:36:22 +00:00
Crypto City
d92902636d cc: remove unused code 2024-02-28 14:36:22 +00:00
Crypto City
e06729ba7d cc: give top potential some more oomph 2024-02-28 14:36:22 +00:00
Crypto City
ce43cb5ae6 tweak badges 2024-02-28 14:36:22 +00:00
Crypto City
f3e755530e game: reset camera pitch when both up and down are pressed 2024-02-28 14:36:22 +00:00
Crypto City
63f2841a80 luxury residential now gets a bonus from stonecutter/sawmill
they need huge amounts of resources
2024-02-28 14:36:22 +00:00
Crypto City
0b1bc9afa4 cc: increase geothermal potential effect 2024-02-28 14:36:22 +00:00
Crypto City
e17f469558 cc: slash sawmill heating needs - it's mostly forest land 2024-02-28 14:36:22 +00:00
Crypto City
c2dc28afe6 cc: fix hard bump in tax due to precision issue 2024-02-28 14:36:22 +00:00
Crypto City
07f8cf449a make fish a wee bit less nutritious 2024-02-28 14:36:22 +00:00
Crypto City
6aa0eab439 epidemic now also causes workforce buildings to produce less 2024-02-28 14:36:22 +00:00
Crypto City
e725d855df typo fix in special event blurb 2024-02-28 14:36:22 +00:00
Crypto City
a4c03334e6 new sharks special event 2024-02-28 14:36:22 +00:00
Crypto City
2053d1caee cc: bump workforce food requirements hard (and stonecutter a bit) 2024-02-28 14:36:22 +00:00
Crypto City
7ed5625b7e add new crop failure special event 2024-02-28 14:36:22 +00:00
Crypto City
38e72110e7 scale hunting down 3x 2024-02-28 14:36:22 +00:00
luigi1111
68e40ea2a7
Merge pull request #9158
33e3f72 serialization: fix infinite loops and clean up dispatching (jeffro256)
2024-02-24 10:19:58 -05:00
luigi1111
c6ff0d3820
Merge pull request #9136
f2360a7 build: prepare v0.18.3.2 (selsta)
2024-02-24 10:18:40 -05:00
luigi1111
0d2f515ecc
Merge pull request #9190
c97c2ec docs: omit i2p port number from ANONYMITY_NETWORKS (selsta)
2024-02-24 10:17:25 -05:00
luigi1111
522d82276e
Merge pull request #9188
0cc8f7a cryptonote_core: early out on out of bounds scaling parameter (selsta)
2024-02-24 10:16:13 -05:00
luigi1111
4f6f6d9e27
Merge pull request #9178
b987870 depends: openssl: update to 3.0.13 (tobtoht)
3aabfcf depends: unbound: update to 1.19.1 (tobtoht)
8322f9c depends: expat: update to 2.6.0 (tobtoht)
2024-02-24 10:14:25 -05:00
luigi1111
3872753202
Merge pull request #9159
fbd0b19 remove ARCH=x86-64 from release-static (woodser)
2024-02-24 10:09:28 -05:00
luigi1111
13ed9d501b
Merge pull request #9156
052df1b Zero initialize rctSigBase elements (Lee *!* Clagett)
2024-02-24 10:08:33 -05:00
luigi1111
b335433204
Merge pull request #9145
f5b8634 Add <cstdint> to aligned test (Lee *!* Clagett)
2024-02-24 10:07:23 -05:00
luigi1111
8a1e49664e
Merge pull request #9142
98ee46f Disable/fix ports with I2P (Lee Clagett)
2024-02-24 10:06:26 -05:00
luigi1111
2f912f8a58
Merge pull request #9130
dfb990e wallet: mitigate statistical dependence for decoy selection within rings (jeffro256)
2024-02-24 10:01:09 -05:00
luigi1111
81f113dd8c
Merge pull request #9008
9a89e2d wallet2: call on_reorg callback in handle_reorg (j-berman)
1df5630 wallet2: add on_reorg callback (Crypto City)
2024-02-24 09:58:30 -05:00