Skip to content

Commit

Permalink
Cntools light (#1769)
Browse files Browse the repository at this point in the history
## Description
Adds a new mode to launch CNTools in light mode using Koios API instead
of local node. This in many cases improve performance and offers you to
run CNTools in online mode without a node deployed to sync the
blockchain.

- [x] Version and changelog update

---------

Co-authored-by: rdlrt <[email protected]>
Co-authored-by: Greg Beresnev <[email protected]>
Co-authored-by: KoT_B_KocMoce <[email protected]>
  • Loading branch information
4 people authored May 21, 2024
1 parent d7d4ddf commit 0d4cac8
Show file tree
Hide file tree
Showing 5 changed files with 1,898 additions and 1,072 deletions.
9 changes: 9 additions & 0 deletions docs/Scripts/cntools-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ All notable changes to this tool will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [13.0.0] - 2024-01-19
#### Added
- New light mode using Koios API instead of local node for blockchain queries. Mode can be selected at runtime using -l (light), -n (node, default) or -o (offline).
#### Changed
- Improved submission handling
- Removed complicated file descriptor re-direction for logging. This simplified the code and improves screen printing speed as special hacks around FDs could be removed.
#### Fixed
- Update handling and reload of script.

## [12.1.0] - 2024-01-19
#### Changed
- ADA price discovery through CoinGecko in set currency incl 24hr change. Shown in main UI, wallet list & show as well as pool show. Disabled by default.
Expand Down
Loading

0 comments on commit 0d4cac8

Please sign in to comment.