Skip to content

Commit

Permalink
Introduce Sv2Transport
Browse files Browse the repository at this point in the history
Implemented starting from a copy of V2Transport and the V2TransportTester, modifying it to fit Stratum v2 and Noise Protocol requirements.

Co-Authored-By: Christopher Coverdale <[email protected]>
Co-Authored-By: Fi3
  • Loading branch information
Sjors and ccdle12 committed Aug 13, 2024
1 parent b9b0891 commit 199234a
Show file tree
Hide file tree
Showing 5 changed files with 1,079 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 @@ -140,6 +140,7 @@ BITCOIN_CORE_H = \
common/run_command.h \
common/sv2_messages.h \
common/sv2_noise.h \
common/sv2_transport.h \
common/types.h \
common/url.h \
compat/assumptions.h \
Expand Down Expand Up @@ -691,6 +692,7 @@ libbitcoin_common_a_SOURCES = \
common/sv2_noise.cpp \
common/settings.cpp \
common/signmessage.cpp \
common/sv2_transport.cpp \
common/system.cpp \
common/url.cpp \
compressor.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 @@ -155,6 +155,7 @@ BITCOIN_TESTS =\
test/span_tests.cpp \
test/streams_tests.cpp \
test/sv2_noise_tests.cpp \
test/sv2_transport_tests.cpp \
test/sync_tests.cpp \
test/system_tests.cpp \
test/timeoffsets_tests.cpp \
Expand Down
Loading

0 comments on commit 199234a

Please sign in to comment.