mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
updated tonlib
- updated tonlib - updated validator - updated documentation - first version of http over rldp proxy
This commit is contained in:
parent
53ec9684bd
commit
77842f9b63
128 changed files with 10555 additions and 2285 deletions
|
@ -323,6 +323,7 @@ if (LATEX_FOUND)
|
|||
add_latex_document(doc/tvm.tex TARGET_NAME ton_vm_description)
|
||||
add_latex_document(doc/tblkch.tex TARGET_NAME ton_blockchain_description)
|
||||
add_latex_document(doc/fiftbase.tex TARGET_NAME fift_basic_description)
|
||||
add_latex_document(doc/catchain.tex TARGET_NAME catchain_consensus_description)
|
||||
endif()
|
||||
#END internal
|
||||
|
||||
|
@ -374,6 +375,8 @@ add_subdirectory(validator-engine)
|
|||
add_subdirectory(validator-engine-console)
|
||||
add_subdirectory(dht-server)
|
||||
add_subdirectory(utils)
|
||||
add_subdirectory(http)
|
||||
add_subdirectory(rldp-http-proxy)
|
||||
endif()
|
||||
#END internal
|
||||
|
||||
|
@ -473,6 +476,9 @@ target_link_libraries(test-ton-collator overlay tdutils tdactor adnl tl_api dht
|
|||
#add_executable(test-ext-client test/test-ext-client.cpp)
|
||||
#target_link_libraries(test-ext-client tdutils tdactor adnl tl_api tl-lite-utils)
|
||||
|
||||
add_executable(test-http test/test-http.cpp)
|
||||
target_link_libraries(test-http PRIVATE tonhttp)
|
||||
|
||||
get_directory_property(HAS_PARENT PARENT_DIRECTORY)
|
||||
if (HAS_PARENT)
|
||||
set(ALL_TEST_SOURCE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue