Skip to content

Commit

Permalink
Merge branch 'next' into aux/evm_node_batch_request
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored Nov 13, 2023
2 parents b629876 + 78fac19 commit 58ace95
Show file tree
Hide file tree
Showing 47 changed files with 331 additions and 352 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
### Added

- evm.node: Requesting logs for multiple blocks at once for EVM nodes to improve performance
- evm.subsquid: Added metrics for Subsquid Cloud deploy.

## [7.1.1] - 2023-11-07

### Fixed

- cli: Fixed crash on early Python 3.11 releases.
- project: Update default Docker tag for TimescaleDB HA.

## [7.1.0] - 2023-10-27

Expand Down Expand Up @@ -1230,7 +1238,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.1.0...HEAD
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/7.1.1...HEAD
[7.1.1]: https://github.com/dipdup-io/dipdup/compare/7.1.0...7.1.1
[7.1.0]: https://github.com/dipdup-io/dipdup/compare/7.0.2...7.1.0
[7.0.2]: https://github.com/dipdup-io/dipdup/compare/7.0.1...7.0.2
[7.0.1]: https://github.com/dipdup-io/dipdup/compare/7.0.0...7.0.1
Expand Down
2 changes: 1 addition & 1 deletion docs/1.getting-started/3.config.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Config consists of multiple top-level mappings. In the table below they are grou
| **Integrations** | [hasura](../9.config/6.hasura.md) | Hasura GraphQL Engine configuration |
| | [sentry](../9.config/13.sentry.md) | Sentry configuration |
| | [prometheus](../9.config/12.prometheus.md) | Prometheus configuration |
| **Miscellanous** | [advanced](../9.config/1.advanced.md) | Tunables that affect framework behavior |
| **Miscellaneous**| [advanced](../9.config/1.advanced.md) | Tunables that affect framework behavior |
| | [custom](../9.config/3.custom.md) | Mapping of user-defined values; neither typed nor validated |
| | [logging](../9.config/10.logging.md) | Configure logging verbosity |

Expand Down
2 changes: 2 additions & 0 deletions docs/15.thanks.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ We are grateful to all the people who help us with the project.
- [gdsoumya](https://github.com/gdsoumya)
- [Göran Sandström](https://github.com/veqtor)
- [herohthd](https://github.com/herohthd)
- [Javier Graciá Carpio](https://github.com/jagracar)
- [Karan Dua](https://github.com/Karantezsure)
- [Nick Kalomoiris](https://github.com/nikos-kalomoiris)
- [magicCity](https://github.com/tezosmiami)
- [pravind](https://github.com/pravind)
- [Roman Novikov](https://github.com/mystdeim)
- [Scott Simpson](https://github.com/scottincrypto)
- [shuoer86](https://github.com/shuoer86)
- [Simon Bihel](https://github.com/sbihel)
- [tomsib2001](https://github.com/tomsib2001)

Expand Down
6 changes: 3 additions & 3 deletions docs/6.deployment/4.prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ The following metrics are exposed under `dipdup` namespace:
|-|-|
| `dipdup_indexes_total` | Number of indexes in operation by status |
| `dipdup_index_level_sync_duration_seconds` | Duration of indexing a single level |
| `dipdup_index_level_realtime_duration_seconds` | Duration of last index syncronization |
| `dipdup_index_total_sync_duration_seconds` | Duration of the last index syncronization |
| `dipdup_index_total_realtime_duration_seconds` | Duration of the last index realtime syncronization |
| `dipdup_index_level_realtime_duration_seconds` | Duration of last index synchronization |
| `dipdup_index_total_sync_duration_seconds` | Duration of the last index synchronization |
| `dipdup_index_total_realtime_duration_seconds` | Duration of the last index realtime synchronization |
| `dipdup_index_levels_to_sync_total` | Number of levels to reach synced state |
| `dipdup_index_levels_to_realtime_total` | Number of levels to reach realtime state |
| `dipdup_index_handlers_matched_total` | Index total hits |
Expand Down
2 changes: 1 addition & 1 deletion docs/7.references/4.config-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ datasources:
kind: tezos.tzkt
url: ${TZKT_URL:-https://api.tzkt.io}
http:
retry_count: # retry infinetely
retry_count: # retry infinitely
retry_sleep:
retry_multiplier:
ratelimit_rate:
Expand Down
2 changes: 1 addition & 1 deletion docs/9.release-notes/4.history.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ TzKT `buffer_size` option remains available, but it's not required to handle cha
Now when DipDup catches unhandled exceptions, a crash dump will be saved to the temporary directory.

```
dipdup.exceptions.CallbackError: An error occured during callback execution
dipdup.exceptions.CallbackError: An error occurred during callback execution
________________________________________________________________________________

`demo_token.hooks.on_restart` callback execution failed:
Expand Down
Loading

0 comments on commit 58ace95

Please sign in to comment.