luigi1111
ae18ec080c
Merge pull request #6457
...
5eb7f63
workflows: add trezor support ubuntu (selsta)
2020-05-01 15:48:53 -05:00
luigi1111
ec90f9a54b
Merge pull request #6453
...
d2d3a81
bootstrap_daemon: fix missing virtual destructor and lambda capture (clang warning) (xiphon)
2020-05-01 15:47:47 -05:00
luigi1111
d68497a3e3
Merge pull request #6452
...
d3e77cc
FindCcache automatically (mj-xmr)
2020-05-01 15:45:55 -05:00
luigi1111
ac9f7c9bec
Merge pull request #6449
...
27d551d
simplewallet: add sweep_account command (moneromooo-monero)
2020-05-01 15:36:19 -05:00
luigi1111
c9b800a787
Merge pull request #6446
...
e509ede
trezor: adapt to new passphrase mechanism (ph4r05)
2020-05-01 15:32:52 -05:00
luigi1111
f020b24b02
Merge pull request #6444
...
b367630
simplewallet : missing function block separator (sumogr)
2020-05-01 15:24:33 -05:00
luigi1111
6e7b883212
Merge pull request #6443
...
145be6d
p2p: startup speedup, init seed nodes on first 'connect_to_seed()' (xiphon)
2020-05-01 15:23:05 -05:00
luigi1111
6b7e88e16c
Merge pull request #6440
...
7c4a400
simplewallet: fix strings (show_transfers & export_transfers) (sumogr)
2020-05-01 15:21:57 -05:00
luigi1111
443f5c6bda
Merge pull request #6436
...
688a3e8
Add timelock verification on device (cslashm)
2020-05-01 15:20:05 -05:00
luigi1111
69320cd913
Merge pull request #6420
...
647c069
openssl update (ArqTras)
2020-05-01 15:18:34 -05:00
luigi1111
3e21e591b8
Merge pull request #6350
...
da99157
Use byte_slice for sending zmq messages - removes data copy within zmq (vtnerd)
2020-05-01 15:13:58 -05:00
luigi1111
26bfd70459
Merge pull request #6487
...
dd807b8
txpool.cpp: rename var to fix for old g++ version (xenial default) (sumogr)
2020-04-29 12:13:24 -05:00
Sumo Gr
dd807b8410
txpool.cpp: rename var to fix for old g++ version (xenial default)
2020-04-29 10:03:51 +00:00
Lee Clagett
feee455c9f
Fixes for ZMQ JSON-RPC endpoint names for raw tx
2020-04-29 01:07:27 -04:00
Crypto City
06472348cf
WIP - palettes
2020-04-28 15:43:03 +00:00
Crypto City
15620cb958
game: more user friendly repair all button
2020-04-28 15:08:40 +00:00
Crypto City
8372adf43d
game: remove unused prototype
2020-04-28 15:08:40 +00:00
Crypto City
c082af2f5e
game: fix colunm resizing in flags list
2020-04-28 15:08:40 +00:00
Crypto City
7e64fabdb2
game: remove obsolete code
2020-04-28 15:08:40 +00:00
Crypto City
d2fecc6185
add obfuscated asset format variation to comply with licence terms
...
Some assets have a licence prohibiting easy reuse by game users,
so we store them obfuscated
2020-04-28 15:08:40 +00:00
Crypto City
145e16098d
game: fix repair all considering empty flags
2020-04-28 15:08:40 +00:00
Crypto City
3275d55daf
game: fix switches back and forth from per cube rendering mode
2020-04-28 15:08:40 +00:00
moneromooo-monero
7a8c1eece9
wallet2: fix subaddress expansion when receiving monero
2020-04-27 16:48:19 +00:00
Dusan Klinec
e509ede2aa
trezor: adapt to new passphrase mechanism
...
- choice where to enter passphrase is now made on the host
- use wipeable string in the comm stack
- wipe passphrase memory
- protocol optimizations, prepare for new firmware version
- minor fixes and improvements
- tests fixes, HF12 support
2020-04-27 18:17:56 +02:00
moneromooo-monero
e7d01056f4
message_store: don't print an error when there is no mms file
...
It confuses people
2020-04-27 15:44:29 +00:00
xiphon
119f706921
rpc: fix 'use_bootstrap_daemon_if_necessary' return value
2020-04-27 10:32:33 +00:00
ArqTras
647c069db6
openssl update
...
Not available source updated
g version
2020-04-27 10:52:51 +02:00
Crypto City
ed78e68f43
game: make notifications a bit easier to read by moving the shadow
2020-04-27 01:41:02 +00:00
Crypto City
497d951fce
game: do not drop to block based rendering when hovering or unselected
...
Target block highlight used to be material based, which required
per block rendering, but is now a frame cursor, which does not.
2020-04-27 01:41:02 +00:00
xiphon
4f489fa6a2
wallet2: check_connection return false on get_version status != OK
2020-04-26 13:08:17 +00:00
Lee Clagett
ee58362b1f
Used legacy category to match insert_key_images behavior
2020-04-24 20:19:37 -04:00
Lee Clagett
afe5a55e96
Revert functional test changes in babf25d2e
and 571546067
2020-04-24 18:30:23 -04:00
Crypto City
f7243bbe23
game: enable/disable profile edit based on player info dialog account
2020-04-24 13:44:45 +00:00
Crypto City
b4eac58802
game: add a screenshot based title screen
2020-04-24 01:21:20 +00:00
Crypto City
4863f4684e
unit_tests: fix building settings unit test
2020-04-23 13:16:35 +00:00
Crypto City
63c50b5c08
from monero
2020-04-22 17:16:55 +00:00
moneromooo-monero
2efbd5f0cc
cryptonote: fix reuse of non default tx data when relaying
...
An automatic tx variable is initialized properly on the first
run through the loop, but not the second. Moving the variable
inside the loop ensures the ctor is called again to init it.
2020-04-22 16:50:20 +00:00
mj-xmr
d3e77ccb59
FindCcache automatically
2020-04-22 17:17:25 +02:00
Crypto City
6ad068d938
make city levels somewhat easier to achieve
2020-04-22 15:14:48 +00:00
Crypto City
30d8e2f394
cc: unlock commercial buildings at level 1
2020-04-22 15:14:48 +00:00
Gingeropolous
c6a1294b5e
add another seed node
...
node is funded by random people and managed by me. currently functioning as public node at uwillrunanodesoon.moneroworld.com
2020-04-22 15:43:22 +02:00
moneromooo-monero
8b655de8ed
simplewallet: report timestamp based expected unlock time on balance
2020-04-22 13:34:58 +00:00
erciccione
9faf3d1a72
Add erciccione's seed node
2020-04-22 10:24:40 +02:00
xiphon
145be6dbdb
p2p: startup speedup, init seed nodes on first 'connect_to_seed()'
2020-04-21 23:40:04 +00:00
Crypto City
8995df508a
game: better city level window
2020-04-21 23:24:45 +00:00
Crypto City
9f16dc3047
game: improved queued commands dialog
2020-04-21 21:12:29 +00:00
Crypto City
5805cee584
game: select a flag upon a "go to" command
2020-04-21 18:03:01 +00:00
Crypto City
ecfed58928
game: print loaded magica voxel model budget
2020-04-21 17:41:07 +00:00
Crypto City
1bc5e42030
game: better queued commands dialog details
2020-04-21 17:41:07 +00:00
Crypto City
b0bea18f8e
game: add a buy/sell UI swap option
2020-04-21 17:41:07 +00:00