Skip to content

Commit

Permalink
feat: adding flexible num agents and shards to parsec run local #276
Browse files Browse the repository at this point in the history
This commit made with the assistance of github copilot

Signed-off-by: Morgan Rockett <[email protected]>
  • Loading branch information
rockett-m committed Nov 15, 2024
1 parent cf9060e commit 818f870
Show file tree
Hide file tree
Showing 3 changed files with 515 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ CMakeCache.txt
*.a
*.log
*.tgz
*.dat

leveldb*/
NuRaft*/
Expand All @@ -50,6 +51,10 @@ CMakeFiles/
plots/
.deps/
.libs/
.cache/
*_raft_log_*/
parsec_logs/
logs/

# Database
blocks.dat
Expand All @@ -61,6 +66,7 @@ test_db

# IDE support
.vscode/
*.code-workspace
.idea/
cmake-build-*/

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ eth-hash
matplotlib
numpy
pylint
asyncio
Loading

0 comments on commit 818f870

Please sign in to comment.