Skip to content

Commit 56d81ec

Browse files
committed
Bump version 8.1.4
1 parent 920d02e commit 56d81ec

File tree

91 files changed

+188
-235
lines changed

Some content is hidden

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

91 files changed

+188
-235
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
66

77
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.
88

9-
## [Unreleased]
9+
## [8.1.4] - 2025-01-12
1010

1111
### Fixed
1212

@@ -570,7 +570,8 @@ Releases prior to 7.0 has been removed from this file to declutter search result
570570
[semantic versioning]: https://semver.org/spec/v2.0.0.html
571571

572572
<!-- Versions -->
573-
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/8.1.3...HEAD
573+
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/8.1.4...HEAD
574+
[8.1.4]: https://github.com/dipdup-io/dipdup/compare/8.1.3...8.1.4
574575
[8.1.3]: https://github.com/dipdup-io/dipdup/compare/8.1.2...8.1.3
575576
[8.1.2]: https://github.com/dipdup-io/dipdup/compare/8.1.1...8.1.2
576577
[8.1.1]: https://github.com/dipdup-io/dipdup/compare/8.1.0...8.1.1

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/8.1.3/src/demo_blank) |
5-
| 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) |
6-
| 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) |
7-
| 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) |
8-
| 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) |
9-
| demo_tezos_auction | Tezos | NFT marketplace (TzColors) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_auction) |
10-
| demo_tezos_dao | Tezos | DAO registry (Homebase DAO) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_dao) |
11-
| demo_tezos_dex | Tezos | DEX balances and liquidity (Quipuswap) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_dex) |
12-
| demo_tezos_domains | Tezos | Domain name service (Tezos Domains) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_domains) |
13-
| demo_tezos_etherlink | Tezos | Etherlink smart rollup transactions | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_etherlink) |
14-
| demo_tezos_events | Tezos | Processing contract events | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_events) |
15-
| 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) |
16-
| 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) |
17-
| 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) |
18-
| 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) |
19-
| demo_tezos_token | Tezos | FA1.2 token contract operations | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_token) |
20-
| 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) |
21-
| 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) |
4+
| demo_blank | | Empty config for a fresh start | [link](https://github.com/dipdup-io/dipdup/tree/8.1.4/src/demo_blank) |
5+
| demo_evm_events | EVM | ERC-20 token transfers (from event logs) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.4/src/demo_evm_events) |
6+
| demo_evm_transactions | EVM | ERC-20 token transfers (from transactions) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.4/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.1.4/src/demo_evm_uniswap) |
8+
| demo_starknet_events | Starknet | ERC-20 token transfers (from events) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.4/src/demo_starknet_events) |
9+
| demo_tezos_auction | Tezos | NFT marketplace (TzColors) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.4/src/demo_tezos_auction) |
10+
| demo_tezos_dao | Tezos | DAO registry (Homebase DAO) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.4/src/demo_tezos_dao) |
11+
| demo_tezos_dex | Tezos | DEX balances and liquidity (Quipuswap) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.4/src/demo_tezos_dex) |
12+
| demo_tezos_domains | Tezos | Domain name service (Tezos Domains) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.4/src/demo_tezos_domains) |
13+
| demo_tezos_etherlink | Tezos | Etherlink smart rollup transactions | [link](https://github.com/dipdup-io/dipdup/tree/8.1.4/src/demo_tezos_etherlink) |
14+
| demo_tezos_events | Tezos | Processing contract events | [link](https://github.com/dipdup-io/dipdup/tree/8.1.4/src/demo_tezos_events) |
15+
| demo_tezos_factories | Tezos | Example of spawning indexes in runtime | [link](https://github.com/dipdup-io/dipdup/tree/8.1.4/src/demo_tezos_factories) |
16+
| demo_tezos_head | Tezos | Processing head block metadata (realtime only) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.4/src/demo_tezos_head) |
17+
| demo_tezos_nft_marketplace | Tezos | NFT marketplace (hic at nunc) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.4/src/demo_tezos_nft_marketplace) |
18+
| demo_tezos_raw | Tezos | Process raw operations without filtering and typed payloads | [link](https://github.com/dipdup-io/dipdup/tree/8.1.4/src/demo_tezos_raw) |
19+
| demo_tezos_token | Tezos | FA1.2 token contract operations | [link](https://github.com/dipdup-io/dipdup/tree/8.1.4/src/demo_tezos_token) |
20+
| demo_tezos_token_balances | Tezos | FA1.2 token balances | [link](https://github.com/dipdup-io/dipdup/tree/8.1.4/src/demo_tezos_token_balances) |
21+
| demo_tezos_token_transfers | Tezos | FA1.2 token transfers | [link](https://github.com/dipdup-io/dipdup/tree/8.1.4/src/demo_tezos_token_transfers) |

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,15 @@
3636
- database: Fixed concurrency issue when using `get_or_create` method.
3737
- evm.events: Fixed matching logs when filtering by topic0.
3838
- evm.events: Improve fetching event batches from node.
39-
- evm.subsquid: Fixed empty field base conversion on event deserialization.
40-
- evm.subsquid: Fixed type of `timestamp` field of event/transaction models.
4139
- evm.subsquid: Fixed typo in `iter_events` method name.
4240
- evm: Fixed crash when contract ABI contains overloaded methods.
43-
- evm: Fixed parsing tuple types in ABI.
44-
- evm: Fixed sending JSONRPC requests via web3.py provider.
4541
- install: Fixed reinstalling package when `--force` flag is used.
4642
- models: Fixed `CachedModel` preloading.
4743
- models: Fixed setting default value for `Meta.maxsize`.
4844
- package: Create package in-place if cwd equals package name.
4945
- performance: Add index name to fetcher and realtime queues.
5046
- performance: Fixed estimation indexing speed in levels per second.
5147
- starknet.events: Fixed filtering events by key.
52-
- starknet: Fixed parsing contract addresses starting with `0x0`.
5348
- subsquid: Fixed missing entry in `dipdup_head` internal table.
5449
- tezos.big_maps: Fixed logging status message in `skip_history` mode.
5550
- tezos.big_maps: Respect order of handlers in `skip_history` mode.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@
2020
- config: Fixed starknet index validation error.
2121
- context: Allow to add Starknet contracts in runtime.
2222
- database: Ignore non-existent immutable table on schema wipe.
23+
- evm.subsquid: Fixed empty field base conversion on event deserialization.
24+
- evm.subsquid: Fixed type of `timestamp` field of event/transaction models.
25+
- evm: Fixed parsing tuple types in ABI.
26+
- evm: Fixed sending JSONRPC requests via web3.py provider.
2327
- metrics: Fixed indexed objects counter.
2428
- starknet.events: Fixed event ID calculation.
2529
- starknet: Added support for struct and array types, as well as u256 and ByteArray handlers.
2630
- starknet: Fixed event payload parsing (account for keys field).
2731
- starknet: Fixed missing class property in node datasource.
32+
- starknet: Fixed parsing contract addresses starting with `0x0`.

0 commit comments

Comments
 (0)