Skip to content

Commit 4b61df4

Browse files
Bump version 6.5.9 (#734)
1 parent cfc5995 commit 4b61df4

File tree

66 files changed

+453
-421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+453
-421
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

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

7+
## [6.5.9] - 2022-07-11
8+
9+
### Fixed
10+
11+
- tzkt: Optimized queries for `operation_unfiltered` index.
12+
713
## [6.5.8] - 2022-06-28
814

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

10301036
<!-- Versions -->
1031-
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.8...HEAD
1037+
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.9...HEAD
1038+
[6.5.9]: https://github.com/dipdup-io/dipdup/compare/6.5.8...6.5.9
10321039
[6.5.8]: https://github.com/dipdup-io/dipdup/compare/6.5.7...6.5.8
10331040
[6.5.7]: https://github.com/dipdup-io/dipdup/compare/6.5.6...6.5.7
10341041
[6.5.6]: https://github.com/dipdup-io/dipdup/compare/6.5.5...6.5.6

demos/demo-auction/docker-compose.swarm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
logging: *logging
5454

5555
hasura:
56-
image: hasura/graphql-engine:v2.28.0
56+
image: hasura/graphql-engine:v2.29.0
5757
depends_on:
5858
- db
5959
environment:

demos/demo-auction/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
retries: 5
3232

3333
hasura:
34-
image: hasura/graphql-engine:v2.28.0
34+
image: hasura/graphql-engine:v2.29.0
3535
ports:
3636
- 127.0.0.1:8080:8080
3737
depends_on:

demos/demo-auction/replay.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"crash_reporting": false,
77
"description": "My shiny new indexer based on DipDup",
88
"dipdup_version": "6",
9-
"hasura_image": "hasura/graphql-engine:v2.28.0",
9+
"hasura_image": "hasura/graphql-engine:v2.29.0",
1010
"license": "MIT",
1111
"line_length": "120",
1212
"linters": "default",

demos/demo-big-maps/docker-compose.swarm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
logging: *logging
5454

5555
hasura:
56-
image: hasura/graphql-engine:v2.28.0
56+
image: hasura/graphql-engine:v2.29.0
5757
depends_on:
5858
- db
5959
environment:

demos/demo-big-maps/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
retries: 5
3232

3333
hasura:
34-
image: hasura/graphql-engine:v2.28.0
34+
image: hasura/graphql-engine:v2.29.0
3535
ports:
3636
- 127.0.0.1:8080:8080
3737
depends_on:

demos/demo-big-maps/replay.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"crash_reporting": false,
77
"description": "My shiny new indexer based on DipDup",
88
"dipdup_version": "6",
9-
"hasura_image": "hasura/graphql-engine:v2.28.0",
9+
"hasura_image": "hasura/graphql-engine:v2.29.0",
1010
"license": "MIT",
1111
"line_length": "120",
1212
"linters": "default",

demos/demo-dao/docker-compose.swarm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
logging: *logging
5454

5555
hasura:
56-
image: hasura/graphql-engine:v2.28.0
56+
image: hasura/graphql-engine:v2.29.0
5757
depends_on:
5858
- db
5959
environment:

demos/demo-dao/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
retries: 5
3232

3333
hasura:
34-
image: hasura/graphql-engine:v2.28.0
34+
image: hasura/graphql-engine:v2.29.0
3535
ports:
3636
- 127.0.0.1:8080:8080
3737
depends_on:

demos/demo-dao/replay.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"crash_reporting": false,
77
"description": "My shiny new indexer based on DipDup",
88
"dipdup_version": "6",
9-
"hasura_image": "hasura/graphql-engine:v2.28.0",
9+
"hasura_image": "hasura/graphql-engine:v2.29.0",
1010
"license": "MIT",
1111
"line_length": "120",
1212
"linters": "default",

0 commit comments

Comments
 (0)