Commit Graph

12943 Commits

Author SHA1 Message Date
Crypto City
5d81411f67 bump version to 0.32.2.0 2021-09-11 17:46:50 +00:00
Crypto City
9771b5f5fb functional_tests: fix missing cc_hunt parameter 2021-09-11 16:13:22 +00:00
Crypto City
28ee331980 easylogging++: fix missing logs 2021-09-11 16:13:22 +00:00
Crypto City
9f11c532d9 rpc: return a block template even when "busy" 2021-09-11 16:13:22 +00:00
Crypto City
bdab21d186 db_lmdb: do not use DUPSORT for cc_events table
It increase the size somewhat but can store events of arbitrary
length.
2021-09-11 16:13:22 +00:00
Crypto City
8907c17528 blockchain: download block hashes from scratch on partial setup error 2021-09-10 13:14:05 +00:00
Crypto City
bc360d64e1 simplewallet: add cc keys to cc_status output 2021-09-10 13:13:49 +00:00
Crypto City
55c24e9a42 blockchain: guard against exception adding events
Also add some more info when executing/reverting commands
2021-09-10 13:12:56 +00:00
Crypto City
e8329901ca blockchain: save a few allocations when moving a block 2021-09-10 13:12:12 +00:00
Crypto City
b36386efb4 blockchain: break off early when exiting 2021-09-10 13:11:38 +00:00
Crypto City
c8512ab8ce cc: includes hash and height in log when creating game update command 2021-09-10 13:08:16 +00:00
Crypto City
a3876b1e57 cc: guard against invalid food items 2021-09-10 13:07:14 +00:00
Crypto City
88be04e6af cc: extra sanity check in repair command 2021-09-10 13:06:56 +00:00
Crypto City
fc9c473756 blockchain: support for loading hoh data from townforge.net
It's trusted, but speeds up initial sync a lot, which is a fair
tradeoff for a game

Turned off with --no-trusted-block-hashes
2021-09-09 14:46:08 +00:00
Crypto City
4a8c305476 fix sync failure when popping a game update block, but only it 2021-09-08 22:31:22 +00:00
Crypto City
7a9cc14c68 bump version to 0.32.1.0 2021-07-19 13:44:54 +00:00
Crypto City
7f16723ac9 core: add testnet hoh 2021-07-19 13:44:54 +00:00
Crypto City
8a9b3a2384 game: add gemstone icons for "found a gemstone" news 2021-07-19 13:30:51 +00:00
Crypto City
f37b3d4c92 add some space for extra gemstones 2021-07-19 13:30:51 +00:00
Crypto City
feff83d4ac forbid a give command giving nothing from v15 2021-07-19 13:30:51 +00:00
Crypto City
8f6610e24d core: skip topological sort when syncing block
the block already has a tx order
2021-07-19 11:51:19 +00:00
Crypto City
5e1f9e4b8b wallet2: default to not encrypt keys in memory - faster
For a game, it's the better tradeoff
2021-07-19 11:51:19 +00:00
Crypto City
fbd6a9cc51 game: add news screen 2021-07-19 11:51:19 +00:00
Crypto City
a64ef67405 game: click to trade unmintable coins we have none of 2021-07-18 17:47:00 +00:00
Crypto City
c96b9dd18f rpc: take building influence into consideration in cc_get_production 2021-07-18 17:47:00 +00:00
moneromooo-monero
5a66775599 wallet2: chunk get_outs.bin calls to avoid sanity limits 2021-07-18 17:47:00 +00:00
Crypto City
2e6bb351c8 some belt and braces checks 2021-07-10 17:30:32 +00:00
Crypto City
4aeb8b2870 remove leftover noisy debug traces 2021-07-10 17:09:17 +00:00
Crypto City
a2cfd32a31 wallet2_api: fix build after stop API change 2021-07-09 16:02:19 +00:00
Crypto City
3881ced32f bump version to 0.32.0.1 2021-07-09 12:33:38 +00:00
Crypto City
1ea6bd8980 bodge version string on UTF-8 challenged windows 2021-07-09 09:29:38 +00:00
Crypto City
274d6c71d8 game: fix editing secondary item description 2021-07-09 09:28:42 +00:00
Crypto City
374159faf5 game: fix crash at new year start 2021-07-09 01:31:02 +00:00
Crypto City
5dec72a218 bump version to 0.32.0.0 2021-07-08 01:23:36 +00:00
Crypto City
63c1c92eb6 do not add 0 item to event item list 2021-07-08 01:23:36 +00:00
Crypto City
6f067ea045 remove internal info from payout events 2021-07-08 01:23:36 +00:00
Crypto City
fcf3261ef5 daemon: add a few parameters to cc_get_last_events 2021-07-07 19:58:23 +00:00
Crypto City
a9188a1b6b game: some minor research UI fixes 2021-07-07 19:58:23 +00:00
Crypto City
5afe333d23 game: fix hand water pump icon 2021-07-07 19:58:22 +00:00
Crypto City
22972e7fd3 do not link to libudev by default 2021-07-07 19:58:22 +00:00
Crypto City
21676e11be functional_tests: add tests for cc_is_invitation_used 2021-07-07 19:58:22 +00:00
Crypto City
7a6beb4b3c rpc: return expiration block in cc_is_invitation_used 2021-07-07 19:58:22 +00:00
Crypto City
e1bb818a90 game: collapse production/consumption in game update notification 2021-07-06 20:50:44 +00:00
Crypto City
4a23415de3 game: add appropriate message in hunt screen if no non-road building 2021-07-06 20:50:44 +00:00
Crypto City
5b070cd0bd game: add a wallet function to get current hard fork version 2021-07-06 20:50:44 +00:00
Crypto City
5c29d4356c fix hunting allowing an empty building as condition 2021-07-06 20:50:44 +00:00
Crypto City
da83f01ff4 make dividend command more flexible
it can optionally distribute to unowned items only, as well as
pay per item rather than split
2021-07-06 12:52:33 +00:00
Crypto City
01a62fa9b8 display new item name in event/notification 2021-07-06 09:50:44 +00:00
Crypto City
ea37a84d86 functional_tests: fix city spec tests failing due to too high level 2021-07-05 16:33:54 +00:00
Crypto City
7d55777ba9 pass hard fork version to cc command check/execute/revert 2021-07-05 13:55:19 +00:00