From 3d81cb79fc808453237200b0e495f2a332f3e8c8 Mon Sep 17 00:00:00 2001 From: kompotkot Date: Mon, 15 Apr 2024 08:04:44 +0000 Subject: [PATCH] Amoy for moonstreamapi --- moonstreamapi/configs/sample.env | 1 + moonstreamapi/moonstreamapi/actions.py | 37 +------------------ .../moonstreamapi/admin/subscription_types.py | 22 +++++++++++ .../moonstreamapi/providers/__init__.py | 2 + .../providers/moonworm_provider.py | 8 ++++ .../moonstreamapi/providers/transactions.py | 7 ++++ moonstreamapi/moonstreamapi/settings.py | 6 +++ moonstreamapi/moonstreamapi/version.py | 2 +- moonstreamapi/moonstreamapi/web3_provider.py | 3 ++ moonstreamapi/requirements.txt | 2 +- moonstreamapi/setup.py | 2 +- 11 files changed, 53 insertions(+), 39 deletions(-) diff --git a/moonstreamapi/configs/sample.env b/moonstreamapi/configs/sample.env index c30014c7..3f17b0e4 100644 --- a/moonstreamapi/configs/sample.env +++ b/moonstreamapi/configs/sample.env @@ -18,6 +18,7 @@ export HUMBUG_TXPOOL_CLIENT_ID="=0.2.15", "fastapi", "moonstream", - "moonstreamdb>=0.3.12", + "moonstreamdb>=0.4.1", "humbug", "pydantic==1.10.2", "pyevmasm",