Skip to content

Commit 20e2f8d

Browse files
Bump version 7.5.3 (#977)
1 parent 722e3c2 commit 20e2f8d

File tree

33 files changed

+71
-88
lines changed

33 files changed

+71
-88
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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]
7+
## [7.5.3] - 2024-03-28
88

99
### Fixed
1010

docs/8.examples/_demos_table.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<!-- markdownlint-disable first-line-h1 -->
22
| name | network | description | source |
33
|-|-|-|-|
4-
| demo_blank | | Empty config for a fresh start | [link](https://github.com/dipdup-io/dipdup/tree/7.5.2/src/demo_blank) |
5-
| demo_evm_events | EVM | ERC-20 token transfers (from event logs) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.2/src/demo_evm_events) |
6-
| demo_evm_transactions | EVM | ERC-20 token transfers (from transactions) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.2/src/demo_evm_transactions) |
7-
| demo_uniswap | EVM | Uniswap V3 pools, positions, etc. (advanced, uses TimescaleDB) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.2/src/demo_uniswap) |
8-
| demo_auction | Tezos | NFT marketplace (TzColors) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.2/src/demo_auction) |
9-
| demo_big_maps | Tezos | Indexing specific big maps | [link](https://github.com/dipdup-io/dipdup/tree/7.5.2/src/demo_big_maps) |
10-
| demo_dao | Tezos | DAO registry (Homebase DAO) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.2/src/demo_dao) |
11-
| demo_dex | Tezos | DEX balances and liquidity (Quipuswap) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.2/src/demo_dex) |
12-
| demo_domains | Tezos | Domain name service (Tezos Domains) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.2/src/demo_domains) |
13-
| demo_etherlink | Tezos | Etherlink smart rollup transactions | [link](https://github.com/dipdup-io/dipdup/tree/7.5.2/src/demo_etherlink) |
14-
| demo_events | Tezos | Processing contract events | [link](https://github.com/dipdup-io/dipdup/tree/7.5.2/src/demo_events) |
15-
| demo_factories | Tezos | Example of spawning indexes in runtime | [link](https://github.com/dipdup-io/dipdup/tree/7.5.2/src/demo_factories) |
16-
| demo_head | Tezos | Processing head block metadata (realtime only) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.2/src/demo_head) |
17-
| demo_nft_marketplace | Tezos | NFT marketplace (hic at nunc) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.2/src/demo_nft_marketplace) |
18-
| demo_raw | Tezos | Process raw operations without filtering and typed payloads | [link](https://github.com/dipdup-io/dipdup/tree/7.5.2/src/demo_raw) |
19-
| demo_token | Tezos | FA1.2 token contract operations | [link](https://github.com/dipdup-io/dipdup/tree/7.5.2/src/demo_token) |
20-
| demo_token_balances | Tezos | FA1.2 token balances | [link](https://github.com/dipdup-io/dipdup/tree/7.5.2/src/demo_token_balances) |
21-
| demo_token_transfers | Tezos | FA1.2 token transfers | [link](https://github.com/dipdup-io/dipdup/tree/7.5.2/src/demo_token_transfers) |
4+
| demo_blank | | Empty config for a fresh start | [link](https://github.com/dipdup-io/dipdup/tree/7.5.3/src/demo_blank) |
5+
| demo_evm_events | EVM | ERC-20 token transfers (from event logs) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.3/src/demo_evm_events) |
6+
| demo_evm_transactions | EVM | ERC-20 token transfers (from transactions) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.3/src/demo_evm_transactions) |
7+
| demo_uniswap | EVM | Uniswap V3 pools, positions, etc. (advanced, uses TimescaleDB) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.3/src/demo_uniswap) |
8+
| demo_auction | Tezos | NFT marketplace (TzColors) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.3/src/demo_auction) |
9+
| demo_big_maps | Tezos | Indexing specific big maps | [link](https://github.com/dipdup-io/dipdup/tree/7.5.3/src/demo_big_maps) |
10+
| demo_dao | Tezos | DAO registry (Homebase DAO) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.3/src/demo_dao) |
11+
| demo_dex | Tezos | DEX balances and liquidity (Quipuswap) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.3/src/demo_dex) |
12+
| demo_domains | Tezos | Domain name service (Tezos Domains) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.3/src/demo_domains) |
13+
| demo_etherlink | Tezos | Etherlink smart rollup transactions | [link](https://github.com/dipdup-io/dipdup/tree/7.5.3/src/demo_etherlink) |
14+
| demo_events | Tezos | Processing contract events | [link](https://github.com/dipdup-io/dipdup/tree/7.5.3/src/demo_events) |
15+
| demo_factories | Tezos | Example of spawning indexes in runtime | [link](https://github.com/dipdup-io/dipdup/tree/7.5.3/src/demo_factories) |
16+
| demo_head | Tezos | Processing head block metadata (realtime only) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.3/src/demo_head) |
17+
| demo_nft_marketplace | Tezos | NFT marketplace (hic at nunc) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.3/src/demo_nft_marketplace) |
18+
| demo_raw | Tezos | Process raw operations without filtering and typed payloads | [link](https://github.com/dipdup-io/dipdup/tree/7.5.3/src/demo_raw) |
19+
| demo_token | Tezos | FA1.2 token contract operations | [link](https://github.com/dipdup-io/dipdup/tree/7.5.3/src/demo_token) |
20+
| demo_token_balances | Tezos | FA1.2 token balances | [link](https://github.com/dipdup-io/dipdup/tree/7.5.3/src/demo_token_balances) |
21+
| demo_token_transfers | Tezos | FA1.2 token transfers | [link](https://github.com/dipdup-io/dipdup/tree/7.5.3/src/demo_token_transfers) |

docs/9.release-notes/_7.5_changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- evm.node: Respect `http.batch_size` when fetching block headers.
1818
- evm.subsquid.transactions: Fixed issue with `node_only` flag ignored.
1919
- tezos.tzkt.operations: Fixed crash when handler definition contains optional items.
20+
- tezos.tzkt.operations: Fixed missing operations when handler pattern contains item without entrypoint.
2021

2122
### Performance
2223

pdm.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "dipdup"
33
description = "Modular framework for creating selective indexers and featureful backends for dapps"
4-
version = "7.5.2"
4+
version = "7.5.3"
55
license = { text = "MIT" }
66
authors = [
77
{ name = "Lev Gorodetskii", email = "[email protected]" },

requirements.dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pysignalr==1.0.0
7676
pytest==7.4.4
7777
pytest-aiohttp==1.0.5
7878
pytest-asyncio==0.23.6
79-
pytest-cov==4.1.0
79+
pytest-cov==5.0.0
8080
pytest-xdist==3.5.0
8181
python-dotenv==1.0.1
8282
pytz==2024.1
@@ -90,7 +90,7 @@ rlp==4.0.0
9090
rpds-py==0.17.1
9191
ruamel-yaml==0.18.6
9292
ruamel-yaml-clib==0.2.8; platform_python_implementation == "CPython" and python_version < "3.13"
93-
ruff==0.3.3
93+
ruff==0.3.4
9494
sentry-sdk==1.43.0
9595
setuptools==69.2.0
9696
six==1.16.0

src/demo_auction/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by DipDup 7.5.2+editable
1+
# Generated by DipDup 7.5.3+editable
22
[project]
33
name = "demo_auction"
44
version = "0.0.1"

src/demo_big_maps/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by DipDup 7.5.2+editable
1+
# Generated by DipDup 7.5.3+editable
22
[project]
33
name = "demo_big_maps"
44
version = "0.0.1"

src/demo_blank/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by DipDup 7.5.2+editable
1+
# Generated by DipDup 7.5.3+editable
22
[project]
33
name = "demo_blank"
44
version = "0.0.1"

src/demo_dao/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by DipDup 7.5.2+editable
1+
# Generated by DipDup 7.5.3+editable
22
[project]
33
name = "demo_dao"
44
version = "0.0.1"

0 commit comments

Comments
 (0)