Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

53 lines (36 loc) · 1.99 KB

Change Log

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

Added

Frontend

Backend

  • Exchanged NCTL container to in-house created CCTL container
  • Discarded Lean API. Now the API uses rust rocket framework.
  • Merged API and CCTL containers.
  • Run endpoint that is compatible with all CCTL commands.

Fixed

Frontend

[1.0.0] - 2024-01-15

Added

Frontend

  • Accounts page. Displays users private and public keys.
  • Logs, Event and Deploy pages presenting with JSON info on each coressponding topic.
  • Blocks page, displays basic information about block generated on the network.
  • Ability to change observed node.
  • Reset button for the network.

Backend

  • Lean API that acts as a proxy for the original nctl container.
  • Documentation for the Lean API.
  • Flask API deployed on the nctl container to ease up interaction between Lean API and nctl.