Skip to content

Commit

Permalink
Merge pull request dogecoin#3592 from patricklodder/1.14.8-txtracker
Browse files Browse the repository at this point in the history
1.14.8: Backport TxRequestTracker
  • Loading branch information
chromatic authored Jul 26, 2024
2 parents 25136a5 + 6fe3d55 commit 2599045
Show file tree
Hide file tree
Showing 13 changed files with 1,963 additions and 482 deletions.
260 changes: 179 additions & 81 deletions qa/rpc-tests/p2p-tx-download.py

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ BITCOIN_CORE_H = \
key.h \
keystore.h \
dbwrapper.h \
limitedmap.h \
memusage.h \
merkleblock.h \
miner.h \
Expand Down Expand Up @@ -154,9 +153,11 @@ BITCOIN_CORE_H = \
torcontrol.h \
txdb.h \
txmempool.h \
txrequest.h \
ui_interface.h \
undo.h \
util.h \
utilmemory.h \
utilmoneystr.h \
utiltime.h \
utilstring.h \
Expand Down Expand Up @@ -218,6 +219,7 @@ libdogecoin_server_a_SOURCES = \
torcontrol.cpp \
txdb.cpp \
txmempool.cpp \
txrequest.cpp \
ui_interface.cpp \
validation.cpp \
validationinterface.cpp \
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.test.include
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ BITCOIN_TESTS =\
test/getarg_tests.cpp \
test/hash_tests.cpp \
test/key_tests.cpp \
test/limitedmap_tests.cpp \
test/dbwrapper_tests.cpp \
test/main_tests.cpp \
test/mempool_tests.cpp \
Expand Down Expand Up @@ -136,6 +135,7 @@ BITCOIN_TESTS =\
test/testutil.h \
test/timedata_tests.cpp \
test/transaction_tests.cpp \
test/txrequest_tests.cpp \
test/txvalidationcache_tests.cpp \
test/versionbits_tests.cpp \
test/uint256_tests.cpp \
Expand Down
100 changes: 0 additions & 100 deletions src/limitedmap.h

This file was deleted.

1 change: 0 additions & 1 deletion src/net.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "bloom.h"
#include "compat.h"
#include "hash.h"
#include "limitedmap.h"
#include "netaddress.h"
#include "protocol.h"
#include "random.h"
Expand Down
Loading

0 comments on commit 2599045

Please sign in to comment.