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.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neriumrevolta committed Jul 14, 2023
1 parent a98fbff commit 9119498
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
21 changes: 21 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.

- Server context types
- Remove double Arc Mutex from state types
- Consistent nonce during build
- Msg comparison block available on remote
- Standarlize nonce across graphcast and radio
- Add test retries and gc msg valid check

### Documentation

- Update grafana config and default network subgraph endpoint

### Features

Expand All @@ -16,6 +24,10 @@ All notable changes to this project will be documented in this file.
- Discv5 configs
- Add e2e tests
- Serves represented indexer info query
- Add msg sender validation options
- Move e2e tests into separate files and add new scenarios
- Persist comparison results
- One-shot radio for version upgrade

### Miscellaneous Tasks

Expand All @@ -26,6 +38,10 @@ All notable changes to this project will be documented in this file.
- Release 0.3.5
- Update tests
- Release 0.3.6
- Fix tests
- Grafana config and sdk-dep update
- Update sdk dep to 0.4.0
- Release 0.4.0

### Refactor

Expand All @@ -35,6 +51,11 @@ All notable changes to this project will be documented in this file.
- New ratio formatting
- Update logging level
- Update to new sdk versions
- Switch to string ref
- Comparison results query resolver
- More msg fields and checks
- Radio message decode and handle multiple types
- Fix tests

## [0.3.1] - 2023-05-22

Expand Down
4 changes: 2 additions & 2 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 one-shot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "one-shot"
version = "0.3.6"
version = "0.1.0"
edition = "2021"
authors = ["GraphOps (axiomatic-aardvark, hopeyen)"]
description = "One-shot messaging using Graphcast SDK (can be separated to a different repo)"
Expand Down
2 changes: 1 addition & 1 deletion 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.6"
version = "0.4.0"
edition = "2021"
authors = ["GraphOps (axiomatic-aardvark, hopeyen)"]
description = "POI Radio monitors subgraph data integrity in real time using Graphcast SDK"
Expand Down

0 comments on commit 9119498

Please sign in to comment.