iDunk5400
ad56d914f3
Windows: don't preset CMAKE_SYSTEM_NAME
...
Let it be autodiscovered instead to avoid cmake thinking it's crosscompiling builds where host = target. This resolves a cmake configure error in MSYS2 caused by CMAKE_CROSSCOMPILING checks in #4294 .
2018-09-21 02:38:58 +03:00
iDunk5400
67571e7ba5
Windows: fix undefined references after unbound submodule update
2018-09-21 02:38:58 +03:00
MoroccanMalinois
33adb9b1dc
Build: Fix target release-static-android
2018-09-21 02:38:58 +03:00
MoroccanMalinois
ec6b93e4ca
Translations: handle cross compiling
2018-09-21 02:38:58 +03:00
iDunk5400
1c18b27021
CMakeLists.txt: disable -fstack-protector* on windows
...
Current GCC produces broken binaries with these options
2018-09-21 02:38:57 +03:00
moneromooo-monero
8bbef9d942
CMakeLists.txt: add -mmitigate-rop to security flags if found
...
This is GCC/x86/x86_64 only
2018-09-21 02:38:57 +03:00
moneromooo-monero
7605881b73
gtest: use -fPIC with CLANG too
2018-09-21 02:38:57 +03:00
anonimal
c7a227b3bf
Build: bump miniupnp to 2.1
2018-09-21 02:38:56 +03:00
anonimal
a42e49f1d7
Build: bump unbound to 1.7.3
2018-09-21 02:38:56 +03:00
anonimal
84df545d7f
Build: bump rapidjson to 129d19b
...
Includes various rapidjson fixes.
2018-09-21 02:38:56 +03:00
moneromooo-monero
e1c3d0cc76
db_lmdb: demote the "batch already enabled" log, it's harmless
2018-09-21 02:38:55 +03:00
SChernykh
40573dd79c
Cryptonight variant 2
...
Contains two modifications to improve ASIC resistance: shuffle and integer math.
Shuffle makes use of the whole 64-byte cache line instead of 16 bytes only, making Cryptonight 4 times more demanding for memory bandwidth.
Integer math adds 64:32 bit integer division followed by 64 bit integer square root, adding large and unavoidable computational latency to the main loop.
More details and performance numbers: https://github.com/SChernykh/xmr-stak-cpu/blob/master/README.md
2018-09-21 02:38:55 +03:00
wowario
1f8b0ddc83
up version to v0.3.0.0
2018-09-21 02:38:55 +03:00
wowario
ec5530a86a
static ring size 22 from v9
2018-09-21 02:38:55 +03:00
wowario
bc48be0cdd
CN2 PoW from v9
2018-09-21 02:38:55 +03:00
fuwa
f4a2968a51
clean up defaultMixin for wallet api
2018-09-21 02:38:55 +03:00
wowario
545b09eaf7
Captain obvious warning
2018-09-21 02:38:55 +03:00
fuwa
4c2efffdc5
remove unused default mixin from wallet.cpp
2018-09-21 02:38:54 +03:00
wowario
95cf3bebbe
add LWMA v2
2018-09-21 02:38:38 +03:00
wowario
9f192fd188
Update mainnet timestamp
2018-09-18 01:26:15 +03:00
wowario
0e61004d0b
wallet2: adapt get_approximate_blockchain_height
2018-09-18 01:25:30 +03:00
wowario
b101ac4f7b
modify unit name
2018-09-18 01:24:24 +03:00
wowario
0c681083ca
Add submodule init and update to cmake
2018-09-18 01:24:11 +03:00
jwinterm
7b3269b8ae
Add stoffu fixes to rename
2018-09-18 01:23:57 +03:00
wowario
b6c3926287
update donation address
2018-09-18 01:23:25 +03:00
wowario
f58de1e817
refactor mixin condition
2018-09-18 01:21:07 +03:00
wowario
4a55d6eaea
static mixin
2018-09-18 01:20:56 +03:00
wowario
1611b65221
set static ring size
2018-09-18 01:19:47 +03:00
wowario
f95fcd6d62
increase ringsize to 10
2018-09-18 01:17:35 +03:00
wowario
79271b91ac
make simplewallet simple
2018-09-18 01:14:47 +03:00
wowario
b97b6380b3
rename to wownero
2018-09-18 01:12:04 +03:00
wowario
d28a29a760
remove moneroseeds
2018-09-18 01:11:45 +03:00
wowario
bc41700866
remove output distribution cache data
2018-09-18 01:11:13 +03:00
wowario
db83f0a62d
change file names
2018-09-18 01:10:36 +03:00
wowario
6d24a6f94b
remove payment_id
2018-09-18 01:08:16 +03:00
Gingeropolous
483396faca
readme to include experimental code stipulations
...
Updates the sections in the readme about contributing to stipulate that all experimental code will be considered "safe" for the blockchain and codebase until the USD valuation of 1 wownero reaches $1000.
After $1000, more extensive review will be necessary.
2018-09-18 01:07:43 +03:00
wowario
bda4b3f8bb
add checkpoints
2018-09-18 01:05:09 +03:00
wowario
ba9b3220f7
fix signed unsigned conversion
2018-09-18 01:01:31 +03:00
wowario
9aa886beda
Update difficulty.cpp
...
Changed size_t to match solvetime
2018-09-18 01:01:18 +03:00
wowario
92f54b0e29
Update README.md
2018-09-18 01:01:05 +03:00
jwinterm
b694d58cc8
Set v8 fork height and change version
2018-09-18 01:00:55 +03:00
Matthew Incognito
3450ae0fa7
Lower number of blocks required to unlock balance
...
Set CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE to 4
2018-09-18 01:00:41 +03:00
wowario
f9e44f8ed9
add checkpoints
2018-09-18 01:00:30 +03:00
wowario
1f912c75f1
silent dns warning
2018-09-18 01:00:17 +03:00
wowario
f76ad13b41
update readme
2018-09-18 00:59:35 +03:00
wowario
f2e3fabc32
Turn off tests
2018-09-18 00:56:19 +03:00
jwinterm
f6e53ad33c
block 202612 and 685498 fix
2018-09-18 00:56:07 +03:00
wowario
2c959a9b21
added LWMA
2018-09-18 00:55:51 +03:00
wowario
328b7be391
rename to wownero
2018-09-18 00:53:48 +03:00
Matthew Incognito
61289dcbad
simplewallet: Update minimum and default ring size
2018-09-18 00:53:37 +03:00