Skip to content

Commit

Permalink
Fix progress estimation logging, bump version 8.1.1 (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored Oct 17, 2024
1 parent b295dc6 commit bed745f
Show file tree
Hide file tree
Showing 90 changed files with 117 additions and 107 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic

Releases prior to 7.0 has been removed from this file to declutter search results; see the [archived copy](https://github.com/dipdup-io/dipdup/blob/8.0.0b5/CHANGELOG.md) for the full list.

## [8.1.1] - 2024-10-17

### Fixed

- cli: Fixed progress estimation logging.

## [8.1.0] - 2024-10-16

### Added
Expand Down Expand Up @@ -532,7 +538,8 @@ Releases prior to 7.0 has been removed from this file to declutter search result
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/8.1.0...HEAD
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/8.1.1...HEAD
[8.1.1]: https://github.com/dipdup-io/dipdup/compare/8.0.0...8.1.1
[8.1.0]: https://github.com/dipdup-io/dipdup/compare/8.0.0...8.1.0
[8.0.0]: https://github.com/dipdup-io/dipdup/compare/8.0.0b5...8.0.0
[8.0.0b5]: https://github.com/dipdup-io/dipdup/compare/8.0.0b4...8.0.0b5
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/8.1.0/src/demo_blank) |
| demo_evm_events | EVM | ERC-20 token transfers (from event logs) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_evm_events) |
| demo_evm_transactions | EVM | ERC-20 token transfers (from transactions) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_evm_transactions) |
| demo_evm_uniswap | EVM | Uniswap V3 pools, positions, etc. (advanced, uses TimescaleDB) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_evm_uniswap) |
| demo_starknet_events | Starknet | ERC-20 token transfers (from events) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_starknet_events) |
| demo_tezos_auction | Tezos | NFT marketplace (TzColors) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_auction) |
| demo_tezos_dao | Tezos | DAO registry (Homebase DAO) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_dao) |
| demo_tezos_dex | Tezos | DEX balances and liquidity (Quipuswap) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_dex) |
| demo_tezos_domains | Tezos | Domain name service (Tezos Domains) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_domains) |
| demo_tezos_etherlink | Tezos | Etherlink smart rollup transactions | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_etherlink) |
| demo_tezos_events | Tezos | Processing contract events | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_events) |
| demo_tezos_factories | Tezos | Example of spawning indexes in runtime | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_factories) |
| demo_tezos_head | Tezos | Processing head block metadata (realtime only) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_head) |
| demo_tezos_nft_marketplace | Tezos | NFT marketplace (hic at nunc) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_nft_marketplace) |
| demo_tezos_raw | Tezos | Process raw operations without filtering and typed payloads | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_raw) |
| demo_tezos_token | Tezos | FA1.2 token contract operations | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_token) |
| demo_tezos_token_balances | Tezos | FA1.2 token balances | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_token_balances) |
| demo_tezos_token_transfers | Tezos | FA1.2 token transfers | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_token_transfers) |
| demo_blank | | Empty config for a fresh start | [link](https://github.com/dipdup-io/dipdup/tree/8.1.1/src/demo_blank) |
| demo_evm_events | EVM | ERC-20 token transfers (from event logs) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.1/src/demo_evm_events) |
| demo_evm_transactions | EVM | ERC-20 token transfers (from transactions) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.1/src/demo_evm_transactions) |
| demo_evm_uniswap | EVM | Uniswap V3 pools, positions, etc. (advanced, uses TimescaleDB) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.1/src/demo_evm_uniswap) |
| demo_starknet_events | Starknet | ERC-20 token transfers (from events) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.1/src/demo_starknet_events) |
| demo_tezos_auction | Tezos | NFT marketplace (TzColors) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.1/src/demo_tezos_auction) |
| demo_tezos_dao | Tezos | DAO registry (Homebase DAO) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.1/src/demo_tezos_dao) |
| demo_tezos_dex | Tezos | DEX balances and liquidity (Quipuswap) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.1/src/demo_tezos_dex) |
| demo_tezos_domains | Tezos | Domain name service (Tezos Domains) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.1/src/demo_tezos_domains) |
| demo_tezos_etherlink | Tezos | Etherlink smart rollup transactions | [link](https://github.com/dipdup-io/dipdup/tree/8.1.1/src/demo_tezos_etherlink) |
| demo_tezos_events | Tezos | Processing contract events | [link](https://github.com/dipdup-io/dipdup/tree/8.1.1/src/demo_tezos_events) |
| demo_tezos_factories | Tezos | Example of spawning indexes in runtime | [link](https://github.com/dipdup-io/dipdup/tree/8.1.1/src/demo_tezos_factories) |
| demo_tezos_head | Tezos | Processing head block metadata (realtime only) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.1/src/demo_tezos_head) |
| demo_tezos_nft_marketplace | Tezos | NFT marketplace (hic at nunc) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.1/src/demo_tezos_nft_marketplace) |
| demo_tezos_raw | Tezos | Process raw operations without filtering and typed payloads | [link](https://github.com/dipdup-io/dipdup/tree/8.1.1/src/demo_tezos_raw) |
| demo_tezos_token | Tezos | FA1.2 token contract operations | [link](https://github.com/dipdup-io/dipdup/tree/8.1.1/src/demo_tezos_token) |
| demo_tezos_token_balances | Tezos | FA1.2 token balances | [link](https://github.com/dipdup-io/dipdup/tree/8.1.1/src/demo_tezos_token_balances) |
| demo_tezos_token_transfers | Tezos | FA1.2 token transfers | [link](https://github.com/dipdup-io/dipdup/tree/8.1.1/src/demo_tezos_token_transfers) |
1 change: 1 addition & 0 deletions docs/9.release-notes/_8.1_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@

### Fixed

- cli: Fixed progress estimation logging.
- cli: Reload constants in `dipdup.env` after applying env-files.
6 changes: 3 additions & 3 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "dipdup"
description = "Modular framework for creating selective indexers and featureful backends for dapps"
version = "8.1.0"
version = "8.1.1"
license = { text = "MIT" }
authors = [
{ name = "Lev Gorodetskii", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ tzdata==2024.1; platform_system == "Windows"
tzlocal==5.2
urllib3==2.2.2
uvloop==0.21.0
web3==7.3.1
web3==7.4.0
websockets==12.0
yarl==1.15.3
2 changes: 1 addition & 1 deletion src/demo_blank/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1
[project]
name = "demo_blank"
version = "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/demo_evm_events/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1
[project]
name = "demo_evm_events"
version = "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/demo_evm_events/types/eth_usdt/evm_events/transfer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/demo_evm_transactions/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1
[project]
name = "demo_evm_transactions"
version = "0.0.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/demo_evm_uniswap/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1
[project]
name = "demo_evm_uniswap"
version = "0.0.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/demo_evm_uniswap/types/pool/evm_events/burn.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/demo_evm_uniswap/types/pool/evm_events/collect.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/demo_evm_uniswap/types/pool/evm_events/flash.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/demo_evm_uniswap/types/pool/evm_events/initialize.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/demo_evm_uniswap/types/pool/evm_events/mint.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/demo_evm_uniswap/types/pool/evm_events/swap.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/demo_starknet_events/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1
[project]
name = "demo_starknet_events"
version = "0.0.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/demo_tezos_auction/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1
[project]
name = "demo_tezos_auction"
version = "0.0.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/demo_tezos_dao/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1
[project]
name = "demo_tezos_dao"
version = "0.0.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/demo_tezos_dao/types/registry/tezos_storage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/demo_tezos_dex/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1
[project]
name = "demo_tezos_dex"
version = "0.0.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/demo_tezos_dex/types/fa12_token/tezos_storage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/demo_tezos_dex/types/fa2_token/tezos_storage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/demo_tezos_dex/types/quipu_fa12/tezos_storage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/demo_tezos_dex/types/quipu_fa2/tezos_storage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/demo_tezos_domains/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1
[project]
name = "demo_tezos_domains"
version = "0.0.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.0
# generated by DipDup 8.1.1

from __future__ import annotations

Expand Down
Loading

0 comments on commit bed745f

Please sign in to comment.