Releases: dipdup-io/dipdup
Releases · dipdup-io/dipdup
6.5.13
6.5.13 - 2023-10-10
Fixed
- tzkt: Fixed regression in
get_transactionsmethod pagination.
7.0.1
7.0.1 - 2023-09-30
Added
- env: Added
DIPDUP_DEBUGenvironment variable to enable debug logging.
Fixed
- cli: Use correct data path with timescaledb-ha Docker image.
- demos: Fixed decimal overflow in
demo_uniswapproject. - 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
reportgroup 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.
7.0.0rc5
7.0.0rc5 - 2023-09-06
Fixed
- evm.subsquid: Create a separate aiohttp session for each worker.
- evm.subsquid.events: Sync to
last_levelif specified in config. - evm.node: Set
timestampfield to the block timestamp.
6.5.11
6.5.11 - 2023-09-02
Fixed
- index: Fixed crash when parsing typed transactions with empty parameter.
- tzkt: Fixed pagination when requesting transactions.
- tzkt: Use cursor iteration where possible.
7.0.0rc4
7.0.0rc4 - 2023-08-23
Added
- models: Added optional
maxsizemeta field toCachedModelto limit the LRU cache size.
Fixed
- cli: Fixed
config export --fullcommand showing original config. - cli: Keep the last 100 reports only.
- cli: Fixed
schema wipecommand crash due todipdup_metatable being always immune. - config: Don't create empty SentryConfig if DSN is not set.
- context: Share internal state between context instances.
- evm.node: Fixed keepalive loop for websocket connection.
- evm.node: Fixed parsing empty realtime message payloads.
- jobs: Don't add jobs before scheduler is started.
- package: Fixed package detection for poetry managed projects.
- package: Fixed mypy command in default template.
- package: Create package symlink only when needed.
Changed
- cli:
reportcommand renamed toreport ls.
7.0.0rc3
7.0.0rc3 - 2023-08-05
Fixed
- ci: Fixed dipdup package metadata.
- cli: Generate base template from replay only when --base flag is set.
- cli: Remove cached jsonschemas when calling init --force.
- codegen: Filter jsonschemas by prefixes supported by code generator.
- index: Remove Python limitation on large int<->str conversions.
- index: Fixed crash when parsing typed transactions with empty parameter.
- package: Don't create empty pyproject.toml during init.
- package: Fixed discovery of the package when workdir is project root.
6.5.10
6.5.10 - 2023-08-02
Fixed
- index: Remove Python limitation on large int<->str conversions.
7.0.0rc2
7.0.0rc2 - 2023-07-26
Fixed
- package: Create missing files from project base on init.
- package: Update replay.yaml on init.
- demos: Don't include database config in root config.