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],
|
"call_data": multicall_calls[index][1],
|
||||||
"block_number": block_number,
|
"block_number": block_number,
|
||||||
"block_timestamp": block_timestamp,
|
"block_timestamp": block_timestamp,
|
||||||
|
"block_hash": block_hash,
|
||||||
"status": encoded_data[0],
|
"status": encoded_data[0],
|
||||||
"error": str(e),
|
"error": str(e),
|
||||||
"v3": call.get("v3", False),
|
"v3": call.get("v3", False),
|
||||||
|
|
|
@ -39,7 +39,7 @@ setup(
|
||||||
"fastapi",
|
"fastapi",
|
||||||
"moonstreamdb>=0.4.5",
|
"moonstreamdb>=0.4.5",
|
||||||
"moonstreamdb-v3>=0.0.16",
|
"moonstreamdb-v3>=0.0.16",
|
||||||
"moonstream-types>=0.0.7",
|
"moonstream-types>=0.0.9",
|
||||||
"moonstream>=0.1.1",
|
"moonstream>=0.1.1",
|
||||||
"moonworm[moonstream]>=0.9.3",
|
"moonworm[moonstream]>=0.9.3",
|
||||||
"humbug",
|
"humbug",
|
||||||
|
|
|
@ -39,7 +39,7 @@ MarkupSafe==2.1.1
|
||||||
moonstream==0.1.1
|
moonstream==0.1.1
|
||||||
moonstreamdb==0.4.5
|
moonstreamdb==0.4.5
|
||||||
moonstreamdb-v3==0.0.18
|
moonstreamdb-v3==0.0.18
|
||||||
moonstreamtypes==0.0.6
|
moonstreamtypes==0.0.9
|
||||||
multiaddr==0.0.9
|
multiaddr==0.0.9
|
||||||
multidict==6.0.2
|
multidict==6.0.2
|
||||||
netaddr==0.8.0
|
netaddr==0.8.0
|
||||||
|
|
|
@ -17,8 +17,8 @@ setup(
|
||||||
"fastapi",
|
"fastapi",
|
||||||
"moonstream",
|
"moonstream",
|
||||||
"moonstreamdb>=0.4.5",
|
"moonstreamdb>=0.4.5",
|
||||||
"moonstreamdb-v3>=0.0.18",
|
"moonstreamdb-v3>=0.1.2",
|
||||||
"moonstream-types>=0.0.7",
|
"moonstream-types>=0.0.9",
|
||||||
"humbug",
|
"humbug",
|
||||||
"pydantic==1.10.2",
|
"pydantic==1.10.2",
|
||||||
"pyevmasm",
|
"pyevmasm",
|
||||||
|
|
Ładowanie…
Reference in New Issue