Skip to content

Commit 170eaa7

Browse files
committed
chore: add CHANGELOG.md file
1 parent 668808a commit 170eaa7

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to
7+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8+
9+
# \[[v0.2.0](<>) (Upcoming)\]
10+
11+
### Changed
12+
13+
- **BREAKING CHANGE:** `RPC_URL` environment variable was renamed to
14+
`RPC_BASE_URL` and now only expects base rpc url (without `/ext/bc/C/rpc` at
15+
the end)
16+
17+
### Added
18+
19+
- fast updates addresses are periodically checked for sufficient balance
20+
- periodically check for unclaimed rewards
21+
- check for registration and preregistration
22+
- check if transactions are made against correct contracts
23+
- check if transactions are sent too early or too late (before they were just
24+
reported as missing)
25+
- check uptime for validator nodes
26+
- validate fast updates participation
27+
- sample minimal conditions for ftso, fast updates, fdc and validator nodes
28+
- add a global try except and report when there are issues with the rpc
29+
30+
### Fixed
31+
32+
- fixed bug where the observer loop would crash at the beggining of next
33+
34+
# \[[v0.1.0](https://github.com/flare-foundation/fsp-observer/tree/v0.1.0)\] - 2025-06-16
35+
36+
### Added
37+
38+
- fdc round validation
39+
- ftso round validation
40+
- entity addresses are periodically checked for sufficient balance
41+
- notifications plugins for discord, slack, telegram, generic http post

0 commit comments

Comments
 (0)