dipdup
dipdup copied to clipboard
Modular framework for creating selective indexers and featureful backends for dapps
Co-authored-by: Vladimir Bobrikov
See #979. tldr: it's much faster, better maintained Benchmarks: https://lincolnloop.github.io/python-package-manager-shootout/
## First alpha - [x] Use `current` branch for 7.x (`next` is still default branch) - [x] #862 - [x] #740 (with tortoise-orm 0.20.0) - [x] #978 - [x] #993...
## 7.x branch - [ ] `dipdup migrate` should be able to update local installation - [ ] python and dipdup versions in pyproject.toml ## 8.x branch - [ ]...
For Sentry
`CallbackError` is raised now. New exception should have a meaningful help message.
Optimize tezos tzkt data source, use bigmap ptr filtration where possible. https://api.tzkt.io/#tag/BigMaps Instead of ``` contract.in=KT1GBZmSxmnKJXGMdMLbugPfLyUPmuLSMwKS&path.in=store.expiry_map,store.records ``` Do ``` bigmap.in=1264,1262 ```