-
Notifications
You must be signed in to change notification settings - Fork 1
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 #71 from koinos/1.0.0
Bum submodules for 1.0.0
- Loading branch information
Showing
8 changed files
with
13 additions
and
8 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
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
Submodule crypto
updated
7 files
+15 −0 | .github/pull_request_template.md | |
+3 −3 | CMakeLists.txt | |
+13 −8 | cmake/Hunter/config.cmake | |
+1 −1 | libraries/crypto/CMakeLists.txt | |
+99 −15 | libraries/crypto/elliptic.cpp | |
+22 −12 | libraries/crypto/include/koinos/crypto/elliptic.hpp | |
+72 −0 | tests/tests/crypto_test.cpp |
Submodule exception
updated
7 files
+15 −0 | .github/pull_request_template.md | |
+3 −1 | CMakeLists.txt | |
+9 −4 | cmake/Hunter/config.cmake | |
+1 −1 | libraries/exception/CMakeLists.txt | |
+59 −6 | libraries/exception/exception.cpp | |
+88 −21 | libraries/exception/include/koinos/exception.hpp | |
+58 −18 | tests/tests/exception_test.cpp |
Submodule log
updated
3 files
+15 −0 | .github/pull_request_template.md | |
+1 −1 | CMakeLists.txt | |
+2 −2 | cmake/Hunter/config.cmake |
Submodule mq
updated
3 files
+15 −0 | .github/pull_request_template.md | |
+1 −1 | CMakeLists.txt | |
+8 −8 | cmake/Hunter/config.cmake |
Submodule proto
updated
23 files
Submodule util
updated
8 files
+15 −0 | .github/pull_request_template.md | |
+1 −1 | CMakeLists.txt | |
+1 −0 | libraries/util/CMakeLists.txt | |
+21 −0 | libraries/util/base64.cpp | |
+319 −0 | libraries/util/base64.h | |
+33 −0 | libraries/util/include/koinos/util/base64.hpp | |
+29 −0 | libraries/util/include/koinos/util/options.hpp | |
+114 −0 | tests/tests/util_test.cpp |