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 <chris.coverdale24@gmail.com>
Co-Authored-By: Fi3
  • Loading branch information
Sjors and ccdle12 committed Sep 20, 2024
1 parent bce465f commit 4c680d6
Show file tree
Hide file tree
Showing 5 changed files with 1,079 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sv2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

add_library(bitcoin_sv2 STATIC EXCLUDE_FROM_ALL
noise.cpp
transport.cpp
)

target_link_libraries(bitcoin_sv2
Expand Down
Loading

0 comments on commit 4c680d6

Please sign in to comment.