Commit Graph

231 Commits

Author SHA1 Message Date
Duke Leto
5d6d52daf3 Port AFL stuff from zcash upstream 2019-11-14 21:55:35 -05:00
Duke Leto
15a28a1480 Unbreak stuff 2019-10-18 18:48:05 -04:00
Duke Leto
b93da6e673 this is why we cannot have nice things 2019-10-18 15:35:41 -04:00
Duke Leto
25e025ef87 Install sapling params in debian /usr/share/hush for debian packages; show sha when making .deb 2019-10-18 01:20:02 -04:00
Duke Leto
2bd1fb03cf make debian stuff happy 2019-10-18 01:04:02 -04:00
Jonathan "Duke" Leto
8aaa92366f debianizing 2019-10-17 21:08:46 -07:00
Jonathan "Duke" Leto
b7ecea8fde debian stuff 2019-10-17 19:49:47 -07:00
Duke Leto
f6a4f17f82 Avoid downloading the 700MB sprout-groth16 file we do not need 2019-07-05 01:19:02 -04:00
Duke Leto
96478bd32a We must fetch sprout-groth16.params for now, until librustzcash changes 2019-06-19 11:05:38 -04:00
Jonathan "Duke" Leto
9bd72118bf It is actually bigger, sigh 2019-06-18 06:55:34 -07:00
Jonathan "Duke" Leto
93090a3106 Better current estimate of param download size 2019-06-18 06:53:28 -07:00
Jonathan "Duke" Leto
9d968518a3 Do not fetch sprout params, which saves every new Hush node from needing to download over 1.5GB of stuff it will never use 2019-06-17 19:39:48 -07:00
ca333
962d885e31 fix win 2019-06-10 20:31:24 +02:00
ca333
8baa169073 use makefilecustom for OSX 2019-06-10 19:44:30 +02:00
jl777
89e1414c6b Merge pull request #1524 from KMDLabs/master
merge changes for gcharang
2019-06-03 23:05:06 -11:00
ca333
2d5a95ca88 fix OSX 2019-05-31 03:12:58 +02:00
blackjok3r
8c9fc38a92 fix 2019-05-30 21:19:15 +08:00
jl777
3070b90746 Merge branch 'FSM' into patch-osx-gcc8-static 2019-05-27 04:18:27 -11:00
DeckerSU
45aecd9c3c osx: switch to gcc-8 static build 2019-05-24 11:36:20 +03:00
blackjok3r
8d1583de80 PLEASE BE WORKING 2019-05-03 14:11:56 +08:00
blackjok3rtt
b750ac018f revert back to rogue 2019-05-03 13:08:29 +08:00
blackjok3r
aea85abb39 fix build 2019-05-03 01:54:42 +08:00
blackjok3r
5e91fa1632 Merge branch 'FSM' of https://github.com/jl777/komodo into jl777-FSM 2019-02-26 09:42:51 +08:00
ca333
e1621fb8f8 update win makefile 2019-02-18 18:47:07 +01:00
ca333
8b35141984 roguefy WIN makefile 2019-02-18 15:29:59 +01:00
ca333
553b54b61c roguefy makefile
'roguefy' for komodo linux makefile
2019-02-18 12:13:11 +01:00
ca333
c5b8640d9d update OSX makefile 2019-02-18 00:15:35 +01:00
blackjok3r
1a70313da0 fix cclib fresh clone 2019-01-27 13:59:50 +08:00
ca333
18f8c77197 update linux makefile 2019-01-26 13:09:27 +01:00
blackjok3r
83387a82d3 wtf 2019-01-26 16:32:56 +08:00
blackjok3r
fd1de72c60 fixed 2019-01-25 16:54:27 +08:00
blackjok3r
63eda9498a test fix 2019-01-25 16:50:15 +08:00
blackjok3r
73e71d5e4e fix 2019-01-25 16:42:50 +08:00
blackjok3r
b984401e96 add ca333's Makefile, change depend to hardcoded berkely DB in depnds folder. Add exception for COINABSE_MATURITY =1 for all LABS chains. 2019-01-25 16:18:00 +08:00
ca333
12ebbabfd6 [update] OSX Makefile 2019-01-20 05:11:14 +01:00
ca333
240fdaa384 add cclib to makefile 2019-01-20 03:11:54 +01:00
Asher Dawes
844637a503 Adding symbols back to Linux builds.
Stripping symbols on master branch builds
2018-10-23 19:19:38 -07:00
Asher Dawes
ebaafd4d2c Removing symbols on Linux build 2018-10-17 20:54:20 -07:00
Asher Dawes
37ff7360a0 Reverting gcc change 2018-10-17 19:46:38 -07:00
Asher Dawes
925f465830 Updating versions for release 2018-10-17 18:08:05 -07:00
Asher Dawes
522c4984e0 Updating CI config (#135) 2018-10-16 18:39:33 -07:00
miketout
9feb4b9e08 Major updates integration from all upstreams 2018-09-18 14:33:53 -07:00
Michael Toutonghi
0c8fa56a02 All latest updates, smart contracts, including oracle from KMD/jl777 2018-09-13 13:00:13 -07:00
Jack Grigg
f2d3715727 zcutil/build.sh: Remove --enable-werror from default configuration
Windows cross-compile has currently-unavoidable warnings. Upstream Bitcoin Core
has them as well. For now, let's remove this from the default configuration, and
add it to the Linux and OSX CI builders (so we effectively still enforce it for
merged PRs).
2018-08-17 16:45:32 +01:00
Jack Grigg
03ea5a8122 zcutil/build.sh: Use config.site to set default ./configure settings
This is a more reliable way to configure the depends path (matching what is done
upstream), and frees up --prefix for user configuration.
2018-08-17 16:45:28 +01:00
Jack Grigg
b057754005 zcutil/build.sh: Use $HOST to specify the depends prefix 2018-08-17 16:43:06 +01:00
Asher Dawes
eddc1d45e8 troubleshooting installer 2018-08-16 20:37:00 -07:00
Asher Dawes
4474ce24c1 Skipping tests and non Windows builds.
Finding and removing previous installations with installer
2018-08-13 01:19:07 -07:00
Asher Dawes
f73bf13713 modifying verus-cli source 2018-08-12 16:24:47 -07:00
Asher Dawes
bf7b0f9e60 troubleshooting version read 2018-08-11 22:10:40 -07:00