BlockState working in memory with basic event triggers

This commit is contained in:
Tim Olson
2023-09-18 17:41:56 -04:00
commit 68647364cd
44 changed files with 1786 additions and 0 deletions

9
requirements.txt Normal file
View File

@@ -0,0 +1,9 @@
sqlalchemy~=2.0.20
alembic~=1.11.3
omegaconf~=2.3.0
web3==6.9.0
psycopg2-binary
orjson~=3.9.7
sortedcontainers
hexbytes~=0.3.1
defaultlist~=1.0.0