Releases: dipdup-io/dipdup
Releases · dipdup-io/dipdup
6.5.6
6.5.6 - 2022-05-02
Fixed
- config: Fixed crash due to incorrect parsing of
event
index definitions. - http: Fixed waiting for response indefinitely when IPFS hash is not available.
Other
- ci: Slim Docker image updated to Alpine 3.17.
- metadata: Added
nairobinet
to supported networks.
6.5.5
6.5.5 - 2022-04-17
Fixed
- config: Enable early realtime mode when config contains bigmap indexes with
skip_history
. - http: Fixed crash when using custom datasources.
- index: Allow mixing
source
andentrypoint
filters inoperation
index pattern.
Other
- ci: Default git branch switched to
next
.
6.5.4
6.5.4 - 2022-03-31
Fixed
- config: Fixed incorrest parsing of
token_transfer
index filters.
Other
- deps: Updated pytezos to 3.9.0.
6.5.3
6.5.3 - 2022-03-28
Fixed
- cli: Don't enforce logging
DeprecationWarning
warnings. - cli: Fixed
BrokenPipeError
messages when interrupting with DipDup with SIGINT. - config: Fixed crash when
token_transfer
index hasfrom
orto
filter.
Security
- hasura: Forbid using Hasura instances affected by GHSA-c9rw-rw2f-mj4x.
6.5.2
6.5.2 - 2023-03-09
Fixed
- codegen: Fixed type generation for contracts with "default" entrypoint.
- metadata: Add "mumbainet" to available networks.
- sentry: Fixed bug leading to crash reports not being sent in some cases.
- sentry: Fixed crash report grouping.
Deprecated
- ci:
-slim
images will be based on Ubuntu instead of Alpine in the next major release.
6.5.1
6.5.1 - 2023-02-21
Fixed
- codegen: Fixed bug leading to incorrect imports in generated callbacks in some cases.
- codegen: Fixed validation of created package after
dipdup init
. - config: Allow using empty string as default env (
{DEFAULT_EMPTY:-}
).
Other
- deps: Updated pydantic to 1.10.5
- deps: Updated datamodel-code-generator to 0.17.1
- deps: Updated tortoise-orm to 0.19.3
- deps: Updated pytezos to 3.8.0
6.5.0
6.5.0 - 2023-01-28
Added
- hasura: Apply arbitrary metadata from
hasura
project directory. - config: Added
allow_inconsistent_metadata
option tohasura
section.
Fixed
- config: Do not include coinbase datasource credentials in config repr.
- database: Fixed crash when schema generation should fail with
schema_modified
. - hasura: Stop using deprecated schema/metadata API.
- index: Fixed unnecessary prefetching of migration originations in
operation
index. - index: Remove disabled indexes from the dispatcher queue.
- sentry: Flush and reopen session daily.
- tzkt: Fixed
OperationData.type
field value for migration originations. - tzkt: Added missing
last_level
argument to migration origination fetching methods.
Other
- tzkt: Updated current testnet protocol (
limanet
). - deps: Updated asyncpg to 0.27.0
- deps: Updated hasura to 2.17.0
6.4.3
6.4.3 - 2023-01-05
Fixed
- context: Fixed order of
add_contract
method arguments. - index: Fixed matching operations when both
address
andcode_hash
filters are specified. - sentry: Fixed sending crash reports when DSN is not set implicitly.
- sentry: Increase event length limit.
6.4.2
6.4.2 - 2022-12-31
Added
- config: Added
http.ratelimit_sleep
option to set fixed sleep time on 429 responses. - context: Allow adding contracts by code hash in runtime.
Fixed
- http: Fixed merging user-defined HTTP settings and datasource defaults.
- tzkt: Fixed iterating over big map keys.
6.4.1
6.4.1 - 2022-12-22
Fixed
- models: Fixed package model detection.