Skip to content

Commit

Permalink
chore: release 0.1.3 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
petkodes committed Aug 13, 2023
1 parent 0ab88a2 commit 3e2c0b4
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 8 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ All notable changes to this project will be documented in this file.

### Bug Fixes

- Effective ctrl+c shutdown

### Features

- Indexer management client basics
- Allow read config file
- Version upgrade triggers offchain sync request to indexer

### Miscellaneous Tasks

- Add labels workflow
- Update labels workflow (#37)
- Split off one-shot-cli package

### Refactor

- Config groupings

## [0.1.2] - 2023-07-21

### Bug Fixes

- Add metrics label for msg types
- Remove id verification for self in api service

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.

4 changes: 2 additions & 2 deletions 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.2"
version = "0.1.3"
edition = "2021"
authors = ["GraphOps (axiomatic-aardvark, hopeyen)"]
description = "Subgraph Radio monitors subgraph Public PoI and version upgrades messages 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.4.1"
prost = "0.11"
once_cell = "1.17"
chrono = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion test-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ categories = [
[dependencies]
waku = { version = "0.1.1", package = "waku-bindings" }
test-utils = { path = "../test-utils" }
graphcast-sdk = { git = "https://github.com/graphops/graphcast-sdk" }
graphcast-sdk = "0.4.1"
subgraph-radio = { path = "../subgraph-radio" }
tokio = { version = "1.1.1", features = ["full", "rt"] }
tracing = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion test-sender/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ categories = [

[dependencies]
waku = { version = "0.1.1", package = "waku-bindings" }
graphcast-sdk = { git = "https://github.com/graphops/graphcast-sdk" }
graphcast-sdk = "0.4.1"
test-utils = { path = "../test-utils" }
subgraph-radio = { path = "../subgraph-radio" }
tokio = { version = "1.1.1", features = ["full", "rt"] }
Expand Down
2 changes: 1 addition & 1 deletion test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ categories = [

[dependencies]
waku = { version = "0.1.1", package = "waku-bindings" }
graphcast-sdk = { git = "https://github.com/graphops/graphcast-sdk" }
graphcast-sdk = "0.4.1"
subgraph-radio = { path = "../subgraph-radio" }
tokio = { version = "1.1.1", features = ["full", "rt"] }
tracing = "0.1"
Expand Down

0 comments on commit 3e2c0b4

Please sign in to comment.