Commit Graph

15431 Commits

Author SHA1 Message Date
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
Crypto City
9635b9de88 game: add placeholder intro 2022-08-08 14:39:08 +00:00
Crypto City
c31c5591f1 update unishox2 to latest 2022-08-08 14:38:47 +00:00
Crypto City
e91ad34563 cc: ensure player pubkeys are in the main subgroup 2022-08-08 14:38:47 +00:00
Crypto City
e1e248ab38 db_lmdb: remove obsolete db conversion steps 2022-08-08 14:38:47 +00:00
Crypto City
eec63d353a store city level in db, avoid max_level crutch 2022-08-08 14:38:47 +00:00
Crypto City
bac7d54e7f tx_pool: remove obsolete commented out code 2022-08-08 14:38:47 +00:00
Crypto City
eade3978cf cc: remove unused variable and db call 2022-08-08 14:38:47 +00:00
Crypto City
81817f5536 new city specialization: trade center, increases merchant ship probability 2022-08-08 14:38:47 +00:00
Crypto City
947bc1097d fix cultural town city specialization 2022-08-08 14:38:47 +00:00
Crypto City
cf5955fb66 fix gemstone seam specialization message, the bonus is 10%, not 5% 2022-08-08 14:38:47 +00:00
luigi1111
72490ca04f
Merge pull request #8483
6075be9 feat(trezor): add HF15 support, BP+ (Dusan Klinec)
2022-08-07 21:35:01 -05:00
luigi1111
a50cceb8d0
Merge pull request #8466
2b83d00 ledger support for hf 15 (BP+, view tags) (j-berman)
2022-08-07 21:34:10 -05:00
luigi1111
3b6eb11a88
Merge pull request #8454
c0f3c5b Fix use of rtxn without a mdb_txn_safe wrapper (Howard Chu)
2022-08-07 21:33:25 -05:00
luigi1111
90125931ad
Merge pull request #8451
8cc3c9a Publish submitted txs via zmq (j-berman)
2022-08-07 21:32:45 -05:00
j-berman
2b83d00a9b ledger support for hf 15 (BP+, view tags) 2022-08-06 15:04:16 -07:00
Dusan Klinec
6075be9cc8
feat(trezor): add HF15 support, BP+
- BP+ support added for Trezor
- old Trezor firmware version support removed, code cleanup
2022-08-05 14:27:16 +02:00
Crypto City
f9790980b4 new special event: merchant ship, selling items on the market 2022-08-04 15:57:39 +00:00
Crypto City
29717316a7 wallet_rpc_server: remove obsolete limit to one match per trade 2022-08-04 15:57:39 +00:00