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 Jul 19, 2024
1 parent d1e3e3b commit 3cf779b
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 @@ -137,6 +137,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 @@ -689,6 +690,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 @@ -152,6 +152,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 3cf779b

Please sign in to comment.