Crypto City
a7fc64ed0b
add an arbitrary limit for mint batch to avoid overflows
2020-09-28 21:09:07 +00:00
Crypto City
b5ad010f52
cn_deserialize: support block hashing blobs
2020-09-28 21:09:07 +00:00
Crypto City
ef159ea3b4
cc: fix food/labour balance
2020-09-28 21:09:07 +00:00
Crypto City
7e4c421825
cc: double the game account's share from 0.05% to 0.1%
2020-09-28 21:09:07 +00:00
Crypto City
17986a9167
game: initialize level to nothing when awarding event badges
2020-09-28 21:09:07 +00:00
Crypto City
7c99e33a90
blockchain: set balance flag when a tx fails due to balance check
2020-09-28 21:09:07 +00:00
Crypto City
f0feacd249
cc: decrease heating requirements a bit
2020-09-28 21:09:07 +00:00
Crypto City
4d434201a3
game: enable/disable sow/harvest buttons based on current flag crop
2020-09-28 21:09:07 +00:00
Crypto City
8e300911c5
add cautious bears city specialization
2020-09-28 21:09:07 +00:00
Crypto City
4cf39077cd
cc: flood does not affect grain production now
2020-09-28 21:09:07 +00:00
Crypto City
694c623384
add high ground city specialization (prevents flooding)
2020-09-28 21:09:07 +00:00
Crypto City
688be95acf
cc: make the crop yield less front loaded
2020-09-28 21:09:07 +00:00
Crypto City
ecb424693a
game: remove the "N% towards a new city" wording, it's meaningless
2020-09-28 21:09:02 +00:00
Alexander Blair
3cbb44a2fd
Merge pull request #6841
...
b6c4f8cd5
fix a couple bugs found by OSS-fuzz (moneromooo-monero)
2020-09-27 16:17:17 -07:00
Alexander Blair
2e83628d02
Merge pull request #6840
...
6ee9f1260
fuzz_tests: fix build error in signature fuzz test (moneromooo-monero)
2020-09-27 16:16:54 -07:00
Alexander Blair
e6108b93d7
Merge pull request #6838
...
7fca814a6
build: ARM - disable stack trace due to segfault in libunwind (xiphon)
2020-09-27 16:16:21 -07:00
Alexander Blair
687f2b3c8d
Merge pull request #6836
...
163f83720
functional_tests: rewrite mining code, clearer timeout info (iamamyth)
2020-09-27 16:15:52 -07:00
Alexander Blair
5eb38d2533
Merge pull request #6834
...
4846743fd
daemon: Windows - fix FAT32 warning, trailing backslash is required (xiphon)
2020-09-27 16:15:25 -07:00
Alexander Blair
82631c0884
Merge pull request #6824
...
0b26d380c
link libzmq against libgssapi_krb5 if found (moneromooo-monero)
2020-09-27 16:14:37 -07:00
Michal m@lbit Malicki
f4b2382713
rpc_private_headers declaration fix
2020-09-27 13:41:44 +01:00
Crypto City
ec08a634ab
game: allow cancelling any command
2020-09-24 19:29:55 +00:00
Crypto City
dcd905c2d6
tx_pool: disable command compatibility checks
2020-09-24 19:29:55 +00:00
Crypto City
274391ea75
tx_pool: tune stuck tx timeouts
2020-09-24 19:29:55 +00:00
Crypto City
101d2dfd38
game: fix parse errors when starting without a config.json
2020-09-24 19:29:55 +00:00
Crypto City
1aba8c4743
functional_tests: fix cc_repair arguments
2020-09-24 19:29:55 +00:00
Crypto City
029375c6dc
unit_tests: fix influence tests from military after related changes
2020-09-24 19:29:55 +00:00
Crypto City
b9f123af2b
cc: add 0.2% payout for military buildings
...
Fire fighting is not going to be enough
2020-09-24 19:29:55 +00:00
Crypto City
045c9a7c94
core_tests: fix nonce reuse core test
2020-09-24 19:29:55 +00:00
Crypto City
b7c431c15e
remove cost from buy_land command
2020-09-24 19:29:55 +00:00
Crypto City
9de9ce1e0c
game: set seed language when creating a new wallet
2020-09-24 19:29:55 +00:00
Crypto City
542f476d1c
game: fix 0 being rejected as an amount in increase attribute screen
2020-09-24 19:29:55 +00:00
iamamyth
163f83720f
functional_tests: rewrite mining code, clearer timeout info
2020-09-24 20:04:05 +02:00
moneromooo-monero
b6c4f8cd54
fix a couple bugs found by OSS-fuzz
...
- index out of bounds when importing outputs
- accessing invalid CLSAG data
2020-09-24 15:30:38 +00:00
moneromooo-monero
6ee9f12607
fuzz_tests: fix build error in signature fuzz test
2020-09-24 15:17:57 +00:00
xiphon
7fca814a67
build: ARM - disable stack trace due to segfault in libunwind
2020-09-22 14:23:35 +00:00
Crypto City
ed2fd309f0
bump version to 0.22.1.0
2020-09-20 15:51:32 +00:00
Crypto City
604b33c9a9
cc: halve fire and lightning damage
2020-09-20 15:25:57 +00:00
Crypto City
243a1695bd
game: bind arrows keys to look around
2020-09-20 15:22:53 +00:00
Crypto City
8a5fad0de4
cc: fix underflow in crop yield calculation
2020-09-20 15:15:01 +00:00
Crypto City
ce57a5dcc4
game: snappier and synced blockchain and txpool updates
2020-09-20 15:15:01 +00:00
Crypto City
0f6830bca3
wallet: fix get_top_block not refreshing when it should
2020-09-20 14:44:47 +00:00
Crypto City
19b08551e8
game: prevent building on flags which have pending build commands
2020-09-20 14:44:47 +00:00
Crypto City
5ebcd37ece
remove a few user visible mentions of monero, replace with Townforge/gold
2020-09-20 14:44:47 +00:00
Crypto City
4fec859c89
simplewallet: remove donate command
2020-09-20 14:44:47 +00:00
xiphon
4846743fdc
daemon: Windows - fix FAT32 warning, trailing backslash is required
2020-09-20 13:57:44 +00:00
64e9526509
Extend TransactionInfo with coinbase and description attributes in wallet/api
2020-09-19 22:54:23 +02:00
1b3f220251
Allow AddressBook description edits via wallet/api interface
2020-09-19 18:29:46 +02:00
Tadeas Moravec
83da867474
Update error messages in daemon
...
When given a wrong argument, some daemon commands failed with "unknown
command" error, instead of a meaningful error message. This patch
brings consistency into the error messages.
In several places, this patch removes relatively useful messages,
and replaces them with more generic ones. E.g.,
- std::cout << "use: print_pl [white] [gray] [<limit>] [pruned]
[publicrpc]" << std::endl;
+ std::cout << "Invalid syntax: Too many parameters. For more
details, use the help command." << std::endl;
There are two reasons for this:
1. Consistency.
2. Removing duplicates.
The detailed information about the parameters is present in
the help messages already. Having it in two places increases
the risk that the messages would get out of date.
2020-09-18 14:04:19 +02:00
Crypto City
aef77f1eb0
bump version to 0.22.0.3
2020-09-17 23:28:00 +00:00
Crypto City
f46121e07b
Debug mode override slipped in *again* ffs
2020-09-17 23:28:00 +00:00