Skip to content

Commit

Permalink
release notes stub
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Jan 18, 2024
1 parent 280f84a commit 3fe714d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/2.indexes/5.tezos_tzkt_operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ indexes:

## Specifying operation types

By default, DipDup processes only transactions, but you can enable other operation types you want to process (currently, `transaction`, `origination`, and `migration` are supported).
By default, DipDup processes only transactions, but you can enable other operation types you want to process:

```yaml [dipdup.yaml]
indexes:
Expand All @@ -103,6 +103,7 @@ indexes:
- transaction
- origination
- migration
- sr_execute
```

## Indexing smart rollups (Etherlink)
Expand Down
13 changes: 13 additions & 0 deletions docs/9.release-notes/1.v7.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: 7.3.0
description: DipDup 7.3 release notes
---

# Release Notes: 7.3

We're glad to announce DipDup 7.2! This release brings better support for Etherlink smart rollups and a bunch of minor improvements.

## Indexing `sr_execute` operations on Tezos


## Fixes and improvements
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ DipDup 6.5 is the current old-stable release powering dozens of APIs in producti

- [Documentation](https://docs.dipdup.io)
- [Changelog](https://docs.dipdup.io/CHANGELOG)
- [7.0 Migration Guide](../9.release-notes/3.v7.0.md#migration-guide)
- [7.0 Migration Guide](../9.release-notes/4.v7.0.md#migration-guide)
File renamed without changes.

0 comments on commit 3fe714d

Please sign in to comment.