Crypto City
e427612748
cc: fix typo in discovery description
2021-11-02 08:49:58 +00:00
moneromooo-monero
bbe3b276b8
tx_pool: full tx revalidation on fork boundaries
...
avoids mining txes after a fork that are invalid by this fork's
rules, but were valid by the previous fork rules at the time
they were verified and added to the txpool.
2021-11-01 20:56:38 +00:00
luigi1111
e22ec26be4
Merge pull request #8029
...
548cfc8
crypto: fix typo in ifdef (selsta)
2021-11-01 12:32:24 -05:00
luigi1111
d573b3d76c
Merge pull request #8020
...
47e7a43
wallet_api: enable set_strict_default_file_permissions (tobtoht)
2021-11-01 12:31:32 -05:00
luigi1111
ff4ede9356
Merge pull request #8017
...
a15466d
wallet2: remove 2 unused variables (selsta)
2021-11-01 12:29:22 -05:00
luigi1111
14e94c6918
Merge pull request #8016
...
b0ec9f8
epee: avoid ADL selecting C++14 std::quoted (selsta)
2021-11-01 12:28:28 -05:00
luigi1111
f405bf3d58
Merge pull request #8013
...
2cad563
wallet2: fix key encryption when changing ask-password from 0/1 to 2 (moneromooo-monero)
2021-11-01 12:25:20 -05:00
Crypto City
df5cc138d1
bump version to 0.33.33.1
2021-10-31 17:15:04 +00:00
Crypto City
f475ff3186
Revert "tweak bear attack"
...
This reverts commit 8b76e24ff6
.
2021-10-31 17:12:47 +00:00
Crypto City
697cc53fd7
bump version to 0.33.3.0
2021-10-31 10:22:37 +00:00
Crypto City
5189273f7d
game: help string when trying to deposit with no balance
2021-10-31 09:55:34 +00:00
Crypto City
e813c10c91
game: switch to a very low fps limit when the daemon is syncing
2021-10-31 09:55:34 +00:00
Crypto City
5942d1591c
game: remove estimated payout from flag section
...
This is approximate and not applicable for all building types
2021-10-31 09:55:34 +00:00
Crypto City
edf47a18f1
game: add placeholder block count in building stats message
2021-10-31 09:55:34 +00:00
Crypto City
ceaf95b032
game: fix removing hidden placeholder blocks
2021-10-31 09:55:34 +00:00
Crypto City
491af68546
game: add time since discovery in research screen
2021-10-31 09:55:34 +00:00
Crypto City
5f036caaa6
game: add attribute descriptions as tooltips
2021-10-31 09:55:34 +00:00
Crypto City
6719bd74ba
game: full magica voxel scenegraph import
...
now implements rotation and instanced models
2021-10-31 09:55:34 +00:00
Crypto City
5951f5536e
warn in game and daemon when starting without --testnet
2021-10-31 09:55:34 +00:00
Crypto City
d07c50ab2a
cc: fix consensus bug popping hunt commands that yielded no kills
2021-10-31 09:55:34 +00:00
Crypto City
0f1f7bf9c2
cc: fix underflow/overflow mixup in error message
2021-10-31 09:55:34 +00:00
Crypto City
c2641bc3d0
game: fix found city screen using raw shares and not city growth shares
2021-10-31 09:55:34 +00:00
Crypto City
4ca7c57463
cc: speed up encode_blocks/decode_blocks a bit
2021-10-31 09:55:34 +00:00
Crypto City
bb541bab80
game: include building height in stats
2021-10-31 09:55:34 +00:00
Crypto City
e995035003
game: fix (I think) stray "new block" flashes
2021-10-31 09:55:34 +00:00
Crypto City
d077163f06
game: fix artifacts on gold star
2021-10-31 09:55:34 +00:00
Crypto City
3481f7c03c
game: keep the default max number of chat lines in the chat console
2021-10-31 09:55:34 +00:00
Crypto City
204f16a269
game: fix altitudes/heights misnamed as meters, they're in feet
2021-10-31 09:55:34 +00:00
Crypto City
3ad837a2e6
game: fix UI layout when a block is found after a script choice
2021-10-31 09:55:34 +00:00
Crypto City
8b76e24ff6
tweak bear attack
2021-10-31 09:55:34 +00:00
Crypto City
0bfd3a231e
rpc: remove unused variables
2021-10-31 09:55:34 +00:00
Crypto City
5b6ed616b9
game: do not request ipfs data we do not need
2021-10-31 09:53:35 +00:00
Crypto City
8eeb012972
fix changing only building script overrides, not message or script
2021-10-31 09:53:35 +00:00
Crypto City
57652e5635
game: fix non processed variable names in runestone message
2021-10-31 09:53:35 +00:00
Crypto City
a360099813
game: fix enabled checkbox only showing for scripts that can be played
2021-10-31 09:53:35 +00:00
Crypto City
6fdff90098
game: fix glitchy polygons when the camera is blocked
2021-10-31 09:53:35 +00:00
Crypto City
59f4a177e5
game: fix resource miscounting when building
2021-10-31 09:53:35 +00:00
Crypto City
ebf17bef44
rpc: do not include bear attack details in news
2021-10-31 09:53:35 +00:00
Howard Chu
187633c0ca
slow_hash: don't blow out Mac stack on ARM64
2021-10-30 22:24:55 +01:00
selsta
548cfc8d68
crypto: fix typo in ifdef
2021-10-29 17:55:51 +02:00
selsta
94dc19a8b3
cmake: remove including non-existent directory
2021-10-28 14:30:35 +02:00
luigi1111
b328fbecc2
Merge pull request #8019
...
e106bdc
epee: add missing header (selsta)
2021-10-25 19:02:49 -05:00
luigi1111
ff96482e38
Merge pull request #8018
...
1f81f5f
protocol: fix spurious rejection of downloaded blocks (moneromooo-monero)
2021-10-25 19:02:22 -05:00
luigi1111
919e06bbfd
Merge pull request #8011
...
9c61110
cmake: use CMAKE_CURRENT_LIST_DIR for git version (selsta)
2021-10-25 19:01:59 -05:00
luigi1111
0bd892788d
Merge pull request #8006
...
69c09ad
Add README to release archives (Howard Chu)
4881154
README v12 fork occurred on 2019-11-30 as expected (Howard Chu)
2021-10-25 19:00:40 -05:00
luigi1111
e5710b1898
Merge pull request #8004
...
ace4669
simplewallet: fix incoming_transfers index error (selsta)
2021-10-25 18:59:54 -05:00
luigi1111
e7d571c526
Merge pull request #8003
...
75d05b9
download: fix leak (moneromooo-monero)
2021-10-25 18:59:18 -05:00
luigi1111
e161b75201
Merge pull request #8002
...
49441d4
depends: update zeromq package to 4.3.4 (selsta)
2021-10-25 18:58:48 -05:00
luigi1111
00ac048958
Merge pull request #7995
...
797ca97
socks: ignore any exceptions in shutdown/close (selsta)
2021-10-25 18:53:34 -05:00
moneromooo-monero
e8e507f36f
rpc: fix DoS vector in get_output_distribution
...
This will prevent people spending old pre-rct outputs using a
stranger's node, which may be a good thing
2021-10-24 17:17:12 +00:00