Merge latest changes from Github

This commit is contained in:
Michel van Kessel
2019-02-26 09:59:40 -08:00
77 changed files with 2375 additions and 626 deletions

View File

@@ -5,7 +5,7 @@
DIST_SUBDIRS = secp256k1 univalue
AM_LDFLAGS = $(PTHREAD_CFLAGS) $(LIBTOOL_LDFLAGS) $(HARDENED_LDFLAGS)
AM_CXXFLAGS = $(HARDENED_CXXFLAGS)
AM_CXXFLAGS = $(HARDENED_CXXFLAGS) $(ERROR_CXXFLAGS)
AM_CPPFLAGS = $(HARDENED_CPPFLAGS)
EXTRA_LIBRARIES =
@@ -107,6 +107,7 @@ BITCOIN_CORE_H = \
core_memusage.h \
dstencode.h \
hash.h \
cuckoocache.h \
httprpc.h \
httpserver.h \
indirectmap.h \