Skip to content

Commit 23f4341

Browse files
Rewrite getters for TzKT methods that support pagination (#249)
* WIP * iter methods * changelog, cleanup * notes * Changelog * Cursor pagination
1 parent 489cdbe commit 23f4341

File tree

3 files changed

+258
-127
lines changed

3 files changed

+258
-127
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Please use [this](https://docs.gitlab.com/ee/development/changelog.html) documen
44

55
## [unreleased]
66

7+
### Added
8+
9+
* tzkt: Added `iter_...` methods to iterate over item batches.
10+
11+
### Fixed
12+
13+
* tzkt: Fixed possible OOM while calling methods that support pagination.
14+
* tzkt: Fixed possible data loss in `get_originations` and `get_quotes` methods.
15+
16+
### Changed
17+
18+
* tzkt: Added `offset` and `limit` arguments to all methods that support pagination.
19+
720
### Removed
821

922
* bcd: Removed `bcd` datasource and config section.

0 commit comments

Comments
 (0)