Commit Graph

29377 Commits

Author SHA1 Message Date
Duke Leto
e88db6dde6 fix 2019-12-08 17:49:30 -05:00
Duke Leto
0308fac481 Update heir cc from upstream 2019-12-08 17:46:04 -05:00
Duke Leto
738e94c743 Update checkpoint data 2019-12-08 14:06:03 -05:00
Duke Leto
8ede0329b2 deprint 2019-12-08 14:02:20 -05:00
Duke Leto
bcc95bea7c Update checkpoint script 2019-12-08 14:01:33 -05:00
Duke Leto
95e0749bd0 Automate all checkpoint data creation 2019-12-08 13:57:21 -05:00
Duke Leto
80e065568b Add script to generate checkpoint data 2019-12-08 12:49:52 -05:00
Duke Leto
2bc004a6ba prep checkpoints 2019-12-08 12:49:01 -05:00
Jonathan "Duke" Leto
190f8fa99b Merge remote-tracking branch 'origin/dev' into duke 2019-12-02 06:03:07 -08:00
Duke Leto
11de1671aa Merge pull request #48 from DenioD/dev
add longestchain and notarized to getblockchaininfo
2019-12-02 06:02:33 -08:00
Denio
89352fbf06 add missing help output of getblockchaininfo 2019-12-02 14:49:26 +01:00
Denio
975e014e89 add longestchain and notarized to getblockchaininfo 2019-12-02 14:29:18 +01:00
Jonathan "Duke" Leto
71e82cffb6 Remove old dead code 2019-12-02 05:25:31 -08:00
Jonathan "Duke" Leto
f2d4e74cd7 Merge branch 'dev' into duke 2019-12-02 04:38:21 -08:00
Jonathan "Duke" Leto
e46815f338 Sick of libsodium changing URLs. Github URLs do not change 2019-12-02 04:36:45 -08:00
Jonathan "Duke" Leto
2010b75193 Update libgmp dep URL with our own github fork 2019-12-02 04:35:28 -08:00
Duke Leto
3860b93eb3 Merge branch 'duke' of https://github.com/MyHush/hush3 into duke 2019-11-27 18:46:32 -05:00
Duke Leto
1d480ab75c Revert "Upgrade to latest libsodium"
This reverts commit ebec245da7.
2019-11-27 18:46:12 -05:00
Jonathan "Duke" Leto
080de4158e Merge branch 'delete_verus' into duke 2019-11-26 19:49:04 -08:00
Jonathan "Duke" Leto
d7d4d3879b Merge branch 'duke' into delete_verus 2019-11-26 19:41:56 -08:00
Duke Leto
f37931b17d Merge branch 'master' into dev 2019-11-26 17:29:21 -05:00
Duke Leto
16ca87226b Merge remote-tracking branch 'origin/duke' into duke 2019-11-26 17:25:24 -05:00
Duke Leto
9444d8de85 update manpages 2019-11-26 08:21:32 -05:00
Jonathan "Duke" Leto
d8caae05bf bump version to 3.2.2 2019-11-25 16:34:28 -08:00
Jonathan "Duke" Leto
1a093404e1 bump version to 3.2.2 2019-11-25 16:34:16 -08:00
Jonathan "Duke" Leto
ebec245da7 Upgrade to latest libsodium 2019-11-25 16:30:24 -08:00
Jonathan "Duke" Leto
643e2aedde bump version to 3.2.2 2019-11-25 16:28:56 -08:00
Jonathan "Duke" Leto
97f1e68b7d Update libsodium url 2019-11-25 15:18:27 -08:00
Jonathan "Duke" Leto
7d9ddc2a1c Fix DMG support and try to support installation into /Applications 2019-11-24 09:09:22 -08:00
Jonathan "Duke" Leto
71756ca5ec Show PWD in debug.log to help debug DMG param location 2019-11-22 22:57:22 -08:00
Duke Leto
c342938f59 Merge branch 'delete_verus' of https://github.com/MyHush/hush3 into delete_verus 2019-11-22 14:22:21 -05:00
Duke Leto
80355b4f4f Merge remote-tracking branch 'origin/duke' into duke 2019-11-22 14:22:06 -05:00
Jonathan "Duke" Leto
e494e99a00 Merge branch 'duke' into delete_verus 2019-11-22 08:13:51 -08:00
Jonathan "Duke" Leto
0f5e636fa8 For the want of parens consensus was lost 2019-11-22 08:03:46 -08:00
Jonathan "Duke" Leto
3544f56d53 Verify file sizes of sapling params and try to support running inside a .dmg 2019-11-21 07:57:24 -08:00
Duke Leto
4d70123bf1 Update hush-uri.bat 2019-11-18 04:56:36 -08:00
Jonathan "Duke" Leto
cc88d26b57 add hush:// URI protocol handler for windows 2019-11-18 04:48:34 -08:00
Duke Leto
85eb5b7619 Merge remote-tracking branch 'origin/duke' into duke 2019-11-15 12:38:38 -05:00
Duke Leto
9bfd9fce6a Fix logic bug that started mining by default and clean up lots of stuff 2019-11-14 22:46:31 -05:00
Duke Leto
6e70c487d6 Merge remote-tracking branch 'origin/duke' into duke 2019-11-14 22:40:56 -05:00
Duke Leto
1a92b617a7 Merge branch 'duke' into delete_verus 2019-11-14 21:57:14 -05:00
Duke Leto
5d6d52daf3 Port AFL stuff from zcash upstream 2019-11-14 21:55:35 -05:00
Jonathan "Duke" Leto
f3247b7209 remove some sprout code 2019-11-14 15:52:01 -08:00
Jonathan "Duke" Leto
a40f0b0f19 Delete sprout code from HaveJoinSplitRequirements and log reasons for failing reqs to stderr 2019-11-14 14:26:31 -08:00
jl777
f0cb8ba145 +debug 2019-11-14 12:00:27 -08:00
ca333
71d9e4bece fix WIN build 2019-11-14 11:58:55 -08:00
Jonathan "Duke" Leto
f3d06aa599 mostly port travis.yml to hush, api keys are not correct yet 2019-11-13 18:38:49 -08:00
Sean Bowe
f69e3697aa Fix of CVE-2017-18350
Adapted from bitcoin/bitcoin#11397 by Wladimir J. van der Laan.

Co-Authored-By: Jack Grigg <jack@electriccoin.co>
Co-Authored-By: Daira Hopwood <daira@electriccoin.co>
2019-11-10 07:06:29 -08:00
Duke Leto
e87d029968 Mostly-working Hush full node sans Verus!!!
Every line of Verus-specific code has been removed from the codebase.
This code compiles on Linux and can do a partial sync. A full sync
and other extensive tests need to be done before it's merged into
the duke branch.

BUGS:

One known bug is that the node starts to CPU mine by default, lol.
2019-11-05 09:42:21 -05:00
jl777
3252efc837 Mempool fix from upstream 2019-11-05 09:37:24 -05:00