Skip to content

Commit

Permalink
Merge pull request #154 from casper-network/docs/main-changlog
Browse files Browse the repository at this point in the history
Added main changelog in a root of the repo - for release-1.1.0
  • Loading branch information
hoffmannjan authored Jan 31, 2023
2 parents 671614b + f838119 commit 8641e81
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2023-01-26

### Added

- Switched `frontend` to use new middleware (`1.1.0`)
- New table in `/blocks`
- New more detailed view in `/peers`
- Number of validators & peers is now visible on the main page
- Translations mechanisms (`react-i18next`) - translations are in `public/translations`
- Support for SSE Sidecar (`SIDECAR_REST_URL` & `SIDECAR_EVENTSTREAM_URL` required to enable it)
- New `/peers` endpoint providing peers statuses (hash of last added block, uptime, ip)
- New endpoints: `/latest-block`, `/block/:hashOrHeight`, `/status`, `/blocks`, `/deploy/:hash`, `/account/:accountHashOrPublicKey`
- When it's possible, all of the endpoint support both Sidecar as well as RPC
- Added cache so number of RPC request is minimized

### Changed

- Redesigned layout of almost all pages

## [1.0.0] - 2022-10-13

### Added

- Basic block explorer views (blocks, peers, block details, account details, deploy details)
- Block explorer queries directly RPC
- Basic unit tests
- Configurable branding
- Proxy layer that supports list of nodes in case one of them will be dead
- Basic tests

0 comments on commit 8641e81

Please sign in to comment.