Skip to content

Commit

Permalink
Merge branch 'alpha' into koios-1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed May 22, 2024
2 parents 3fa1b1b + 0d4cac8 commit 4eb2bef
Show file tree
Hide file tree
Showing 6 changed files with 1,900 additions and 1,073 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
3 changes: 2 additions & 1 deletion docs/Scripts/topologyupdater.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
!!! tip "Reminder !!"
- Since the network has to get along without the P2P network module for the time being, it needs static topology files. This "TopologyUpdater" service, which is far from being perfect due to its centralization factor, is intended to be a **temporary** solution to allow everyone to activate their relay nodes without having to postpone and wait for manual topology completion requests.
- As of node 8.9.2, it is recommended to run node with P2P config enabled. If running node with P2P, one does not require to run topology updater anymore.
- Since the network had to get along without the P2P network module for a while, it needed static topology files. This "TopologyUpdater" service, which was far from being perfect due to its centralization factor, was intended to be a **temporary** solution to allow everyone to activate their relay nodes without having to postpone and wait for manual topology completion requests.
- You should **NOT** set up topologyUpdater for your block producing nodes.

The topologyUpdater shell script must be executed on the relay node as a cronjob **exactly every 60 minutes**. After **4 consecutive requests (3 hours)** the node is considered a new relay node in listed in the topology file. If the node is turned off, it's automatically delisted after 3 hours.
Expand Down
Loading

0 comments on commit 4eb2bef

Please sign in to comment.