erciccione
3614f78d5f
README: update list of third party monero packages
...
Removed AUR package, since doesn't seem to exist anymore and added Debian package (the CCS-funded one)
2020-08-16 21:38:11 +02:00
Alexander Blair
13549d590e
Merge pull request #6329
...
6bfcd3101
Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that include all public proof parameters in Schnorr challenges, along with hash function domain separators. Includes new randomized unit tests. (Sarang Noether)
2020-08-16 12:37:43 -07:00
xiphon
728ba38b11
rpc: always send raw txes through P2P (don't use bootstrap daemon)
...
It turns out that some remote (bootstrap) nodes silently drop /
don't broadcast client's transactions.
2020-08-16 17:34:28 +00:00
moneromooo-monero
07442a6059
Fix build with Boost 1.74
...
Thanks iDunk for testing
2020-08-16 16:23:26 +00:00
selsta
12ffc79b27
qrcodegen: fix compilation with old gcc, use modern cmake
2020-08-16 18:06:55 +02:00
Crypto City
5f3a148333
game: save/load variant palette to/from vox files
...
in a new VPAL extension chunk
2020-08-15 15:12:35 +00:00
Crypto City
0a2f905813
game: fix selection boolean not tracking synthetic selection
2020-08-15 15:12:35 +00:00
Crypto City
e09c5e7693
game: add a function to display building block use stats
2020-08-15 15:12:35 +00:00
Crypto City
b7d5938a8c
game: ensure custom items are sorted
2020-08-15 15:12:35 +00:00
Crypto City
be0b26ef25
add item groups
2020-08-15 15:12:35 +00:00
Crypto City
b53edeb1c4
game: save main panel geometry in config file
2020-08-15 15:12:35 +00:00
Crypto City
0cb211a401
game: auto backup/restore of flag under construction
2020-08-15 15:12:35 +00:00
Crypto City
03803c73bc
game: show current player events from the daemon on new block
2020-08-15 15:12:35 +00:00
Crypto City
ba3d2778d6
blockchain_prune: add new item_count table
2020-08-15 15:12:35 +00:00
Crypto City
26b298e947
performance_tests: add magica voxel load/save test
2020-08-15 15:12:35 +00:00
Crypto City
d03841f3b1
game: replace "Error" with "Info" on messages which aren't errors
2020-08-15 15:12:35 +00:00
Crypto City
57e8013944
game: fix flags under construction going out of sync on snapshots
2020-08-15 15:12:35 +00:00
Crypto City
8a0e7c5d76
cc: make basic residential flags give proximity bonus to each other
2020-08-15 15:12:35 +00:00
Crypto City
d3c360fb7c
game: add a command to remove hidden blocks
2020-08-15 15:12:35 +00:00
Crypto City
20427ca382
functional_tests: add new city test
2020-08-15 15:12:35 +00:00
Crypto City
18da33a330
funtional_tests: guard against special events destroying buildings
2020-08-15 15:12:35 +00:00
Crypto City
3e348124cd
cc: fix earthquake/flood damage
2020-08-15 15:12:35 +00:00
Crypto City
3285129958
cc: lower food consumption
2020-08-15 15:12:35 +00:00
Crypto City
32e48574d8
wallet: add missing cost field to cc_found_city
2020-08-15 15:12:35 +00:00
Crypto City
2d93216014
cc: fix reverting cities from someone with existing buildings
2020-08-15 15:12:35 +00:00
Crypto City
085db0b118
rpc: fill out total_shares in cc_get_cities
2020-08-15 15:12:35 +00:00
Crypto City
cbdd9b3b5f
cc: fix sow height recording off by one
2020-08-15 15:12:35 +00:00
Crypto City
c2f3ef8325
game: switch to walker camera when changing cities
2020-08-15 15:12:35 +00:00
Crypto City
c43c6ea144
cc: add fertile soil city specialization
2020-08-15 15:12:35 +00:00
Crypto City
370f18e612
game: add boids for aesthetic purposes
2020-08-15 15:12:34 +00:00
Crypto City
6d6a83687b
tx_pool: ensure commands aren't processed twice (ie, dandelion)
2020-08-15 15:12:34 +00:00
selsta
9f05df1996
travis: j3 -> j2 on i686-w64-mingw32
2020-08-15 02:42:23 +02:00
Lee Clagett
4e2377995d
Change ZMQ-JSON txextra to hex and remove unnecessary base fields
2020-08-14 23:01:00 +00:00
Lee Clagett
98c151ecb8
Optimize ZMQ-JSON vector reading; GetBlocksFast reads 24%+ faster
2020-08-14 19:47:19 +00:00
Lee Clagett
60627c9f24
Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ faster
2020-08-14 19:46:59 +00:00
Lee Clagett
fe96e66ebe
Fix pruned tx for ZMQ's GetBlocksFast
2020-08-14 19:46:33 +00:00
moneromooo-monero
85899230d1
simplewallet: allow setting tx keys when sending to a subaddress
...
The tx key derivation is different then
2020-08-10 21:25:51 +00:00
Crypto City
f9313926eb
game: fix selection not being removed as terrain is
2020-08-10 17:03:26 +00:00
Crypto City
7ca4cafc9a
game: fix looping track playback
2020-08-10 17:03:26 +00:00
Crypto City
1bc66c1566
README: bimp version to current
2020-08-10 17:03:26 +00:00
cohcho
4ff2074c74
cryptonote_protocol: don't synced pruned blocks before v11
...
There are a few Borromean proofs txes in the v8 era, and these
aren't supported by get_pruned_transaction_weight. Moreover, only
only the most recent variant of bulletproofs is currently supported.
2020-08-10 16:17:39 +00:00
Sarang Noether
921dd8dde5
Use domain-separated ChaCha20 for in-memory key encryption
2020-08-09 19:11:54 -04:00
Sarang Noether
6bfcd31015
Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that include all public proof parameters in Schnorr challenges, along with hash function domain separators. Includes new randomized unit tests.
2020-08-09 18:42:15 -04:00
Crypto City
60f292357b
urho3d: prefer dsound to WASAPI on windows
2020-08-09 18:49:26 +00:00
Crypto City
8ccb635b76
bump version to 0.20.0.0
2020-08-09 14:22:44 +00:00
Crypto City
6093bc0c4f
game: fix off by one in terrain generation zoom limit
2020-08-09 14:15:07 +00:00
Crypto City
8130ef8fee
add three new badges (elevation and crop area)
2020-08-09 13:51:46 +00:00
Alexander Blair
c108c5e2f0
Merge pull request #6354
...
67ade8005
Add randomized delay when forwarding txes from i2p/tor -> ipv4/6 (Lee Clagett)
2020-08-09 06:42:49 -07:00
Crypto City
96dedcd1c7
game: add a limit to the size of rectangle spans
2020-08-09 12:41:31 +00:00
Crypto City
11238aebcb
game: guard against exceptions adding tiles past the height limit
2020-08-09 12:22:50 +00:00