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

Now it's just ``

chore
improvement
good first issue

**What feature would you like to see in DipDup?** `graphql` datasource for Hasura instances and other GQL API. **Why do you need this feature, what's the use case?** More integrations...

feature
good first issue
ODHack8

Discovered in https://github.com/dipdup-io/dipdup/pull/986 Fetcher of `tezos.tzkt.token_transfers` index filters by AND conditions.

bug
v7
v8

Obvious candidates: datasources and models. Maybe caches, env. - [ ] datasources - [x] models - [ ] env? - [ ] performance?

documentation

This list tracks stuff to fix during the post-7.0 feature freeze. Hint: run `pdm fixme` to grep code for related comments. ### CLI - [x] #1095 - [x] Import everything...

epic

See EVM Networks page in docs.

bug
documentation

**What feature would you like to see in DipDup?** I want to create handler that handle batch of events instead of single event. Current setup: ```yaml raw_events_uniswap_v2_pair_sync: kind: evm.subsquid.events datasource:...

feature
community

`tezos.tzkt.operations` can fetch data more efficiently filtering ops by entrypoint in simpliest cases.

improvement