Skip to content

Commit

Permalink
chore: 0.0.3 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-eiger authored Feb 8, 2024
1 parent c8f043e commit ef23065
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 5 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ All notable changes to this project will be documented in this file.

- Message type name + db connection timeout
- Db name for CI
- Dependency and metrics name fix
- Sh in distroless
- Timeout for message processing
- Network connection outside of filter protocol
- Add logs
- Logs, pause when no peers
- Add offline sqlx queries
- Clean and format

### Documentation

Expand All @@ -25,18 +33,38 @@ All notable changes to this project will be documented in this file.
- Add waku message error metrics
- New metrics and summary logging
- Message decode for publicPOI, versionUpgrade, and simple
- Use alpine runtime image
- Network metrics on peers, connectivity, msg traffic
- Prune old messages by max_storage config, update logs and metrics
- Grafana dashboard json setup

### Miscellaneous Tasks

- Update sdk version
- Docker workflow fix
- Docker and binary workflow
- Release 0.0.1
- Add labels workflow (#11)
- Add go to clippy
- Move clippy step into check job
- Remove labels workflow (#21)
- Update Graphcast SDK and fix conflicts (#27)
- Release 0.0.3

### Performance

- Inner runtime for message processing

### Refactor

- Structs
- Single db connection
- Rename 3la to Listener radio
- Renamed UpgradeIntentMessage message type
- Add periodic network check
- Log periodic network connections
- Add timeout to db
- Graphcast-sdk version upgrade
- Radio operator added with running control and receiver

<!-- generated by git-cliff -->
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "listener-radio"
version = "0.0.1"
version = "0.0.3"
edition = "2021"
authors = ["GraphOps (hopeyen)"]
description = "Listener Radio monitors on a Graphcast network and stores messages"
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.6.1"
anyhow = "1.0"
axum = { version = "0.5", features = ["headers"] }
async-graphql = "4.0.16"
Expand Down

0 comments on commit ef23065

Please sign in to comment.