Crypto City
ebf813aae2
game: add influence and gemstone score to selection info
2021-08-21 21:24:39 +00:00
Crypto City
e5703bf002
game: force new snapshot when out of sync
2021-08-21 21:24:15 +00:00
Crypto City
dc1fc3e9ca
game: set flag as dirty when changing building settings
2021-08-21 21:23:48 +00:00
Crypto City
f309f1422c
fix sync failure when popping a game update block, but only it
2021-08-21 16:11:28 +00:00
Crypto City
85319d34a8
functional_tests: improve reorg test
2021-08-21 16:11:28 +00:00
Crypto City
a166850445
python-rpc: save a bit of memory in state
2021-08-21 14:44:33 +00:00
Crypto City
964dd1bfd0
game: speed up selection info tooltip update
2021-08-21 14:44:33 +00:00
Crypto City
c8e28c14e4
cc: halve temperature decrease with altitude
...
it was multiplied by four with the previous height map redesign
2021-08-21 14:44:33 +00:00
Crypto City
0b9728c08d
game: more optional command info in history
2021-08-21 14:44:33 +00:00
Crypto City
d7f541ad2e
blockchain: fix missing nonces in cc_nonces_used
2021-08-21 14:44:33 +00:00
Crypto City
fdaaf64a7e
db_tests: add tests for cc_nonces_used
2021-08-21 14:44:33 +00:00
Crypto City
3790bc210e
db_lmdb: clear returned accounts array before filling in is_cc_nonce_used
2021-08-21 14:44:33 +00:00
Crypto City
11fbeaa8ff
cc: do not include dividend sender in counterparties if excluded
2021-08-21 14:44:33 +00:00
Crypto City
3cda06767b
cc: add a simpler function to get a date as only a string
2021-08-21 14:44:33 +00:00
Crypto City
11872cbab8
cc: remove nonsensical test for palette changes
2021-08-21 14:44:33 +00:00
Crypto City
22bc59cb06
remove unused BlockchainDB method
2021-08-21 14:44:33 +00:00
Crypto City
19b9af508f
functional_tests: some more trader order book tests
2021-08-21 14:44:33 +00:00
luigi1111
2d3ce2d64a
Merge pull request #7881
...
301355f
epee: link with Boost_SYSTEM_LIBRARY (selsta)
2021-08-20 16:51:18 -04:00
luigi1111
0061da9e63
Merge pull request #7878
...
a9aaa47
wallet_api: add make_uri (tobtoht)
2021-08-20 16:50:24 -04:00
luigi1111
8b9eea92f1
Merge pull request #7849
...
6f15a0c
Make sure node returns to wallet that real output is unlocked (j-berman)
2021-08-20 16:49:59 -04:00
luigi1111
1b079e5195
Merge pull request #7845
...
e1af8dc
Protect client from divide by 0 caused by integer truncation (j-berman)
2021-08-20 16:45:15 -04:00
luigi1111
294d58c58d
Merge pull request #7832
...
d8e71c8
CMake: ccache fix for FreeBSD at 'depends' (mj-xmr)
2021-08-20 16:40:04 -04:00
luigi1111
5812b757e0
Merge pull request #7821
...
da2955f
Apply gamma distr from chain tip when selecting decoys (j-berman)
2021-08-20 16:33:53 -04:00
luigi1111
a8dc9490b5
Merge pull request #7780
...
bb633d3
Workflows: depends cache (static) separated from ccache (volatile) (mj-xmr)
2021-08-20 16:31:22 -04:00
anon
4ced092aae
daemon: allow proxy configuration
...
Co-authored-by: selsta <selsta@sent.at>
Co-authored-by: tobtoht <thotbot@protonmail.com>
2021-08-20 21:24:29 +02:00
woodser
ec6b4cf9e1
support cors wildcard
2021-08-20 14:17:51 -04:00
Kermit Alexander II
24d3d65d42
monero-wallet-rpc: Prevent --password-file from being used with --wallet-dir
2021-08-20 08:54:41 -05:00
Crypto City
9a694824e9
game: fix rejected trade commands due to bad expiration time
2021-08-20 13:06:14 +00:00
Crypto City
11bca9bdc0
game: allow loading a readonly building settings screen without a wallet
2021-08-20 13:06:14 +00:00
Crypto City
ac2eba7e06
game: add user selected information to the selection tooltip
2021-08-20 13:06:14 +00:00
j-berman
e1af8dc02c
Protect client from divide by 0 caused by integer truncation
2021-08-19 14:56:36 -07:00
j-berman
da2955feae
Apply gamma distr from chain tip when selecting decoys
...
- matches the paper by Miller et al to apply the gamma from chain tip, rather than after unlock time
- if the gamma produces an output more recent than the unlock time, the algo packs that output into one of the first 50 spendable blocks, respecting the block density factor
2021-08-19 14:51:20 -07:00
selsta
d749e0d97c
ringct: silence unused variable warning
2021-08-19 22:00:44 +02:00
mj-xmr
15936bfa0f
Device: remove unused and incorrect non-default constructor
2021-08-19 21:56:12 +02:00
selsta
301355f88d
epee: link with Boost_SYSTEM_LIBRARY
2021-08-19 19:05:40 +02:00
selsta
573a0255a8
core_tests: remove unused typedef, fix warning
2021-08-19 15:57:13 +02:00
tobtoht
a9aaa47abb
wallet_api: add make_uri
2021-08-19 15:35:37 +02:00
Crypto City
b8cb77eebe
cc: add missing min size for workforce building
2021-08-18 22:38:51 +00:00
Crypto City
1b73444375
remove extra and cc signature from transaction where it can be
2021-08-18 22:38:51 +00:00
Crypto City
83ebf8aad4
improve third party matching
2021-08-18 22:38:51 +00:00
Crypto City
7ccf0e5963
cc: fix third party match cc_used_trades usage
2021-08-17 13:03:14 +00:00
Crypto City
7cb1d0f69d
cc: prevent more bad matched nonces in trade and match commands
2021-08-17 13:02:14 +00:00
Crypto City
f73670b90a
db_tests: add cc_trade_used tests
2021-08-17 13:02:14 +00:00
Crypto City
9bae95ca45
faster snapshot retrieval
2021-08-16 17:18:05 +00:00
Crypto City
9d091d880b
rpc: fix bootstrap mode snapshot RPC mismatch
2021-08-16 13:51:15 +00:00
Crypto City
9079a293d0
functional_tests: fix fire test sometimes breaking
2021-08-16 10:36:46 +00:00
Crypto City
c0e0f7302d
core_tests: fix after txpool changes
2021-08-15 18:22:19 +00:00
Crypto City
64bd5a503b
unit_tests: fix buy_land test after integer overflow fix
2021-08-15 16:17:43 +00:00
Crypto City
3e67738fa7
sinmgle out "destroyed by fire" in news
2021-08-15 14:04:18 +00:00
Crypto City
0b74ce603b
game: fix travel to city screen when refreshing after a new block
2021-08-15 13:45:19 +00:00