Skip to content

Commit

Permalink
Add Sv2Connman
Browse files Browse the repository at this point in the history
Co-authored-by: Vasil Dimov <[email protected]>
  • Loading branch information
Sjors and vasild committed Aug 8, 2024
1 parent f910357 commit b549fd6
Show file tree
Hide file tree
Showing 5 changed files with 825 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ BITCOIN_CORE_H = \
common/bloom.h \
common/init.h \
common/run_command.h \
common/sv2_connman.h \
common/sv2_messages.h \
common/sv2_noise.h \
common/sv2_transport.h \
Expand Down Expand Up @@ -690,6 +691,7 @@ libbitcoin_common_a_SOURCES = \
common/interfaces.cpp \
common/messages.cpp \
common/run_command.cpp \
common/sv2_connman.cpp \
common/sv2_noise.cpp \
common/settings.cpp \
common/signmessage.cpp \
Expand Down
1 change: 1 addition & 0 deletions src/Makefile.test.include
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ BITCOIN_TESTS =\
test/sock_tests.cpp \
test/span_tests.cpp \
test/streams_tests.cpp \
test/sv2_connman_tests.cpp \
test/sv2_messages_tests.cpp \
test/sv2_noise_tests.cpp \
test/sv2_transport_tests.cpp \
Expand Down
Loading

0 comments on commit b549fd6

Please sign in to comment.