Skip to content

Commit

Permalink
chore(release): axon-r02. (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
raulk authored Jul 23, 2024
1 parent 245d65e commit 36ed81f
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

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

## Unreleased
## [axon-r02] - 2024-07-23

### Experimental: Observability Framework 👁️📊
_Full changelog below._

### ⭐ HIGHLIGHTED | Observability Framework 👁️📊

- Introduced a new observability framework utilizing the `ipc-observability` crate.
- This framework introduces events and metrics for detailed system monitoring and analysis.
Expand Down Expand Up @@ -35,6 +37,30 @@ Refer to full observability documentation [here](./docs/fendermint/observability
| Topdown | `ParentFinalityCommitted` | Tracks parent finality committed on chain | `topdown_parent_finality_committed_height` (IntGauge) |
| System | `TracingError` | Logs tracing errors | `tracing_errors` (IntCounterVec) |

### 🚀 Features

- *(node)* New observability architecture + events (#1053)
- *(node)* New observability bottom up tracing/metrics (#1061)
- *(ethapi)* Add eth cors settings (#1021)
- *(node)* File-based observability configuration (#1078)
- *(node)* Observability docs and changelog section (#1083)

### 🐛 Bug Fixes

- *(ethapi)* Make `eth_getTransactionReceipt` null for unexecuted/unknown transactions (#1006)

### 🚜 Refactor

- *(node)* Observability refinements. (#1085)

### 📚 Documentation

- *(specs)* Ethereum JSON-RPC API (#913)

### ⚙️ Miscellaneous Tasks

- Validate PR titles against conventional commits. (#1075)

## [axon-r01] - 2024-07-15

### Introducing Axon
Expand Down

0 comments on commit 36ed81f

Please sign in to comment.