Skip to content

Commit

Permalink
Merge branch 'bench_tests' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Feb 24, 2019
2 parents b508db7 + 27431d1 commit efc7e3b
Show file tree
Hide file tree
Showing 10 changed files with 738 additions and 367 deletions.
2 changes: 2 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ VERGE_CORE_H = \
validation.h \
validationinterface.h \
versionbits.h \
versionbitsinfo.h \
torcontroller.h \
walletinitinterface.h \
wallet/coincontrol.h \
Expand Down Expand Up @@ -450,6 +451,7 @@ libverge_common_a_SOURCES = \
script/ismine.cpp \
script/sign.cpp \
script/standard.cpp \
versionbitsinfo.cpp \
warnings.cpp \
stealth.cpp \
$(VERGE_CORE_H)
Expand Down
1 change: 1 addition & 0 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
#include <util/system.h>
#include <util/moneystr.h>
#include <validationinterface.h>
#include <versionbitsinfo.h>
#include <warnings.h>
#include <walletinitinterface.h>
#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion src/netaddress.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ class CNetAddr
* Useful for mapping resolved addresses back to their source.
*/
bool SetInternal(const std::string& name);

bool SetSpecial(const std::string &strName); // for Tor & i2p addresses
bool IsBindAny() const; // INADDR_ANY equivalent
bool IsIPv4() const; // IPv4 mapped address (::FFFF:0:0/96, 0.0.0.0/0)
bool IsIPv6() const; // IPv6 address (not mapped IPv4, not Tor/i2p)
bool IsRFC1918() const; // IPv4 private networks (10.0.0.0/8, 192.168.0.0/16, 172.16.0.0/12)
Expand Down

0 comments on commit efc7e3b

Please sign in to comment.