Skip to content

Commit 88306f7

Browse files
committed
feat: adding flexible num agents and shards to parsec run local mit-dci#276
This commit made with the assistance of github copilot Signed-off-by: Morgan Rockett <[email protected]>
1 parent cf9060e commit 88306f7

File tree

3 files changed

+506
-0
lines changed

3 files changed

+506
-0
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ CMakeCache.txt
3838
*.a
3939
*.log
4040
*.tgz
41+
*.dat
4142

4243
leveldb*/
4344
NuRaft*/
@@ -50,6 +51,10 @@ CMakeFiles/
5051
plots/
5152
.deps/
5253
.libs/
54+
.cache/
55+
*_raft_log_*/
56+
parsec_logs/
57+
logs/
5358

5459
# Database
5560
blocks.dat
@@ -61,6 +66,7 @@ test_db
6166

6267
# IDE support
6368
.vscode/
69+
*.code-workspace
6470
.idea/
6571
cmake-build-*/
6672

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ eth-hash
33
matplotlib
44
numpy
55
pylint
6+
asyncio

0 commit comments

Comments
 (0)