luigi1111
378cdeaeae
Merge pull request #6470
...
79a1653
p2p: add seed node. (guywillett)
2020-04-21 09:14:38 -05:00
luigi1111
c846c8650e
Merge pull request #6445
...
5715460
Always reject duplicate key-images from second txid (vtnerd)
babf25d
Allow unrestricted rpc calls to get full txpool info (vtnerd)
2020-04-21 09:03:37 -05:00
luigi1111
4540afc51b
Merge pull request #6433
...
7326b69
functional_tests: ensure signatures never reuse a timestamp (moneromooo-monero)
082dd2c
functional_tests: ensure signed timestamps are fresh (moneromooo-monero)
2020-04-21 08:54:44 -05:00
luigi1111
cc91c0221d
Merge pull request #6415
...
09abca7
wallet_api: checkUpdate - optional version and buildtag params (xiphon)
2020-04-21 08:52:57 -05:00
luigi1111
f389ce1a0f
Merge pull request #6414
...
14e8035
update openssl 1.0.2r link (sumogr)
2020-04-21 08:48:52 -05:00
luigi1111
665736d323
Merge pull request #6411
...
9c95437
workflows: retry on apt failure (selsta)
2020-04-21 08:47:56 -05:00
luigi1111
cb8f4280bb
Merge pull request #6408
...
5ef7138
daemon: fix print_net_stats RPC calls (moneromooo-monero)
2020-04-21 08:46:39 -05:00
luigi1111
06c81b6527
Merge pull request #6359
...
f9441c5
Fixed string_ref usage bug in epee::from_hex::vector (vtnerd)
2020-04-21 08:38:21 -05:00
guy
79a1653a07
p2p: add seed node.
2020-04-21 15:35:30 +02:00
luigi1111
2d729fbdf7
Merge pull request #6332
...
87d7558
Allow wallet2.h to run in WebAssembly (woodser)
2020-04-21 08:26:54 -05:00
luigi1111
9c660e159e
Merge pull request #6278
...
387fd66
Daemon: Print estimates for time until fully synced (rbrunner7)
2020-04-21 08:19:02 -05:00
xiphon
a813c46a1b
cryptonote_core: skip dns checkpoints on startup if not enforced
2020-04-20 18:56:22 +00:00
Crypto City
fdb408ba3a
Bump version to 0.17.0.1
2020-04-19 12:27:07 +00:00
Crypto City
14c46c0f30
game: only cycle through flag budgets for flags we own
2020-04-19 12:20:41 +00:00
Crypto City
9b3168c714
game: fix hang cycling materials on a building with none left
2020-04-19 12:16:52 +00:00
Crypto City
59f4990c57
wallet2: bump chain start time for wallet height estimation
2020-04-19 12:16:52 +00:00
Crypto City
4ed731fc53
game: fix badge path for leaderboards
2020-04-19 12:16:52 +00:00
Crypto City
30c51534a7
game: disable withdraw and chat input for wallets without account
2020-04-19 12:16:52 +00:00
Sumo Gr
f8b1480f95
unit_tests: fix gcc+ warning
2020-04-18 18:04:20 +03:00
Crypto City
87576a615a
cc: fix deposit history recording
2020-04-18 11:32:34 +00:00
luigi1111
57854a3e21
Merge pull request #6314
...
02d887c
Adding Dandelion++ support to public networks: (vtnerd)
2020-04-17 17:48:22 -05:00
Crypto City
ad54330da8
bump version to 0.17.0.0
2020-04-16 23:55:48 +00:00
Crypto City
ab72f1ff46
game: scroll player info lists as a whole
2020-04-16 23:55:48 +00:00
selsta
5eb7f63df8
workflows: add trezor support ubuntu
2020-04-16 22:58:53 +02:00
Crypto City
5bfd1701da
cc: move gemstone find code for reuse
2020-04-16 17:11:46 +00:00
Crypto City
593141807a
make badge thresholds visible in game
2020-04-16 17:11:46 +00:00
Crypto City
9dabc1675a
cc: prevent duplicate badge awards
2020-04-16 13:22:13 +00:00
Crypto City
b6bd294cac
cc: rename the first city Helsengaard
2020-04-16 13:03:49 +00:00
Crypto City
7663d189ed
game: layout tweak in event badge dialog
2020-04-16 13:03:49 +00:00
Crypto City
d64f6407cf
game: add event height in player history
2020-04-16 13:03:49 +00:00
Crypto City
cbc29c21ff
game: fix 3D building removal
2020-04-16 13:03:49 +00:00
Crypto City
31186c9694
magica: fix model export overriding material
2020-04-16 13:03:49 +00:00
Crypto City
105b3b3da5
game: update max points on the fly to place in level up dialog
2020-04-16 13:03:49 +00:00
Crypto City
68dccd3fcb
cc: change hoarder badge icon so it tints properly
2020-04-16 13:03:49 +00:00
Crypto City
13a0ef7fe8
cc: tweak gemstone find chance
2020-04-16 13:03:20 +00:00
Crypto City
dc6de325cc
game: fix accessing invalid data in new badge screen
2020-04-16 13:03:20 +00:00
Crypto City
53a9d8746f
cc: enable all food items
2020-04-16 13:03:20 +00:00
Crypto City
de34e6519c
Add trailblazer badge (building away from other buildings)
2020-04-16 13:03:20 +00:00
xiphon
d2d3a81d0e
bootstrap_daemon: fix missing virtual destructor and lambda capture (clang warning)
2020-04-15 21:22:55 +00:00
Crypto City
3f8b45895f
Give small boost in hunting for players with a military building
2020-04-15 17:52:54 +00:00
Crypto City
2b2a42728b
cc: tweak temperature algorithm to avoid huge cliffs
2020-04-15 17:51:31 +00:00
Crypto City
326f4bc3f2
allow repairing many flags in one command
2020-04-15 17:51:31 +00:00
woodser
87d75584e8
Allow wallet2.h to run in WebAssembly
...
- Add abstract_http_client.h which http_client.h extends.
- Replace simple_http_client with abstract_http_client in wallet2,
message_store, message_transporter, and node_rpc_proxy.
- Import and export wallet data in wallet2.
- Use #if defined __EMSCRIPTEN__ directives to skip incompatible code.
2020-04-15 13:22:46 -04:00
moneromooo-monero
613071f4fa
use memwipe on secret k/alpha values
...
Reported by UkoeHB_ and sarang
2020-04-15 01:16:31 +00:00
Sarang Noether
4ed60b626a
Bulletproofs: verification speedup
2020-04-14 20:31:30 -04:00
Crypto City
0d2a615d1d
cc: tweak hunt parameters
2020-04-14 22:02:56 +00:00
Crypto City
e7157d7860
cc: add missing hunt files
2020-04-14 16:48:23 +00:00
Crypto City
9567b4eec6
cc: remove spammy debug traces
2020-04-14 16:18:51 +00:00
Crypto City
12d2d9fe4c
cc: tweak gemstones
2020-04-14 16:08:34 +00:00
moneromooo-monero
27d551d12f
simplewallet: add sweep_account command
...
Expects an account number, then the usual sweep_all options
Useful to move monero that was accidentally sent to a subaddress
with a very large account index.
2020-04-14 15:06:46 +00:00