-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3447e6e
commit 6274a17
Showing
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
Submodule blockchain
updated
15 files
Submodule c-api
updated
47 files
Submodule domain
updated
53 files
Submodule infrastructure
updated
4 files
+0 −1 | include/kth/infrastructure.hpp | |
+36 −0 | include/kth/infrastructure/assumptions.hpp | |
+0 −23 | include/kth/infrastructure/config/settings.hpp | |
+4 −6 | include/kth/infrastructure/constants.hpp |
Submodule network
updated
5 files
+2 −2 | include/kth/network/settings.hpp | |
+2 −1 | src/hosts.cpp | |
+2 −2 | src/protocols/protocol_version_31402.cpp | |
+45 −39 | src/settings.cpp | |
+2 −2 | test/p2p.cpp |
Submodule node
updated
13 files
+0 −9 | conanfile.py | |
+9 −6 | include/kth/node/configuration.hpp | |
+7 −3 | include/kth/node/full_node.hpp | |
+3 −1 | include/kth/node/parser.hpp | |
+2 −2 | include/kth/node/settings.hpp | |
+9 −5 | src/configuration.cpp | |
+31 −16 | src/full_node.cpp | |
+102 −38 | src/parser.cpp | |
+1 −1 | src/sessions/session_block_sync.cpp | |
+3 −4 | src/sessions/session_header_sync.cpp | |
+1 −2 | src/settings.cpp | |
+10 −6 | test/configuration.cpp | |
+9 −7 | test/settings.cpp |
Submodule node-exe
updated
3 files
+16 −33 | console/executor.cpp | |
+1 −9 | console/executor.hpp | |
+1 −1 | console/main.cpp |
Submodule rpc
updated
4 files
+2 −1 | include/kth/rpc/messages/blockchain/getblockchaininfo.hpp | |
+2 −2 | include/kth/rpc/messages/mining/getblocktemplate.hpp | |
+2 −2 | include/kth/rpc/messages/mining/getmininginfo.hpp | |
+2 −2 | test/rpc.cpp |