Skip to content

Commit 5e05bd6

Browse files
Bump version 8.0.0b5 (#1086)
1 parent 0ccae6d commit 5e05bd6

File tree

257 files changed

+383
-374
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+383
-374
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
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+
## [8.0.0b5] - 2024-08-09
88

99
### Added
1010

@@ -21,8 +21,8 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
2121
### Changed
2222

2323
- config: When filtering EVM transactions by signature, use `signature` field instead of `method`.
24-
- ctx: Signatures of `fire_handler` and `fire_hook` methods have changed.
25-
- ctx: `ctx.logger` is a regular `logging.Logger` instead of pre-configured `FormattedLogger`.
24+
- context: Signatures of `fire_handler` and `fire_hook` methods have changed.
25+
- context: `ctx.logger` is a regular `logging.Logger` instead of pre-configured `FormattedLogger`.
2626

2727
### Other
2828

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

15691569
<!-- Versions -->
1570-
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/8.0.0b4...HEAD
1570+
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/8.0.0b5...HEAD
1571+
[8.0.0b5]: https://github.com/dipdup-io/dipdup/compare/8.0.0b4...8.0.0b5
15711572
[8.0.0b4]: https://github.com/dipdup-io/dipdup/compare/8.0.0b3...8.0.0b4
15721573
[8.0.0b3]: https://github.com/dipdup-io/dipdup/compare/8.0.0b2...8.0.0b3
15731574
[7.5.8]: https://github.com/dipdup-io/dipdup/compare/7.5.7...7.5.8

docs/8.examples/_demos_table.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
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/8.0.0b4/src/demo_blank) |
5-
| demo_evm_events | EVM | ERC-20 token transfers (from event logs) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b4/src/demo_evm_events) |
6-
| demo_evm_transactions | EVM | ERC-20 token transfers (from transactions) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b4/src/demo_evm_transactions) |
7-
| demo_evm_uniswap | EVM | Uniswap V3 pools, positions, etc. (advanced, uses TimescaleDB) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b4/src/demo_evm_uniswap) |
8-
| demo_starknet_events | Starknet | ERC-20 token transfers (from events) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b4/src/demo_starknet_events) |
9-
| demo_tezos_auction | Tezos | NFT marketplace (TzColors) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b4/src/demo_tezos_auction) |
10-
| demo_tezos_big_maps | Tezos | Indexing specific big maps | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b4/src/demo_tezos_big_maps) |
11-
| demo_tezos_dao | Tezos | DAO registry (Homebase DAO) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b4/src/demo_tezos_dao) |
12-
| demo_tezos_dex | Tezos | DEX balances and liquidity (Quipuswap) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b4/src/demo_tezos_dex) |
13-
| demo_tezos_domains | Tezos | Domain name service (Tezos Domains) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b4/src/demo_tezos_domains) |
14-
| demo_tezos_etherlink | Tezos | Etherlink smart rollup transactions | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b4/src/demo_tezos_etherlink) |
15-
| demo_tezos_events | Tezos | Processing contract events | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b4/src/demo_tezos_events) |
16-
| demo_tezos_factories | Tezos | Example of spawning indexes in runtime | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b4/src/demo_tezos_factories) |
17-
| demo_tezos_head | Tezos | Processing head block metadata (realtime only) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b4/src/demo_tezos_head) |
18-
| demo_tezos_nft_marketplace | Tezos | NFT marketplace (hic at nunc) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b4/src/demo_tezos_nft_marketplace) |
19-
| demo_tezos_raw | Tezos | Process raw operations without filtering and typed payloads | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b4/src/demo_tezos_raw) |
20-
| demo_tezos_token | Tezos | FA1.2 token contract operations | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b4/src/demo_tezos_token) |
21-
| demo_tezos_token_balances | Tezos | FA1.2 token balances | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b4/src/demo_tezos_token_balances) |
22-
| demo_tezos_token_transfers | Tezos | FA1.2 token transfers | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b4/src/demo_tezos_token_transfers) |
4+
| demo_blank | | Empty config for a fresh start | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b5/src/demo_blank) |
5+
| demo_evm_events | EVM | ERC-20 token transfers (from event logs) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b5/src/demo_evm_events) |
6+
| demo_evm_transactions | EVM | ERC-20 token transfers (from transactions) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b5/src/demo_evm_transactions) |
7+
| demo_evm_uniswap | EVM | Uniswap V3 pools, positions, etc. (advanced, uses TimescaleDB) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b5/src/demo_evm_uniswap) |
8+
| demo_starknet_events | Starknet | ERC-20 token transfers (from events) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b5/src/demo_starknet_events) |
9+
| demo_tezos_auction | Tezos | NFT marketplace (TzColors) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b5/src/demo_tezos_auction) |
10+
| demo_tezos_big_maps | Tezos | Indexing specific big maps | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b5/src/demo_tezos_big_maps) |
11+
| demo_tezos_dao | Tezos | DAO registry (Homebase DAO) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b5/src/demo_tezos_dao) |
12+
| demo_tezos_dex | Tezos | DEX balances and liquidity (Quipuswap) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b5/src/demo_tezos_dex) |
13+
| demo_tezos_domains | Tezos | Domain name service (Tezos Domains) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b5/src/demo_tezos_domains) |
14+
| demo_tezos_etherlink | Tezos | Etherlink smart rollup transactions | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b5/src/demo_tezos_etherlink) |
15+
| demo_tezos_events | Tezos | Processing contract events | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b5/src/demo_tezos_events) |
16+
| demo_tezos_factories | Tezos | Example of spawning indexes in runtime | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b5/src/demo_tezos_factories) |
17+
| demo_tezos_head | Tezos | Processing head block metadata (realtime only) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b5/src/demo_tezos_head) |
18+
| demo_tezos_nft_marketplace | Tezos | NFT marketplace (hic at nunc) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b5/src/demo_tezos_nft_marketplace) |
19+
| demo_tezos_raw | Tezos | Process raw operations without filtering and typed payloads | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b5/src/demo_tezos_raw) |
20+
| demo_tezos_token | Tezos | FA1.2 token contract operations | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b5/src/demo_tezos_token) |
21+
| demo_tezos_token_balances | Tezos | FA1.2 token balances | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b5/src/demo_tezos_token_balances) |
22+
| demo_tezos_token_transfers | Tezos | FA1.2 token transfers | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0b5/src/demo_tezos_token_transfers) |

docs/9.release-notes/_8.0_changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
- config: Index kinds have been renamed and grouped by the network.
4949
- config: Index template values now can be any JSON-serializable object.
5050
- config: When filtering EVM transactions by signature, use `signature` field instead of `method`.
51-
- ctx: Signatures of `fire_handler` and `fire_hook` methods have changed.
52-
- ctx: `ctx.logger` is a regular `logging.Logger` instead of pre-configured `FormattedLogger`.
51+
- context: Signatures of `fire_handler` and `fire_hook` methods have changed.
52+
- context: `ctx.logger` is a regular `logging.Logger` instead of pre-configured `FormattedLogger`.
5353
- deps: Python 3.12 is now required to run DipDup.
5454
- performance: All time intervals are now measured in seconds.
5555
- performance: Several metrics have been renamed and new ones have been added.

0 commit comments

Comments
 (0)