File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments