Releases: block-bites/fondant-app
Releases · block-bites/fondant-app
Fondant 1.1.0
[1.1.0] - 2024-04-18
Frontend
https://github.com/block-bites/fondant-app/pull/91
https://github.com/block-bites/fondant-app/pull/77
https://github.com/block-bites/fondant-app/pull/80
https://github.com/block-bites/fondant-app/issues/81
Prepared frontend to handle CCTL
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
https://github.com/block-bites/fondant-app/pull/78
https://github.com/block-bites/fondant-app/pull/64
https://github.com/block-bites/fondant-app/issues/85
https://github.com/block-bites/fondant-app/issues/82
Fixed pagination on all subpages
Fondant 1.0.0
[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.
Everything described in README.md
.