Skip to content

Commit

Permalink
Add ReadWrite locking mechanism on top of Blockchain.
Browse files Browse the repository at this point in the history
This will fix existing locking issues, and provide a foundation to implement
more fine-grained locking mechanisms in future works.
  • Loading branch information
0xFFFC0000 committed Feb 16, 2024
1 parent 059028a commit 2ebdee1
Show file tree
Hide file tree
Showing 4 changed files with 609 additions and 130 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -170,7 +170,7 @@ jobs:
run: |
${{env.CCACHE_SETTINGS}}
${{env.BUILD_DEFAULT_LINUX}}
cmake --build build --target test
ctest --test-dir build --debug -R functional_tests_rpc
# ARCH="default" (not "native") ensures, that a different execution host can execute binaries compiled elsewhere.
# BUILD_SHARED_LIBS=ON speeds up the linkage part a bit, reduces size, and is the only place where the dynamic linkage is tested.
Expand Down

0 comments on commit 2ebdee1

Please sign in to comment.