feat: add foreign key constraints and metrics for blockchain node
This commit is contained in:
@ -5,3 +5,9 @@ testpaths = [
|
||||
"apps/miner-node/tests"
|
||||
]
|
||||
asyncio_default_fixture_loop_scope = "function"
|
||||
pythonpath = [
|
||||
"packages/py/aitbc-core/src",
|
||||
"packages/py/aitbc-crypto/src",
|
||||
"packages/py/aitbc-p2p/src",
|
||||
"packages/py/aitbc-sdk/src"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user