Skip to content

Commit

Permalink
Bump version 6.5.9 (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored Jul 11, 2023
1 parent cfc5995 commit 4b61df4
Show file tree
Hide file tree
Showing 66 changed files with 453 additions and 421 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].

## [6.5.9] - 2022-07-11

### Fixed

- tzkt: Optimized queries for `operation_unfiltered` index.

## [6.5.8] - 2022-06-28

### Fixed
Expand Down Expand Up @@ -1028,7 +1034,8 @@ This release contains no changes except for the version number.
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.8...HEAD
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.9...HEAD
[6.5.9]: https://github.com/dipdup-io/dipdup/compare/6.5.8...6.5.9
[6.5.8]: https://github.com/dipdup-io/dipdup/compare/6.5.7...6.5.8
[6.5.7]: https://github.com/dipdup-io/dipdup/compare/6.5.6...6.5.7
[6.5.6]: https://github.com/dipdup-io/dipdup/compare/6.5.5...6.5.6
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-auction/docker-compose.swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
logging: *logging

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
depends_on:
- db
environment:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-auction/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
retries: 5

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
ports:
- 127.0.0.1:8080:8080
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-auction/replay.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"crash_reporting": false,
"description": "My shiny new indexer based on DipDup",
"dipdup_version": "6",
"hasura_image": "hasura/graphql-engine:v2.28.0",
"hasura_image": "hasura/graphql-engine:v2.29.0",
"license": "MIT",
"line_length": "120",
"linters": "default",
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-big-maps/docker-compose.swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
logging: *logging

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
depends_on:
- db
environment:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-big-maps/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
retries: 5

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
ports:
- 127.0.0.1:8080:8080
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-big-maps/replay.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"crash_reporting": false,
"description": "My shiny new indexer based on DipDup",
"dipdup_version": "6",
"hasura_image": "hasura/graphql-engine:v2.28.0",
"hasura_image": "hasura/graphql-engine:v2.29.0",
"license": "MIT",
"line_length": "120",
"linters": "default",
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-dao/docker-compose.swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
logging: *logging

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
depends_on:
- db
environment:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-dao/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
retries: 5

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
ports:
- 127.0.0.1:8080:8080
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-dao/replay.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"crash_reporting": false,
"description": "My shiny new indexer based on DipDup",
"dipdup_version": "6",
"hasura_image": "hasura/graphql-engine:v2.28.0",
"hasura_image": "hasura/graphql-engine:v2.29.0",
"license": "MIT",
"line_length": "120",
"linters": "default",
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-dex/docker-compose.swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
logging: *logging

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
depends_on:
- db
environment:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-dex/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
retries: 5

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
ports:
- 127.0.0.1:8080:8080
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-dex/replay.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"crash_reporting": false,
"description": "My shiny new indexer based on DipDup",
"dipdup_version": "6",
"hasura_image": "hasura/graphql-engine:v2.28.0",
"hasura_image": "hasura/graphql-engine:v2.29.0",
"license": "MIT",
"line_length": "120",
"linters": "default",
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-domains/docker-compose.swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
logging: *logging

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
depends_on:
- db
environment:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-domains/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
retries: 5

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
ports:
- 127.0.0.1:8080:8080
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-domains/replay.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"crash_reporting": false,
"description": "My shiny new indexer based on DipDup",
"dipdup_version": "6",
"hasura_image": "hasura/graphql-engine:v2.28.0",
"hasura_image": "hasura/graphql-engine:v2.29.0",
"license": "MIT",
"line_length": "120",
"linters": "default",
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-events/docker-compose.swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
logging: *logging

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
depends_on:
- db
environment:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-events/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
retries: 5

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
ports:
- 127.0.0.1:8080:8080
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-events/replay.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"crash_reporting": false,
"description": "My shiny new indexer based on DipDup",
"dipdup_version": "6",
"hasura_image": "hasura/graphql-engine:v2.28.0",
"hasura_image": "hasura/graphql-engine:v2.29.0",
"license": "MIT",
"line_length": "120",
"linters": "default",
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-factories/docker-compose.swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
logging: *logging

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
depends_on:
- db
environment:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-factories/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
retries: 5

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
ports:
- 127.0.0.1:8080:8080
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-factories/replay.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"crash_reporting": false,
"description": "My shiny new indexer based on DipDup",
"dipdup_version": "6",
"hasura_image": "hasura/graphql-engine:v2.28.0",
"hasura_image": "hasura/graphql-engine:v2.29.0",
"license": "MIT",
"line_length": "120",
"linters": "default",
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-head/docker-compose.swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
logging: *logging

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
depends_on:
- db
environment:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-head/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
retries: 5

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
ports:
- 127.0.0.1:8080:8080
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-head/replay.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"crash_reporting": false,
"description": "My shiny new indexer based on DipDup",
"dipdup_version": "6",
"hasura_image": "hasura/graphql-engine:v2.28.0",
"hasura_image": "hasura/graphql-engine:v2.29.0",
"license": "MIT",
"line_length": "120",
"linters": "default",
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-nft-marketplace/docker-compose.swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
logging: *logging

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
depends_on:
- db
environment:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-nft-marketplace/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
retries: 5

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
ports:
- 127.0.0.1:8080:8080
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-nft-marketplace/replay.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"crash_reporting": false,
"description": "My shiny new indexer based on DipDup",
"dipdup_version": "6",
"hasura_image": "hasura/graphql-engine:v2.28.0",
"hasura_image": "hasura/graphql-engine:v2.29.0",
"license": "MIT",
"line_length": "120",
"linters": "default",
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-raw/docker-compose.swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
logging: *logging

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
depends_on:
- db
environment:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-raw/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
retries: 5

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
ports:
- 127.0.0.1:8080:8080
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-raw/replay.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"crash_reporting": false,
"description": "My shiny new indexer based on DipDup",
"dipdup_version": "6",
"hasura_image": "hasura/graphql-engine:v2.28.0",
"hasura_image": "hasura/graphql-engine:v2.29.0",
"license": "MIT",
"line_length": "120",
"linters": "default",
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-token-transfers/docker-compose.swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
logging: *logging

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
depends_on:
- db
environment:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-token-transfers/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
retries: 5

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
ports:
- 127.0.0.1:8080:8080
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-token-transfers/replay.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"crash_reporting": false,
"description": "My shiny new indexer based on DipDup",
"dipdup_version": "6",
"hasura_image": "hasura/graphql-engine:v2.28.0",
"hasura_image": "hasura/graphql-engine:v2.29.0",
"license": "MIT",
"line_length": "120",
"linters": "default",
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-token/docker-compose.swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
logging: *logging

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
depends_on:
- db
environment:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-token/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
retries: 5

hasura:
image: hasura/graphql-engine:v2.28.0
image: hasura/graphql-engine:v2.29.0
ports:
- 127.0.0.1:8080:8080
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-token/replay.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"crash_reporting": false,
"description": "My shiny new indexer based on DipDup",
"dipdup_version": "6",
"hasura_image": "hasura/graphql-engine:v2.28.0",
"hasura_image": "hasura/graphql-engine:v2.29.0",
"license": "MIT",
"line_length": "120",
"linters": "default",
Expand Down
2 changes: 1 addition & 1 deletion docs/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"author": "John Smith <[email protected]>",
"postgresql_image": "postgres:14",
"hasura_image": "hasura/graphql-engine:v2.28.0",
"hasura_image": "hasura/graphql-engine:v2.29.0",
"crash_reporting": false,
"linters": "default",
"line_length": "120"
Expand Down
Loading

0 comments on commit 4b61df4

Please sign in to comment.