Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/Scripts/cntools-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ 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.5.5] - 2026-03-18
#### Changed
- Minor changes due to node/cli version bump.
- node = 10.6.2
- cli = 10.15.0.1
- Pool metadata URL now support length of 128 instead of 64.
- Exclude inactive DReps from vote tally
#### Fixed
- Light mode wallet delegation lookup when querying Koios for multiple wallets.
- Keep Calidus keys when metadata submission is not completed.

## [13.5.4] - 2026-02-10 (unreleased)
#### Fixed
- Governance fix when in local mode for SPO vote power.

## [13.5.3] - 2025-12-15
#### Fixed
- More governance vote calculation fixes when in local mode.
Expand Down
6 changes: 3 additions & 3 deletions files/configs/guild/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"MempoolCapacityBytesOverride": 8388608,
"MinBigLedgerPeersForTrustedState": 5,
"MinNodeVersion": "10.5.2",
"MinNodeVersion": "10.6.2",
"PeerSharing": true,
"Protocol": "Cardano",
"RequiresNetworkMagic": "RequiresMagic",
Expand All @@ -31,11 +31,11 @@
"TargetNumberOfRootPeers": 25,
"TraceOptionMetricsPrefix": "cardano.node.metrics.",
"TraceOptionNodeName": "cnode",
"TraceOptionPeerFrequency": 2000,
"TraceOptionResourceFrequency": 1000,
"TraceOptionForwarder": {
"connQueueSize": 64,
"disconnQueueSize": 128
"disconnQueueSize": 128,
"maxReconnectDelay": 30
},
"TraceOptions": {
"": {
Expand Down
10 changes: 10 additions & 0 deletions files/configs/guild/submitapi.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"EnableLogMetrics": false,
"EnableLogging": true,
"TraceOptions": {
"": {
"backends": [
"EKGBackend",
"Stdout HumanFormatColoured"
],
"detail": "DNormal",
"severity": "Info"
}
},
"defaultBackends": [
"KatipBK"
],
Expand Down
6 changes: 3 additions & 3 deletions files/configs/mainnet/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"MaxKnownMajorProtocolVersion": 2,
"MempoolCapacityBytesOverride": 67108864,
"MinBigLedgerPeersForTrustedState": 5,
"MinNodeVersion": "10.5.2",
"MinNodeVersion": "10.6.2",
"PeerSharing": false,
"Protocol": "Cardano",
"RequiresNetworkMagic": "RequiresNoMagic",
Expand All @@ -31,11 +31,11 @@
"TargetNumberOfRootPeers": 60,
"TraceOptionMetricsPrefix": "cardano.node.metrics.",
"TraceOptionNodeName": "cnode",
"TraceOptionPeerFrequency": 2000,
"TraceOptionResourceFrequency": 1000,
"TraceOptionForwarder": {
"connQueueSize": 64,
"disconnQueueSize": 128
"disconnQueueSize": 128,
"maxReconnectDelay": 30
},
"TraceOptions": {
"": {
Expand Down
10 changes: 10 additions & 0 deletions files/configs/mainnet/submitapi.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"EnableLogMetrics": false,
"EnableLogging": true,
"TraceOptions": {
"": {
"backends": [
"EKGBackend",
"Stdout HumanFormatColoured"
],
"detail": "DNormal",
"severity": "Info"
}
},
"defaultBackends": [
"KatipBK"
],
Expand Down
6 changes: 3 additions & 3 deletions files/configs/preprod/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"MempoolCapacityBytesOverride": 8388608,
"MinBigLedgerPeersForTrustedState": 5,
"MinNodeVersion": "10.5.2",
"MinNodeVersion": "10.6.2",
"PeerSharing": false,
"Protocol": "Cardano",
"RequiresNetworkMagic": "RequiresMagic",
Expand All @@ -30,11 +30,11 @@
"TargetNumberOfRootPeers": 60,
"TraceOptionMetricsPrefix": "cardano.node.metrics.",
"TraceOptionNodeName": "cnode",
"TraceOptionPeerFrequency": 2000,
"TraceOptionResourceFrequency": 1000,
"TraceOptionForwarder": {
"connQueueSize": 64,
"disconnQueueSize": 128
"disconnQueueSize": 128,
"maxReconnectDelay": 30
},
"TraceOptions": {
"": {
Expand Down
10 changes: 10 additions & 0 deletions files/configs/preprod/submitapi.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"EnableLogMetrics": false,
"EnableLogging": true,
"TraceOptions": {
"": {
"backends": [
"EKGBackend",
"Stdout HumanFormatColoured"
],
"detail": "DNormal",
"severity": "Info"
}
},
"defaultBackends": [
"KatipBK"
],
Expand Down
6 changes: 3 additions & 3 deletions files/configs/preview/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"MempoolCapacityBytesOverride": 8388608,
"MinBigLedgerPeersForTrustedState": 5,
"MinNodeVersion": "10.5.2",
"MinNodeVersion": "10.6.2",
"PeerSharing": false,
"Protocol": "Cardano",
"RequiresNetworkMagic": "RequiresMagic",
Expand All @@ -34,11 +34,11 @@
"TestShelleyHardForkAtEpoch": 0,
"TraceOptionMetricsPrefix": "cardano.node.metrics.",
"TraceOptionNodeName": "cnode",
"TraceOptionPeerFrequency": 2000,
"TraceOptionResourceFrequency": 1000,
"TraceOptionForwarder": {
"connQueueSize": 64,
"disconnQueueSize": 128
"disconnQueueSize": 128,
"maxReconnectDelay": 30
},
"TraceOptions": {
"": {
Expand Down
10 changes: 10 additions & 0 deletions files/configs/preview/submitapi.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"EnableLogMetrics": false,
"EnableLogging": true,
"TraceOptions": {
"": {
"backends": [
"EKGBackend",
"Stdout HumanFormatColoured"
],
"detail": "DNormal",
"severity": "Info"
}
},
"defaultBackends": [
"KatipBK"
],
Expand Down
2 changes: 1 addition & 1 deletion files/docker/node/release-versions/cardano-cli-latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.11.1.0
10.15.0.1
2 changes: 1 addition & 1 deletion files/docker/node/release-versions/cardano-node-latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.5.3
10.6.2
6 changes: 6 additions & 0 deletions files/node-deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
"sodium": "dbb48cce5429cb6585c9034f002568964f1ce567"
},
"10.5.3":
{
"blst": "v0.3.14",
"secp256k1": "v0.3.2",
"sodium": "dbb48cce5429cb6585c9034f002568964f1ce567"
},
"10.6.2":
{
"blst": "v0.3.14",
"secp256k1": "v0.3.2",
Expand Down
Loading
Loading