-
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.
- Loading branch information
valzav
committed
Mar 2, 2016
1 parent
dad47e2
commit 02d9836
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.0.160208 | ||
2.0.160302 |
Submodule fc
updated
13 files
+1 −5 | CMakeLists.txt | |
+38 −1 | include/fc/container/deque.hpp | |
+0 −1 | include/fc/crypto/sha256.hpp | |
+0 −1 | include/fc/io/iostream.hpp | |
+2 −45 | include/fc/io/raw.hpp | |
+0 −28 | include/fc/variant.hpp | |
+1 −25 | src/crypto/_digest_common.cpp | |
+0 −1 | src/crypto/_digest_common.hpp | |
+0 −10 | src/crypto/elliptic_common.cpp | |
+0 −5 | src/crypto/sha256.cpp | |
+9 −12 | src/network/http/websocket.cpp | |
+3 −3 | src/thread/thread.cpp | |
+1 −8 | src/variant.cpp |
02d9836
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@valzav Why update FC version to a very old one?