Skip to content

Commit 9d9d377

Browse files
cryptocodeargakiig
andauthoredFeb 20, 2020
IPC 2.0 (#2487)
* IPC 2.0 * Use nano::locked for confirmation subscriber vector * Remove unused local * Update toml tests, fix some const issues * Some access permission improvements * Comments and nano::locked improvements * Guilherme review feedback: formatting, advanced cmake flags, disallow deny for roles * Wesley feedback * Try to please win build on CI * Add generated file to git ignore * install api/flatbuffers/* depending on platform * correct path for api in MacOS app * add api to docker image Co-authored-by: Russel Waters <[email protected]>
1 parent 8c3ae38 commit 9d9d377

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+3385
-468
lines changed
 

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ qrc_resources.cpp
6363
qt_system
6464
resources.qrc.depends
6565

66+
# Autogenerated Flatbuffers source files
67+
nano/ipc_flatbuffers_lib/generated/flatbuffers/nanoapi_generated.h
68+
6669
# CMake artifacts
6770
_CPack_Packages
6871
CPack*

‎.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@
2121
[submodule "nano-pow-server"]
2222
path = nano-pow-server
2323
url = https://github.com/nanocurrency/nano-pow-server.git
24+
[submodule "flatbuffers"]
25+
path = flatbuffers
26+
url = https://github.com/google/flatbuffers.git

0 commit comments

Comments
 (0)
Please sign in to comment.