jwinterm
04d6c39149
Merge pull request 'cmake: Use job pool feature to limit concurrent jobs' ( #314 ) from asymptotically/wownero:cmake-job-pools into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/314
2020-08-12 22:38:48 +00:00
jwinterm
e805d42c1a
Merge pull request 'Dynamic Unlock from HF 16' ( #313 ) from wowario/wownero:dynamic-lock into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/313
2020-08-12 22:38:27 +00:00
wowario
8757282908
use block id
2020-08-08 09:55:48 +03:00
Matt Smith
465b5d85e4
cmake: Use job pool feature to limit concurrent jobs
...
Add two new options, WOWNERO_PARALLEL_COMPILE_JOBS and
WOWNERO_PARALLEL_LINK_JOBS to try and prevent running out of memory when
building everything.
Requires >= cmake 3.0.0, and the use of the Ninja generator.
Useful links:
* https://cmake.org/cmake/help/latest/prop_gbl/JOB_POOLS.html
* https://reviews.llvm.org/D6304
2020-08-05 19:25:33 +01:00
wowario
5b46a0df6d
add generated coins and height to unlock calculation
2020-08-01 09:40:24 +03:00
wowario
1eb01bb388
Dynamic Unlock from HF 16
2020-08-01 00:13:27 +03:00
dsc
db89c585da
Merge pull request 'difficulty non-void function warning' ( #312 ) from wowario/wownero:diff into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/312
2020-07-30 15:38:29 +00:00
wowario
97dfd5ae74
fix non-void function
...
Signed-off-by: wowario <wowario@protonmail.com>
2020-07-30 18:01:45 +03:00
wowario
7d1693b160
Merge pull request 'update drone image' ( #309 ) from wowario/wownero:image into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/309
2020-07-27 06:17:48 +00:00
wowario
a649ba1fc9
update drone image
2020-07-26 11:11:11 +03:00
jwinterm
b8a5a1f3db
Merge pull request 'update README' ( #304 ) from wowario/wownero:readme into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/304
2020-07-24 22:44:08 +00:00
wowario
d4efbf1f8d
update README
2020-07-24 21:49:58 +03:00
jwinterm
bda76b6be9
Merge pull request 'Revert SHA-3 on Master branch' ( #302 ) from wowario/wownero:sha3 into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/302
2020-07-23 05:23:28 +00:00
jwinterm
83a26b1291
Merge pull request 'Add AppArmor profiles' ( #303 ) from asymptotically/wownero:apparmor into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/303
2020-07-23 05:23:09 +00:00
jwinterm
3d0153dd8e
Merge pull request 'Dockerfile, speed up CI building' ( #299 ) from wowario/wownero:readme into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/299
2020-07-23 05:20:02 +00:00
wowario
70fa6c98eb
update Dockerfile
...
Signed-off-by: wowario <wowario@protonmail.com>
2020-07-23 08:17:25 +03:00
wowario
f830130ad4
remove translations warning
2020-07-23 08:17:24 +03:00
wowario
31c9e27ec0
speed up CI build
2020-07-23 08:17:13 +03:00
jwinterm
917433511c
Merge pull request 'upstream' ( #298 ) from wowario/wownero:upstream into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/298
2020-07-23 05:09:47 +00:00
Matt Smith
9cc1a1ad48
utils: Add AppArmor profiles
...
Add AppArmor profiles to lock down daemon and cli wallet.
2020-07-22 22:05:38 +01:00
wowario
5b37124d34
revert #258 hash_tests: add sha3
2020-07-22 16:35:41 +03:00
wowario
b3453b4b65
revert #256 switch to SHA-3 PoW
2020-07-22 16:32:11 +03:00
wowario
35429bbb5d
bump up version
2020-07-20 02:00:34 +03:00
wowario
c1e94b21dd
add build status
2020-07-20 01:59:02 +03:00
wowario
b532cd8109
update checkpoints
2020-07-20 01:42:44 +03:00
stoffu
5b83ccbb2d
daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation
...
On startup, it checks against the difficulty checkpoints, and if any mismatch is found, recalculates all the blocks with wrong difficulties. Additionally, once a week it recalculates difficulties of blocks after the last difficulty checkpoint.
2020-07-20 00:41:18 +03:00
wowario
fd66a5f7e1
Merge pull request 'add drone file' ( #295 ) from wowario/wownero:wow-ci into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/295
2020-07-19 20:46:13 +00:00
xiphon
6a829c77e1
cmake: insert CMAKE_CURRENT_SOURCE_DIR in CMAKE_MODULE_PATH
2020-07-19 23:28:18 +03:00
xiphon
ac3c9e9dc7
daemon: complain if data dir resides on FAT32 volume (Windows)
2020-07-19 23:27:52 +03:00
moneromooo-monero
365a9ecacd
testdb: add override in a couple places where it's missing
2020-07-19 23:27:10 +03:00
moneromooo-monero
e537161b65
keccak: remove aligned check
...
Some tools report the alignment check as UB, which seems a bit
dubious, but since the performance difference between the two
versions is minimal, I'll go with the safe version
2020-07-19 23:26:57 +03:00
moneromooo-monero
705a21aee1
simplewallet: add missing calls to on_command
...
It resets the inactivity time
2020-07-19 23:26:46 +03:00
moneromooo-monero
57e60e87bd
db_lmdb: test for mmap support at init time
...
It'll make it clearer when a DB init failure is due to being
on a filesystem which does not support mmap
2020-07-19 23:26:34 +03:00
sumogr
121cdd5012
remove double includes
2020-07-19 23:24:13 +03:00
SomaticFanatic
bcd71a5af9
Update copyright year to 2020
...
Update copyright year to 2020
2020-07-19 23:23:42 +03:00
mj-xmr
1b9226ecfb
Made ccache optional (opt out) and tidied up the FindCcache.cmake
2020-07-19 23:22:54 +03:00
moneromooo-monero
1b7b438337
performance_tests: some windows fixes
...
Too many iterations cause std::bad_alloc for the timings vector,
and the micro prefix displays as some other character, so use u.
Reported by iDunk
2020-07-19 23:22:43 +03:00
wowario
366463f2d0
add drone file
2020-07-16 23:47:39 +03:00
jwinterm
b1a2668fa9
Merge pull request 'upstream' ( #293 ) from wowario/wownero:upstream into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/293
2020-07-16 18:08:23 +00:00
jwinterm
c255220284
Merge pull request 'degoogle rapidjson submodule' ( #291 ) from wowario/wownero:de-google into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/291
2020-07-16 18:04:32 +00:00
jwinterm
cc395f82e6
Merge pull request 'Update RandomWOW to v1.1.8-wow' ( #287 ) from wowario/wownero:v1.1.8-wow into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/287
2020-07-16 18:03:26 +00:00
selsta
4b1748de17
snap: remove from repo
2020-07-16 17:01:00 +03:00
selsta
ac69df97a7
contrib: remove codefresh pipeline
2020-07-16 16:59:51 +03:00
selsta
052bce16d3
simplewallet: add show_qr_code command
...
Thanks to iDunk for helping with Windows.
2020-07-16 16:58:57 +03:00
wowario
0e0de44a3a
Merge pull request 'add new links' ( #286 ) from wowario/wownero:wowario-patch-1 into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/286
2020-07-14 17:09:20 +00:00
wowario
1f5a4b3ea7
degoogle submodule
2020-07-13 17:04:44 +03:00
wowario
6c0afb8b9d
Update RandomWOW to v1.1.8-wow
2020-07-13 10:10:30 +03:00
wowario
29e7770602
add new links
2020-07-07 09:10:10 +00:00
jwinterm
7e01ba8463
Merge pull request 'update submodule urls' ( #284 ) from wowario/wownero:submodules into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/284
2020-06-30 16:19:56 +00:00
wowario
ef88ad4b6e
update submodule urls
2020-06-30 19:13:28 +03:00