Releases: dipdup-io/dipdup
Releases · dipdup-io/dipdup
6.5.15
6.5.15 - 2023-12-01
Other
- deps: Updated pytezos to 3.10.3.
7.2.0
7.2.0 - 2023-11-30
Added
- api: Added HTTP API to manage a running indexer.
- config: Added
http.request_timeout
option to set the total timeout for HTTP requests. - evm.subsquid: Added Prometheus metrics required for Subsquid Cloud deployments.
- project: Added optional
package_manager
field to replay config. - project: Added Makefile to the default project template (only for new projects).
- tezos.tzkt: Added support for Etherlink smart rollups (
sr1…
addresses).
Fixed
- cli: Don't suppress uncaught exceptions when performance monitoring is disabled.
- codegen: Use datamodel-code-generator from the project's virtualenv.
- evm.node: Fixed an issue with realtime subscriptions which led to indexing being stuck in some cases.
- http: Use
request_timeout
instead ofconnection_timeout
for total timeout. - install: Don't install datamodel-code-generator as a CLI tool.
- install: Respect package manager if specified in pyproject.toml.
Performance
- evm.subsquid.events: Request logs in batches to speed up the last mile indexing.
Security
- deps: Updated PyArrow to 14.0.1 to fix CVE-2023-47248
7.1.1
7.1.1 - 2023-11-07
Fixed
- cli: Fixed crash on early Python 3.11 releases.
- project: Update default Docker tag for TimescaleDB HA.
7.1.0
7.1.0 - 2023-10-27
Added
- cli: Added
--unsafe
,--compose
,--internal
flags toconfig env
command. - cli: Added missing short equivalents for options in some commands.
- cli: Relative paths to be initialized now can be passed to the
init
command as arguments. - tezos.tzkt.token_balances: Added new index.
Fixed
- cli: Fixed
DIPDUP_DEBUG
not being applied to the package logger. - tezos.tzkt.token_transfers: Fixed filtering transfers by token_id.
6.5.14
6.5.14 - 2023-10-20
Fixed
- token_transfer: Fixed filtering transfers by token_id.
7.0.2
7.0.2 - 2023-10-10
Added
- database: Added
dipdup_wipe
anddipdup_approve
SQL functions to the schema.
Fixed
- cli: Fixed
schema wipe
command for SQLite databases. - tezos.tzkt: Fixed regression in
get_transactions
method pagination.
6.5.13
6.5.13 - 2023-10-10
Fixed
- tzkt: Fixed regression in
get_transactions
method pagination.
7.0.1
7.0.1 - 2023-09-30
Added
- env: Added
DIPDUP_DEBUG
environment variable to enable debug logging.
Fixed
- cli: Use correct data path with timescaledb-ha Docker image.
- demos: Fixed decimal overflow in
demo_uniswap
project. - evm.node: Fixed incorrect log request parameters.
- evm.subsquid.events: Fixed issue with determining the last level when syncing with node.
- hasura: Increated retry count for initial connection (healthcheck).
7.0.0
7.0.0 - 2023-09-25
Fixed
- cli: Import package submodules before starting indexing to fail early on import errors.
- cli: Fixed ordering of crash reports in
report
group commands. - evm.node: Fixed parsing topics and integers in datasource models.
- evm.subsquid.events: Fixed incorrrect log request parameters.
- install: Fixed issue with interpreting user answers in some cases.
- tezos.tzkt: Fixed operation matching when contract code hash specified as a string.
- tezos.tzkt: Fixed issue with processing rollbacks while sync is in progress.
- tezos.tzkt.events: Fixed parsing contract event data.
- tezos.tzkt.operations: Fixed parsing operations with empty parameters.
6.5.12
6.5.12 - 2023-09-15
Fixed
- tzkt: Fixed issue with processing rollbacks while sync is in progress.
- tzkt: Fixed operation matching when contract code hash specified as a string.
- tzkt: Fixed parsing contract event data.