Skip to content

Commit

Permalink
Revert "BIP 37 - Bloom Filters"
Browse files Browse the repository at this point in the history
This reverts commit b1a3b27.
  • Loading branch information
justinvforvendetta committed Nov 6, 2017
1 parent 1d7cf83 commit 9e35ea7
Show file tree
Hide file tree
Showing 19 changed files with 99 additions and 884 deletions.
4 changes: 0 additions & 4 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ BITCOIN_CORE_H = \
base58.h \
bignum.h \
bitcoinrpc.h \
bloom.h \
checkpoints.h \
clientversion.h \
compat.h \
Expand Down Expand Up @@ -94,7 +93,6 @@ BITCOIN_CORE_H = \
blake2.h \
blake2-impl.h \
db.h \
hash.h \
txdb-leveldb.h \
init.h \
kernel.h \
Expand Down Expand Up @@ -141,7 +139,6 @@ libbitcoin_server_a_CPPFLAGS = $(BITCOIN_INCLUDES)
libbitcoin_server_a_SOURCES = \
addrman.cpp \
alert.cpp \
bloom.cpp \
checkpoints.cpp \
init.cpp \
db.cpp \
Expand Down Expand Up @@ -178,7 +175,6 @@ libbitcoin_common_a_SOURCES = \
netbase.cpp \
protocol.cpp \
script.cpp \
hash.cpp \
kernel.cpp \
scrypt.cpp \
groestl.c \
Expand Down
1 change: 0 additions & 1 deletion src/addrman.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "protocol.h"
#include "util.h"
#include "sync.h"
#include "hash.h"


#include <map>
Expand Down
183 changes: 0 additions & 183 deletions src/bloom.cpp

This file was deleted.

91 changes: 0 additions & 91 deletions src/bloom.h

This file was deleted.

58 changes: 0 additions & 58 deletions src/hash.cpp

This file was deleted.

Loading

0 comments on commit 9e35ea7

Please sign in to comment.