-
Notifications
You must be signed in to change notification settings - Fork 3
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 #782 from koinos/1.0.0
Bump submodules to v1.0.0
- Loading branch information
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule log
updated
8 files
+34 −0 | .github/ISSUE_TEMPLATE/ask_question.yml | |
+55 −0 | .github/ISSUE_TEMPLATE/bug_report.yml | |
+21 −0 | .github/ISSUE_TEMPLATE/config.yml | |
+27 −0 | .github/ISSUE_TEMPLATE/feature_request.yml | |
+15 −0 | .github/pull_request_template.md | |
+1 −1 | CMakeLists.txt | |
+48 −0 | CONTRIBUTING.md | |
+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
7 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 |