Commit Graph

13450 Commits

Author SHA1 Message Date
Alexander Blair
a08df6eb1b
Merge pull request #6603
4e2377995 Change ZMQ-JSON txextra to hex and remove unnecessary base fields (Lee Clagett)
2020-08-16 12:43:38 -07:00
Alexander Blair
009ca6fcd3
Merge pull request #6601
98c151ecb Optimize ZMQ-JSON vector reading; GetBlocksFast reads 24%+ faster (Lee Clagett)
60627c9f2 Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ faster (Lee Clagett)
fe96e66eb Fix pruned tx for ZMQ's GetBlocksFast (Lee Clagett)
2020-08-16 12:43:11 -07:00
Alexander Blair
9eebe01c58
Merge pull request #6593
6f5411d30 tests: fix missing error on missing python entry point (moneromooo-monero)
c6dc2850c python-rpc: add missing sync_txpool python entry point (moneromooo-monero)
2020-08-16 12:41:10 -07:00
Alexander Blair
0f5eb0e70c
Merge pull request #6546
eda167585 wallet_rpc_server: use unlock_time in suggested confirmations calc (moneromooo-monero)
2020-08-16 12:40:51 -07:00
Alexander Blair
461651fce5
Merge pull request #6542
35665df20 protocol: don't drop a connection if we can't get a compatible chain (moneromooo-monero)
2020-08-16 12:40:37 -07:00
Alexander Blair
b61a9afa5d
Merge pull request #6500
a07c8abcc Update expat.mk (ArqTras)
2020-08-16 12:40:17 -07:00
Alexander Blair
6d29ee6c52
Merge pull request #6493
921dd8dde Use domain-separated ChaCha20 for in-memory key encryption (Sarang Noether)
2020-08-16 12:39:59 -07:00
Alexander Blair
e2e09d00c2
Merge pull request #6337
a11ec4ac1 Support for supercop ASM in wallet, and benchmark for supercop (Lee Clagett)
2020-08-16 12:38:44 -07:00
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