kopia lustrzana https://github.com/bugout-dev/moonstream
Add required fixes for v3 databases.
rodzic
23f7de0a72
commit
b6d243eef3
|
@ -195,6 +195,7 @@ def process_multicall_result(
|
|||
"call_data": multicall_calls[index][1],
|
||||
"block_number": block_number,
|
||||
"block_timestamp": block_timestamp,
|
||||
"block_hash": block_hash,
|
||||
"status": encoded_data[0],
|
||||
"error": str(e),
|
||||
"v3": call.get("v3", False),
|
||||
|
|
|
@ -39,7 +39,7 @@ setup(
|
|||
"fastapi",
|
||||
"moonstreamdb>=0.4.5",
|
||||
"moonstreamdb-v3>=0.0.16",
|
||||
"moonstream-types>=0.0.7",
|
||||
"moonstream-types>=0.0.9",
|
||||
"moonstream>=0.1.1",
|
||||
"moonworm[moonstream]>=0.9.3",
|
||||
"humbug",
|
||||
|
|
|
@ -39,7 +39,7 @@ MarkupSafe==2.1.1
|
|||
moonstream==0.1.1
|
||||
moonstreamdb==0.4.5
|
||||
moonstreamdb-v3==0.0.18
|
||||
moonstreamtypes==0.0.6
|
||||
moonstreamtypes==0.0.9
|
||||
multiaddr==0.0.9
|
||||
multidict==6.0.2
|
||||
netaddr==0.8.0
|
||||
|
|
|
@ -17,8 +17,8 @@ setup(
|
|||
"fastapi",
|
||||
"moonstream",
|
||||
"moonstreamdb>=0.4.5",
|
||||
"moonstreamdb-v3>=0.0.18",
|
||||
"moonstream-types>=0.0.7",
|
||||
"moonstreamdb-v3>=0.1.2",
|
||||
"moonstream-types>=0.0.9",
|
||||
"humbug",
|
||||
"pydantic==1.10.2",
|
||||
"pyevmasm",
|
||||
|
|
Ładowanie…
Reference in New Issue