Skip to content

Commit 7e6cdb5

Browse files
Bump version 7.5.10 (#1082)
1 parent b8930bd commit 7e6cdb5

File tree

26 files changed

+123
-94
lines changed

26 files changed

+123
-94
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +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-
## [Unreleased]
7+
## [7.5.10] - 2024-08-02
8+
9+
### Fixed
10+
11+
- cli: Fixed progress estimation when there are indexes with `last_level` option set.
12+
- cli: Don't save reports for successful test runs.
813

914
### Other
1015

@@ -1452,7 +1457,8 @@ This release contains no changes except for the version number.
14521457
[semantic versioning]: https://semver.org/spec/v2.0.0.html
14531458

14541459
<!-- Versions -->
1455-
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/7.5.8...HEAD
1460+
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/7.5.10...HEAD
1461+
[7.5.10]: https://github.com/dipdup-io/dipdup/compare/7.5.9...7.5.10
14561462
[7.5.9]: https://github.com/dipdup-io/dipdup/compare/7.5.8...7.5.9
14571463
[7.5.8]: https://github.com/dipdup-io/dipdup/compare/7.5.7...7.5.8
14581464
[7.5.7]: https://github.com/dipdup-io/dipdup/compare/7.5.6...7.5.7

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.9/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.9/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.9/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.9/src/demo_uniswap) |
8-
| demo_auction | Tezos | NFT marketplace (TzColors) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_auction) |
9-
| demo_big_maps | Tezos | Indexing specific big maps | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_big_maps) |
10-
| demo_dao | Tezos | DAO registry (Homebase DAO) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_dao) |
11-
| demo_dex | Tezos | DEX balances and liquidity (Quipuswap) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_dex) |
12-
| demo_domains | Tezos | Domain name service (Tezos Domains) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_domains) |
13-
| demo_etherlink | Tezos | Etherlink smart rollup transactions | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_etherlink) |
14-
| demo_events | Tezos | Processing contract events | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_events) |
15-
| demo_factories | Tezos | Example of spawning indexes in runtime | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_factories) |
16-
| demo_head | Tezos | Processing head block metadata (realtime only) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_head) |
17-
| demo_nft_marketplace | Tezos | NFT marketplace (hic at nunc) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/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.9/src/demo_raw) |
19-
| demo_token | Tezos | FA1.2 token contract operations | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_token) |
20-
| demo_token_balances | Tezos | FA1.2 token balances | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_token_balances) |
21-
| demo_token_transfers | Tezos | FA1.2 token transfers | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_token_transfers) |
4+
| demo_blank | | Empty config for a fresh start | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/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.10/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.10/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.10/src/demo_uniswap) |
8+
| demo_auction | Tezos | NFT marketplace (TzColors) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_auction) |
9+
| demo_big_maps | Tezos | Indexing specific big maps | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_big_maps) |
10+
| demo_dao | Tezos | DAO registry (Homebase DAO) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_dao) |
11+
| demo_dex | Tezos | DEX balances and liquidity (Quipuswap) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_dex) |
12+
| demo_domains | Tezos | Domain name service (Tezos Domains) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_domains) |
13+
| demo_etherlink | Tezos | Etherlink smart rollup transactions | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_etherlink) |
14+
| demo_events | Tezos | Processing contract events | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_events) |
15+
| demo_factories | Tezos | Example of spawning indexes in runtime | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_factories) |
16+
| demo_head | Tezos | Processing head block metadata (realtime only) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_head) |
17+
| demo_nft_marketplace | Tezos | NFT marketplace (hic at nunc) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/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.10/src/demo_raw) |
19+
| demo_token | Tezos | FA1.2 token contract operations | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_token) |
20+
| demo_token_balances | Tezos | FA1.2 token balances | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_token_balances) |
21+
| demo_token_transfers | Tezos | FA1.2 token transfers | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_token_transfers) |

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
### Fixed
1111

1212
- abi.etherscan: Raise `AbiNotAvailableError` when contract is not verified.
13+
- cli: Don't save reports for successful test runs.
1314
- cli: Fixed incorrect indexer status logging.
15+
- cli: Fixed progress estimation when there are indexes with `last_level` option set.
1416
- cli: Improved logging of indexer status.
1517
- config: Don't raise `ConfigurationError` from some model validators.
1618
- config: Fixed crash when database path is relative and nested.
@@ -45,3 +47,7 @@
4547
- performance: Collect hit/miss stats for cached models.
4648
- performance: Decrease main loop and node polling intervals.
4749
- performance: Drop caches when all indexes have reached realtime.
50+
51+
### Other
52+
53+
- deps: Use `uvloop` to improve asyncio performance.

0 commit comments

Comments
 (0)