Commit Graph

15900 Commits

Author SHA1 Message Date
j-berman
9a89e2d9e4 wallet2: call on_reorg callback in handle_reorg 2023-09-27 12:51:52 -07:00
Crypto City
1df5630f23 wallet2: add on_reorg callback 2023-09-27 12:50:34 -07:00
Crypto City
ab8254f8a2 game: fix "surprised" emoticon in chat 2023-09-27 13:19:40 +00:00
Crypto City
46d08eda8c chat: print date before the group of lines for that date 2023-09-27 11:09:05 +00:00
Crypto City
2ff012803e fix we are legion badge level checks 2023-09-24 20:08:38 +00:00
Crypto City
aae5f2b88f game: add missing space in NotificationHistory window title 2023-09-24 08:29:16 +00:00
Crypto City
080455b1af game: tweak auction menu item - we can auction one or more item(s) 2023-09-23 13:33:00 +00:00
Crypto City
01e667a0f8 game: disable ok button if empty vista code in go to vista screen 2023-09-23 09:12:39 +00:00
selsta
3f9140e754 storages: change error log category to serialization 2023-09-22 19:09:27 +02:00
jeff
205c80427b
wallet: store watch-only wallet correctly when change_password() is called
The Monero GUI code was calling `Monero::wallet::setPassword()` on every open/close for some reason,
and the old `store_to()` code called `store_keys()` with `watch_only=false`, even for watch-only wallets.
This caused a bug where the watch-only keys file got saved with with the JSON field `watch_only` set to 0,
and after saving a watch-only wallet once, a user could never open it back up against because `load()` errored out.
This never got brought up before this because you would have to change the file location of the watch-only
wallet to see this bug, and I guess that didn't happen often, but calling the new `store_to()` function with the
new `force_rewrite` parameter set to `true` triggers key restoring and the bug appeared.
2023-09-22 09:20:56 -05:00
Crypto City
3670a2cf69 manual: misc tweaks, fixes and additions 2023-09-21 15:23:16 +00:00
Crypto City
b9b6e97ced game: s/Error/Info/ in shortfall buy ack message title 2023-09-21 15:10:52 +00:00
Crypto City
5f4d33c716 bump version to 0.35.3.0 2023-09-20 12:34:21 +00:00
Crypto City
9cc4c91e5e add v19 at 131313 2023-09-20 09:00:16 +00:00
Crypto City
3912844aea fix message when a fishery is deactivated due to too little underwater 2023-09-19 19:42:07 +00:00
Crypto City
f29b58be86 game: suggest deleting wallet cache on large reorg error 2023-09-19 14:52:06 +00:00
tobtoht
0c04018718
depends: openssl: update to 3.0.11 2023-09-19 15:51:28 +02:00
Crypto City
1d865d0807 game: fix wrong rubiess plural in player screen 2023-09-18 20:59:10 +00:00
Crypto City
943c8c6bef game: add player created items in a separate subtree in trade screen 2023-09-18 20:59:10 +00:00
Crypto City
eeb7d1a429 game: fix long numbers clipping in leaderboards screen 2023-09-18 20:59:10 +00:00
Crypto City
39a8766958 game: disable menu entries that aren't available for empty flags 2023-09-18 20:59:10 +00:00
Crypto City
b2c0397566 game: disable ok in repair screen if not repairing anything 2023-09-18 20:59:10 +00:00
Crypto City
24103df6ae game: fix missing text in queued commands screen 2023-09-18 20:59:10 +00:00
Crypto City
56183ddb06 do not count inactive roads for road bonus from v19 2023-09-18 20:59:10 +00:00
Crypto City
85529e5f28 cc: fix roads ignoring repair level, age and lightsources from v19 2023-09-18 20:59:10 +00:00
Crypto City
2d5c280aff fix influence changes not showing up in building settings screen 2023-09-18 20:59:10 +00:00
Crypto City
99ff8e9517 game: consistently show bonuses with +/- prefix in building settings 2023-09-18 20:59:10 +00:00
Crypto City
5c5b76be54 game: fix flag not being reset to inactive on demolish 2023-09-18 20:59:10 +00:00
Crypto City
fc4e8d14d0 game: rename avatar to game account for consistency 2023-09-18 20:59:10 +00:00
Crypto City
0be5564ca6 game: show error from the start if no gold in new account screen 2023-09-18 20:59:10 +00:00
Crypto City
89e9997a27 game: fix stale ignore settings on wallet load 2023-09-18 20:59:10 +00:00
Crypto City
3ca177dc21 manual: misc tweaks/fixes 2023-09-18 20:59:10 +00:00
Crypto City
01ba2e1d14 game: fix ignoring flags in recommendation+custom mode 2023-09-15 14:43:56 +00:00
Crypto City
4d13e5fbe9 game: fix selection of disabled roles after city level downgrade 2023-09-15 14:43:56 +00:00
Crypto City
b5531bcfe6 game: fix avatar settings right after creating an avatar 2023-09-15 14:43:56 +00:00
Crypto City
759cea34e6 game: fix limitation to 256 materials generating surface nets 2023-09-15 14:43:56 +00:00
Crypto City
ee61591663 prevent transactions from testnet from being relayed to mainnet 2023-09-15 14:43:56 +00:00
luigi1111
533bbc3208
Merge pull request #8988
64ed938 build: prepare v0.18.3.0 (selsta)
2023-09-14 22:21:06 -05:00
luigi1111
6e7bd68b18
Merge pull request #8977
7dbb14b functional_tests: fix multisig tests noutputs assertion (jeffro256)
2023-09-14 22:20:38 -05:00
luigi1111
031d318ca2
Merge pull request #8941
356e687 wallet_rpc_server: chunk refresh to keep responding to RPC while refreshing (moneromooo-monero) 633e1b7 wallet_rpc_server: add --no-initial-sync flag for quicker network binding (moneromooo-monero)
2023-09-14 22:19:27 -05:00
luigi1111
61e664a258
Merge pull request #8938
ba98269 wallet2: fix store_to() and change_password() (jeffro256)
2023-09-14 22:18:22 -05:00
Crypto City
e862758aec cc: use flag id in randomness source to pick rare fish 2023-09-12 06:41:19 +00:00
Crypto City
af47f257c4 manual: fix list of buildings available at a later fork 2023-09-12 06:41:19 +00:00
Crypto City
a589c3a4fb game: remove duplicate influence selection information 2023-09-12 06:41:19 +00:00
Crypto City
f26116b200 game: disable ok button in building settings if missing resources 2023-09-12 06:41:19 +00:00
Crypto City
9ce928af79 game: fix hover coordinates in city map 2023-09-12 06:41:19 +00:00
Crypto City
444c791bbe game: fix randomly missing texture in add texture screen 2023-09-12 06:41:19 +00:00
Crypto City
4901601148 game: fix bridge score/bonus confusion 2023-09-12 06:41:18 +00:00
Crypto City
ebd6f4eb06 wallet2: fix spurious sanity check failure on deposit 2023-09-12 06:41:18 +00:00
Crypto City
857a4aaa6d game: add "gold" to amounts in transfer command text description 2023-09-12 06:41:18 +00:00