Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
chore: release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-eiger committed Jun 1, 2023
1 parent 35d9b71 commit adcf47a
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 7 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.

## [unreleased]

### Features

- Disable notifications for known divergences
- Add telegram notifications
- Discv5 configs
- Add e2e tests

### Miscellaneous Tasks

- Release 0.3.2
- Release 0.3.2

### Refactor

- Operator struct replaces global mutex
- Update interval constants
- Remove 'v' prefix from release tag

## [0.3.1] - 2023-05-22

### Miscellaneous Tasks

- Release v0.3.1

### Refactor

- Update logging level
Expand Down
53 changes: 48 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions poi-radio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poi-radio"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
authors = ["GraphOps (axiomatic-aardvark, hopeyen)"]
description = "POI Radio monitors subgraph data integrity in real time using Graphcast SDK"
Expand All @@ -10,7 +10,7 @@ keywords = ["graphprotocol", "data-integrity", "Indexer", "waku", "p2p"]
categories = ["network-programming", "web-programming::http-client"]

[dependencies]
graphcast-sdk = { git = "https://github.com/graphops/graphcast-sdk" }
graphcast-sdk = "0.3.2"
prost = "0.11"
once_cell = "1.17"
chrono = "0.4"
Expand Down

0 comments on commit adcf47a

Please sign in to comment.