Skip to content

Commit

Permalink
Merge pull request #3 from mh739025250/node
Browse files Browse the repository at this point in the history
[refactor] rewrite with typescript
  • Loading branch information
mh739025250 authored Nov 16, 2021
2 parents 89048c6 + bc83daa commit b6dfce3
Show file tree
Hide file tree
Showing 94 changed files with 14,992 additions and 3,204 deletions.
32 changes: 4 additions & 28 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,4 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
node_modules

# idea
.idea
Expand All @@ -34,4 +8,6 @@ MANIFEST

config/
whls/
db/*.db
db/*.db

dist
23 changes: 0 additions & 23 deletions coordinator/config.py

This file was deleted.

14 changes: 0 additions & 14 deletions coordinator/config_example.py

This file was deleted.

49 changes: 0 additions & 49 deletions coordinator/impl/__init__.py

This file was deleted.

15 changes: 0 additions & 15 deletions coordinator/impl/monkey/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion coordinator/impl/monkey/db/__init__.py

This file was deleted.

65 changes: 0 additions & 65 deletions coordinator/impl/monkey/db/sqlite.py

This file was deleted.

5 changes: 0 additions & 5 deletions coordinator/impl/monkey/model/__init__.py

This file was deleted.

116 changes: 0 additions & 116 deletions coordinator/impl/monkey/model/node.py

This file was deleted.

13 changes: 0 additions & 13 deletions coordinator/impl/monkey/model/pub_key.py

This file was deleted.

11 changes: 0 additions & 11 deletions coordinator/impl/monkey/model/round.py

This file was deleted.

11 changes: 0 additions & 11 deletions coordinator/impl/monkey/model/task.py

This file was deleted.

11 changes: 0 additions & 11 deletions coordinator/impl/monkey/model/task_member.py

This file was deleted.

Loading

0 comments on commit b6dfce3

Please sign in to comment.