Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version 8.2.0rc1 #1177

Open
wants to merge 14 commits into
base: next
Choose a base branch
from
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ jobs:

- name: Run all checks
run: pdm run make all
env:
NODE_API_KEY: ${{ secrets.ALCHEMY_KEY }}

- name: Publish stable image
uses: docker/build-push-action@v5
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,3 @@ jobs:

- name: Run tests
run: pdm run make test
env:
NODE_API_KEY: ${{ secrets.ALCHEMY_KEY }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.2.0rc1] - ????-??-??
## [8.2.0rc1] - 2024-12-23

### Added

Expand Down
38 changes: 19 additions & 19 deletions docs/8.examples/_demos_table.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<!-- 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.3/src/demo_blank) |
| demo_substrate_events | | Substrate balance transfers | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_substrate_events) |
| demo_evm_events | EVM | ERC-20 token transfers (from event logs) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_evm_events) |
| demo_evm_transactions | EVM | ERC-20 token transfers (from transactions) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/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.3/src/demo_evm_uniswap) |
| demo_starknet_events | Starknet | ERC-20 token transfers (from events) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_starknet_events) |
| demo_tezos_auction | Tezos | NFT marketplace (TzColors) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_auction) |
| demo_tezos_dao | Tezos | DAO registry (Homebase DAO) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_dao) |
| demo_tezos_dex | Tezos | DEX balances and liquidity (Quipuswap) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_dex) |
| demo_tezos_domains | Tezos | Domain name service (Tezos Domains) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_domains) |
| demo_tezos_etherlink | Tezos | Etherlink smart rollup transactions | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_etherlink) |
| demo_tezos_events | Tezos | Processing contract events | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_events) |
| demo_tezos_factories | Tezos | Example of spawning indexes in runtime | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_factories) |
| demo_tezos_head | Tezos | Processing head block metadata (realtime only) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_head) |
| demo_tezos_nft_marketplace | Tezos | NFT marketplace (hic at nunc) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/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.3/src/demo_tezos_raw) |
| demo_tezos_token | Tezos | FA1.2 token contract operations | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_token) |
| demo_tezos_token_balances | Tezos | FA1.2 token balances | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_token_balances) |
| demo_tezos_token_transfers | Tezos | FA1.2 token transfers | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_token_transfers) |
| demo_blank | | Empty config for a fresh start | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_blank) |
| demo_substrate_events | | Substrate balance transfers | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_substrate_events) |
| demo_evm_events | EVM | ERC-20 token transfers (from event logs) | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_evm_events) |
| demo_evm_transactions | EVM | ERC-20 token transfers (from transactions) | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/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.2.0rc1/src/demo_evm_uniswap) |
| demo_starknet_events | Starknet | ERC-20 token transfers (from events) | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_starknet_events) |
| demo_tezos_auction | Tezos | NFT marketplace (TzColors) | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_auction) |
| demo_tezos_dao | Tezos | DAO registry (Homebase DAO) | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_dao) |
| demo_tezos_dex | Tezos | DEX balances and liquidity (Quipuswap) | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_dex) |
| demo_tezos_domains | Tezos | Domain name service (Tezos Domains) | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_domains) |
| demo_tezos_etherlink | Tezos | Etherlink smart rollup transactions | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_etherlink) |
| demo_tezos_events | Tezos | Processing contract events | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_events) |
| demo_tezos_factories | Tezos | Example of spawning indexes in runtime | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_factories) |
| demo_tezos_head | Tezos | Processing head block metadata (realtime only) | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_head) |
| demo_tezos_nft_marketplace | Tezos | NFT marketplace (hic at nunc) | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/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.2.0rc1/src/demo_tezos_raw) |
| demo_tezos_token | Tezos | FA1.2 token contract operations | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_token) |
| demo_tezos_token_balances | Tezos | FA1.2 token balances | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_token_balances) |
| demo_tezos_token_transfers | Tezos | FA1.2 token transfers | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_token_transfers) |
10 changes: 5 additions & 5 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.3"
version = "8.2.0rc1"
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 @@ -45,7 +45,7 @@ idna==3.10
inflect==5.6.2
iso8601==2.1.0
isort==5.13.2
jinja2==3.1.4
jinja2==3.1.5
lark==1.2.2
lru-dict==1.3.0
markupsafe==3.0.2
Expand Down
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.3
# generated by DipDup 8.2.0rc1
[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.3
# generated by DipDup 8.2.0rc1
[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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1
[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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1
[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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1
[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.3
# generated by DipDup 8.2.0rc1

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/demo_substrate_events/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by DipDup 8.1.2
# generated by DipDup 8.2.0rc1
[project]
name = "demo_substrate_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.2
# generated by DipDup 8.2.0rc1

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.2
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1
[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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1
[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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1
[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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

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.3
# generated by DipDup 8.2.0rc1

from __future__ import annotations

Expand Down
Loading
Loading