moonstream/backend
Neeraj Kashyap 6959b78daf Fixed issue with ethereum provider not looking at subscriptions
Before, the `ethereum_blockchain` provider was returning all blockchain
transactions in the given stream boundary.

Now, it only returns transactions that are relevant to the user's
subscriptions.
2021-08-22 08:15:22 -07:00
..
deploy Fixes to working backend deployment 2021-07-29 13:52:32 +00:00
moonstream Fixed issue with ethereum provider not looking at subscriptions 2021-08-22 08:15:22 -07:00
scripts EthereumTransaction pydantic model now true representation 2021-07-29 00:05:57 -07:00
.gitignore Added .secrets to backend .gitignore 2021-07-28 10:58:31 -07:00
README.md User and token endpoints with updated middleware 2021-07-21 14:30:29 +00:00
dev.sh Hooked up ethereum_blockchain provider to /streams/ route 2021-08-19 08:09:58 -07:00
mypy.ini Added mypy.ini to Moonstream backend 2021-07-28 10:24:12 -07:00
requirements.txt Added ethereum_whalewatch provider to API 2021-08-20 14:14:36 -07:00
sample.env Bugout client spire and brood url env vars 2021-08-03 11:41:51 +00:00
setup.py Added ethereum_whalewatch provider to API 2021-08-20 14:14:36 -07:00

README.md

moonstream backend