```
chore: refactor logging module, update genesis timestamp, remove model relationships, and reorganize routers - Rename logging.py to logger.py and update import paths in poa.py and main.py - Update devnet genesis timestamp to 1766828620 - Remove SQLModel Relationship declarations from Block, Transaction, and Receipt models - Add SessionDep type alias and get_session dependency in coordinator-api deps - Reorganize coordinator-api routers: replace explorer/registry with exchange, users, marketplace
This commit is contained in:
@ -17,8 +17,8 @@
|
||||
"test": "node test.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"circom": "^2.1.8",
|
||||
"snarkjs": "^0.7.0",
|
||||
"circom": "^0.5.46",
|
||||
"snarkjs": "^0.7.5",
|
||||
"circomlib": "^2.0.5",
|
||||
"ffjavascript": "^0.2.60"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user