We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489cdbe commit 23f4341Copy full SHA for 23f4341
CHANGELOG.md
@@ -4,6 +4,19 @@ Please use [this](https://docs.gitlab.com/ee/development/changelog.html) documen
4
5
## [unreleased]
6
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
20
### Removed
21
22
* bcd: Removed `bcd` datasource and config section.
0 commit comments