Skip to content

Commit

Permalink
Move BlockManager to node/blockstorage
Browse files Browse the repository at this point in the history
Summary:
Can be reviewed with --color-moved=dimmed-zebra

This is a backport of [[bitcoin/bitcoin#23581 | core#23581]]
bitcoin/bitcoin@fade2a4

Depends on D12487

Test Plan: `ninja all check-all`

Reviewers: #bitcoin_abc, Fabien

Reviewed By: #bitcoin_abc, Fabien

Subscribers: Fabien

Differential Revision: https://reviews.bitcoinabc.org/D12507
  • Loading branch information
PiRK committed Nov 16, 2022
1 parent cf55baa commit 65330d5
Show file tree
Hide file tree
Showing 5 changed files with 518 additions and 513 deletions.
4 changes: 4 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,10 @@ endif()
if(BUILD_BITCOIN_ZMQ)
add_subdirectory(zmq)
target_link_libraries(server zmq)

# FIXME: This is needed because of an unwanted dependency:
# zmqpublishnotifier.cpp -> blockstorage.h -> txdb.h -> dbwrapper.h -> leveldb/db.h
target_link_libraries(zmq leveldb)
endif()

# RPC client support
Expand Down
Loading

0 comments on commit 65330d5

Please sign in to comment.