Skip to content

Commit 3c99420

Browse files
Sjorsccdle12
andcommitted
Introduce Sv2Transport
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
1 parent 233dbe2 commit 3c99420

File tree

5 files changed

+1079
-0
lines changed

5 files changed

+1079
-0
lines changed

src/sv2/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
add_library(bitcoin_sv2 STATIC EXCLUDE_FROM_ALL
66
noise.cpp
7+
transport.cpp
78
)
89

910
target_link_libraries(bitcoin_sv2

0 commit comments

Comments
 (0)