dipdup icon indicating copy to clipboard operation
dipdup copied to clipboard

Modular framework for creating selective indexers and featureful backends for dapps

Results 74 dipdup issues
Sort by recently updated
recently updated
newest added

Co-authored-by: Vladimir Bobrikov

bug
improvement

See #979. tldr: it's much faster, better maintained Benchmarks: https://lincolnloop.github.io/python-package-manager-shootout/

ci/cd

## 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...

breaking change
epic

Should we convert `EvmContractConfig.abi` into tuple?

feature

## 7.x branch - [ ] `dipdup migrate` should be able to update local installation - [ ] python and dipdup versions in pyproject.toml ## 8.x branch - [ ]...

feature
breaking change
v7
v8

For Sentry

chore
ci/cd
good first issue
ODHack8

`CallbackError` is raised now. New exception should have a meaningful help message.

chore
good first issue
ODHack8

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 ```

improvement
good first issue
ODHack8