Skip to content

Commit

Permalink
chore: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petkodes committed Mar 4, 2024
1 parent 3b4abff commit 0a497ad
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 5 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

All notable changes to this project will be documented in this file.

## [1.0.1] - 2024-03-04

### Bug Fixes
- Readme links
- Memory leak

### Miscellaneous Tasks

- Release 1.0.1

## [1.0.0] - 2023-12-19

### Features

- Update e2e tests
- Validate indexer address config variable

### Refactor

- Slack bot switched to using webhook instead of bot token
- Remove waku discovery enr from Radio
- Switch to sqlite instead of json for state persistence
- Effective control of event durations and timeouts
- Better message type determiniation
- Radio payload trait
- Updated a few config names
- Rename radio_infrastructure to radio_setup

### Miscellaneous Tasks

- Release 1.0.0

## [0.1.9] - 2023-10-31

### Features
Expand Down
7 changes: 4 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ panic = 'unwind'
opt-level = 3

[workspace.dependencies]
graphcast-sdk = { git = "https://github.com/graphops/graphcast-sdk" }
graphcast-sdk = "0.7.0"
clap = { version = "4.4", features = [
"cargo",
"unstable-doc",
Expand Down
2 changes: 1 addition & 1 deletion subgraph-radio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subgraph-radio"
version = "0.1.9"
version = "1.0.1"
edition = "2021"
authors = ["GraphOps (axiomatic-aardvark, hopeyen)"]
description = "Subgraph Radio monitors subgraph PublicPoI and UpgradeIntent messages in real time using Graphcast SDK"
Expand Down

0 comments on commit 0a497ad

Please sign in to comment.