Skip to content

Commit ec06dfe

Browse files
committed
chore: update CHANGELOG to reflect API endpoint deletions and modifications
1 parent bc8826c commit ec06dfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
- Deleted `/api/v1/epochs/<number>`
66
- Deleted `/api/v1/epochs/missing`
77
- Deleted `/api/v1/score/health`
8-
- Deleted `/api/v1/score/`
8+
- Deleted `/api/v1/score`
99
- Deleted `/api/v1/validators/balance`
1010
- Deleted `/api/v1/validators/import`
11+
- Removed `only-active` query param from `/api/v1/validators`.
1112

1213
## Features
1314

1415
- `/api/v1/validator/<address>`: Get whole validator information including the social media and website links.
1516
- New endpoint /validators/[epochs]
16-
- Removed `only-active` query param from `/validators`.
1717
- Store activity for every validator in the database, not only active ones
1818
- Return score for every validator in the database, not only active ones
1919
- `/api/v1/sync`: Syncronize the database. Internal.

0 commit comments

Comments
 (0)