Skip to content

Commit

Permalink
Bump version 7.5.10 (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored Aug 2, 2024
1 parent b8930bd commit 7e6cdb5
Show file tree
Hide file tree
Showing 26 changed files with 123 additions and 94 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].

## [Unreleased]
## [7.5.10] - 2024-08-02

### Fixed

- cli: Fixed progress estimation when there are indexes with `last_level` option set.
- cli: Don't save reports for successful test runs.

### Other

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

<!-- Versions -->
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/7.5.8...HEAD
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/7.5.10...HEAD
[7.5.10]: https://github.com/dipdup-io/dipdup/compare/7.5.9...7.5.10
[7.5.9]: https://github.com/dipdup-io/dipdup/compare/7.5.8...7.5.9
[7.5.8]: https://github.com/dipdup-io/dipdup/compare/7.5.7...7.5.8
[7.5.7]: https://github.com/dipdup-io/dipdup/compare/7.5.6...7.5.7
Expand Down
36 changes: 18 additions & 18 deletions docs/8.examples/_demos_table.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<!-- markdownlint-disable first-line-h1 -->
| name | network | description | source |
|-|-|-|-|
| demo_blank | | Empty config for a fresh start | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_blank) |
| 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) |
| 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) |
| 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) |
| demo_auction | Tezos | NFT marketplace (TzColors) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_auction) |
| demo_big_maps | Tezos | Indexing specific big maps | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_big_maps) |
| demo_dao | Tezos | DAO registry (Homebase DAO) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_dao) |
| demo_dex | Tezos | DEX balances and liquidity (Quipuswap) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_dex) |
| demo_domains | Tezos | Domain name service (Tezos Domains) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_domains) |
| demo_etherlink | Tezos | Etherlink smart rollup transactions | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_etherlink) |
| demo_events | Tezos | Processing contract events | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_events) |
| demo_factories | Tezos | Example of spawning indexes in runtime | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_factories) |
| demo_head | Tezos | Processing head block metadata (realtime only) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_head) |
| demo_nft_marketplace | Tezos | NFT marketplace (hic at nunc) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_nft_marketplace) |
| 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) |
| demo_token | Tezos | FA1.2 token contract operations | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_token) |
| demo_token_balances | Tezos | FA1.2 token balances | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_token_balances) |
| demo_token_transfers | Tezos | FA1.2 token transfers | [link](https://github.com/dipdup-io/dipdup/tree/7.5.9/src/demo_token_transfers) |
| demo_blank | | Empty config for a fresh start | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_blank) |
| 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) |
| 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) |
| 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) |
| demo_auction | Tezos | NFT marketplace (TzColors) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_auction) |
| demo_big_maps | Tezos | Indexing specific big maps | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_big_maps) |
| demo_dao | Tezos | DAO registry (Homebase DAO) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_dao) |
| demo_dex | Tezos | DEX balances and liquidity (Quipuswap) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_dex) |
| demo_domains | Tezos | Domain name service (Tezos Domains) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_domains) |
| demo_etherlink | Tezos | Etherlink smart rollup transactions | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_etherlink) |
| demo_events | Tezos | Processing contract events | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_events) |
| demo_factories | Tezos | Example of spawning indexes in runtime | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_factories) |
| demo_head | Tezos | Processing head block metadata (realtime only) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_head) |
| demo_nft_marketplace | Tezos | NFT marketplace (hic at nunc) | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_nft_marketplace) |
| 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) |
| demo_token | Tezos | FA1.2 token contract operations | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_token) |
| demo_token_balances | Tezos | FA1.2 token balances | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_token_balances) |
| demo_token_transfers | Tezos | FA1.2 token transfers | [link](https://github.com/dipdup-io/dipdup/tree/7.5.10/src/demo_token_transfers) |
6 changes: 6 additions & 0 deletions docs/9.release-notes/_7.5_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
### Fixed

- abi.etherscan: Raise `AbiNotAvailableError` when contract is not verified.
- cli: Don't save reports for successful test runs.
- cli: Fixed incorrect indexer status logging.
- cli: Fixed progress estimation when there are indexes with `last_level` option set.
- cli: Improved logging of indexer status.
- config: Don't raise `ConfigurationError` from some model validators.
- config: Fixed crash when database path is relative and nested.
Expand Down Expand Up @@ -45,3 +47,7 @@
- performance: Collect hit/miss stats for cached models.
- performance: Decrease main loop and node polling intervals.
- performance: Drop caches when all indexes have reached realtime.

### Other

- deps: Use `uvloop` to improve asyncio performance.
Loading

0 comments on commit 7e6cdb5

Please sign in to comment.