Skip to content

Commit f2ed9fb

Browse files
Backport TzKT bugfixes from 7.0 (#816)
1 parent 75d8f0d commit f2ed9fb

File tree

157 files changed

+730
-648
lines changed

Some content is hidden

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

157 files changed

+730
-648
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ concurrency:
55
on:
66
push:
77
branches:
8-
- master'
8+
- master
9+
- fix/tzkt-transactions-backport
910
paths:
1011
- 'docs/**'
1112
- 'scripts/**'

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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+
## [Unreleased]
8+
9+
### Fixed
10+
11+
- index: Fixed crash when parsing typed transactions with empty parameter.
12+
- tzkt: Fixed pagination when requesting transactions.
13+
- tzkt: Use cursor iteration where possible.
14+
715
## [6.5.10] - 2023-08-02
816

917
### Fixed

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.29.0
56+
image: hasura/graphql-engine:latest
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.29.0
34+
image: hasura/graphql-engine:latest
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.29.0",
9+
"hasura_image": "hasura/graphql-engine:latest",
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.29.0
56+
image: hasura/graphql-engine:latest
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.29.0
34+
image: hasura/graphql-engine:latest
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.29.0",
9+
"hasura_image": "hasura/graphql-engine:latest",
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.29.0
56+
image: hasura/graphql-engine:latest
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.29.0
34+
image: hasura/graphql-engine:latest
3535
ports:
3636
- 127.0.0.1:8080:8080
3737
depends_on:

0 commit comments

Comments
 (0)