-
Notifications
You must be signed in to change notification settings - Fork 649
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1104 from nanomobile/valera_issue_1050
add quit command to cli_wallet #1050
- Loading branch information
Showing
4 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
Submodule fc
updated
18 files
+6 −4 | CMakeLists.txt | |
+3 −3 | include/fc/io/fstream.hpp | |
+0 −5 | include/fc/static_variant.hpp | |
+2 −2 | include/fc/variant.hpp | |
+2 −2 | src/crypto/elliptic_common.cpp | |
+2 −2 | src/crypto/pke.cpp | |
+1 −1 | src/filesystem.cpp | |
+5 −3 | src/io/fstream.cpp | |
+2 −6 | src/log/file_appender.cpp | |
+2 −1 | src/network/http/websocket.cpp | |
+1 −1 | src/network/tcp_socket.cpp | |
+5 −0 | src/rpc/cli.cpp | |
+1 −0 | src/stacktrace.cpp | |
+1 −0 | tests/CMakeLists.txt | |
+72 −0 | tests/logging_tests.cpp | |
+5 −4 | tests/time_test.cpp | |
+1 −1 | vendor/editline | |
+1 −1 | vendor/websocketpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters