Crypto City
3987259664
common: update unishox2 for invalid input crashes fixes
2022-08-23 05:20:29 +00:00
Crypto City
442abef374
game: allow sweeping message fees to the main address
2022-08-23 05:20:29 +00:00
Crypto City
3fc8a4151e
simplewallet: allow incoming_transfers to see message fees
2022-08-23 05:20:29 +00:00
Crypto City
b0a2e08561
tb: fix debug build with debug hook enabled
2022-08-23 05:20:29 +00:00
Crypto City
a6f1afeae1
wallet_rpc_server: add cc_sweep_message fees RPC
2022-08-23 05:20:29 +00:00
Crypto City
bdbc5b371e
simplewallet: add cc_messages sweep_fee subcommand
...
to sweep any fees in the messages account
2022-08-23 05:20:29 +00:00
Crypto City
1e673b46c2
simplewallet: treat empty string as 0 for inviting account
2022-08-23 05:20:29 +00:00
Crypto City
6140cc9f81
select embedded data locations uniformly across rings
2022-08-23 05:20:29 +00:00
Crypto City
e5b17616fd
blockchain: fix invalid memory read getting fee on empty chain
2022-08-23 05:20:29 +00:00
Crypto City
663ca6318c
fix multisig
2022-08-23 05:20:29 +00:00
Crypto City
0c17ad4687
cc: bodge an apparent false positive from asan
2022-08-23 05:20:29 +00:00
Crypto City
d51fe4c97b
serialization: fix pair/tuple mixup
2022-08-23 05:20:28 +00:00
Crypto City
d34a724e4b
fuzz_tests: add a unishox2 fuzz test
2022-08-23 05:20:28 +00:00
Crypto City
737e934327
game: fix create items layout
2022-08-23 05:20:28 +00:00
Crypto City
84489e01ab
tb: fix city maps showing wrong maps
2022-08-23 05:20:28 +00:00
Crypto City
d754206d0b
blockchain_prune: add recently added tables
2022-08-23 05:20:28 +00:00
Crypto City
7c70d0ef6e
invisible P2P messages
2022-08-23 05:20:28 +00:00
luigi1111
57e57c239b
Merge pull request #8491
...
876c08d
Bump Gitian build instructions to v0.18.1.0 [Release Branch] (Seth For Privacy)
2022-08-22 22:51:26 -05:00
Crypto City
6388aba36b
small short text compression improvements
...
enable unishox2 bounds checking
allow defaulting dictionary
move text compression layer to common
2022-08-19 14:43:43 +00:00
Crypto City
27bcb3586b
arbitrary data may be invisibly embedded in CLSAGs
...
This decreases the ring size observed by the recipient,
but not the ring size observed by another observer.
The more data, the greater the ring size reduction.
CLSAGs can carry a maximum of 252 bits per value (one
bit is used as a flag, the rest as data payload), and
there are 15 such values per ring. At close to full
capacity, the real spend will be known to the recipient
(though not to an observer, who will not even be able
to tell whether a transaction includes embedded data
or not).
Thanks to kayabaNerve for pointing out how to use s
for this.
2022-08-19 14:43:43 +00:00
Crypto City
dc9e4e33f3
game: give snow a little more blueish shade
2022-08-12 13:09:37 +00:00
Crypto City
5cbac70489
game: fix notile not working on part of the map
...
Turns out we can use up to 8 textures in the fragment program,
and no more. So the snowy grass texture is gone, replaced by a
basic mixing based on noise, and a leftover unused texture is
gone, leaving us with 8 textures.
2022-08-12 13:09:37 +00:00
Crypto City
5f9a3a6fa8
game: fix setting notile ground material option at startup
...
also remove redundant code when changing ground material
2022-08-12 13:09:37 +00:00
34949d92c0
game: set default notile to false
2022-08-12 13:09:37 +00:00
4d2c520ed0
game: fix EnableTextureNoTile section
2022-08-12 13:09:37 +00:00
7ee879b0cd
game: remove unused textures
2022-08-12 13:09:37 +00:00
e4358a1ea1
game: replace Marble Road > Granite Road + small fixes
2022-08-12 13:09:37 +00:00
640b73aff0
game: add shadow distance to options
2022-08-12 13:09:37 +00:00
46f1f9b17a
game: less saturated random colors
2022-08-12 13:09:37 +00:00
d7e068f13b
game: remove unused armature texture
2022-08-12 13:09:37 +00:00
a4e53e07be
game: fix extra userlight
2022-08-12 13:09:37 +00:00
edf3dd3a9a
game: More stable enviroment colors
2022-08-12 13:09:37 +00:00
5dc4c6fc75
game: SSAO: remove unused texture resource
2022-08-12 13:09:37 +00:00
Seth For Privacy
876c08db53
Bump Gitian build instructions to v0.18.1.0 [Release Branch]
2022-08-10 09:41:16 -04:00
luigi1111
727bc5b687
Merge pull request #8492
...
1287074
randomx: update submodule (selsta)
2022-08-09 22:34:23 -05:00
luigi1111
b9e8504cfb
Merge pull request #8467
...
fac7c43
continue pool pruning even if a tx can't be found (j-berman)
2022-08-09 17:43:32 -05:00
luigi1111
68537fa27a
Merge pull request #8463
...
265d6ca
device: set ledger min app version (selsta)
2022-08-09 17:42:25 -05:00
luigi1111
dc2f548a68
Merge pull request #8470
...
309f6ba
build: prepare v0.18.1.0 (selsta)
2022-08-09 15:00:16 -05:00
luigi1111
5c33f40cd8
Merge pull request #8455
...
099fc1f
Fixed get_block_template_backlog performance (SChernykh)
2022-08-08 20:29:56 -05:00
Crypto City
4a30b78f47
boost-libs: disable statx, for static build compatibility
2022-08-08 17:45:40 +00:00
Crypto City
1f8aa0b14c
fix libunbound not being linked statically anymore
2022-08-08 17:45:09 +00:00
Crypto City
088538c160
Merge remote-tracking branch 'origin/master' into HEAD
...
b6a029f222
Multisig functional test broken
2022-08-08 17:44:32 +00:00
Crypto City
65b76597b3
game: add key bindings to open/close panel sections and toggle fullscreen
2022-08-08 14:39:08 +00:00
Crypto City
3daae6359c
game: do not include game-created items in player made category
2022-08-08 14:39:08 +00:00
Crypto City
60ee628d97
game: fix invalid memory access getting selected flag
2022-08-08 14:39:08 +00:00
Crypto City
a013187d86
game: fix crash when giving an invalid command line
2022-08-08 14:39:08 +00:00
Crypto City
b8b532868f
game: move city maps to navigation
2022-08-08 14:39:08 +00:00
Crypto City
356ab21483
game: rename "What can I do?" to "Advice"
2022-08-08 14:39:08 +00:00
Crypto City
c10ba8619f
game: tweak wording about underwater area, fisheries need some
2022-08-08 14:39:08 +00:00
Crypto City
1b0f383de4
game: add material type in material selection screen
2022-08-08 14:39:08 +00:00