Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protocol version 10 changes and more #1837

Merged
merged 33 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
8f6e002
CNTools 13.3.0 for node 10 with additional fixes
Scitz0 Nov 2, 2024
74cc10e
Koios v1.3.0 changes
Scitz0 Nov 2, 2024
ee4e5cf
Bump node/cli versions to 10.1 and add new docker cli version file to…
Scitz0 Nov 2, 2024
958e766
Bump config node version and sancho conway genesis
Scitz0 Nov 2, 2024
749d6bb
remove old cli version check
Scitz0 Nov 2, 2024
e060d26
also comment
Scitz0 Nov 2, 2024
2fa2e16
bump dbsync to 13.6.0.0-pre for now until final release
Scitz0 Nov 3, 2024
9221dd2
split anchor url to limit terminal width requirement
Scitz0 Nov 3, 2024
91e06b7
typo
Scitz0 Nov 3, 2024
fee7e61
remove debug line
Scitz0 Nov 3, 2024
bd490a1
print own votes in proposal list
Scitz0 Nov 3, 2024
bfa451e
fix output
Scitz0 Nov 3, 2024
cdc926f
Add own vote lookup for light mode
Scitz0 Nov 3, 2024
1897e60
switch Abstain to dark gray
Scitz0 Nov 3, 2024
554e98a
fix cc vote power
Scitz0 Nov 3, 2024
992b9a1
Until a better fix is implemented, echo the vote delegation type when…
gregbgithub Nov 4, 2024
8d7731f
handling around predefined roles
Scitz0 Nov 4, 2024
385c0ba
update output to match rest of content
Scitz0 Nov 4, 2024
2e4be69
more output changes
Scitz0 Nov 4, 2024
ff50216
typo
Scitz0 Nov 4, 2024
f591fe7
missed output fix
Scitz0 Nov 4, 2024
822e8f2
re-arrange order
Scitz0 Nov 4, 2024
2c8e35a
Add check for withdrawal if not vote delegated past prot version 10
Scitz0 Nov 4, 2024
2ed0818
bump node version and re-do service deployment script slightly to giv…
Scitz0 Nov 4, 2024
3b6df90
adjust threshold output
Scitz0 Nov 5, 2024
e1aa0d3
remove deprecated CIP-0094 vote command from CNTools pool menu
Scitz0 Nov 9, 2024
f5b8516
Merge branch 'alpha' into node-10
rdlrt Nov 12, 2024
4bb3735
use apt-get install .. --upgrade
rdlrt Nov 14, 2024
5b8597d
bump dbsync to 13.6.0.1
Scitz0 Nov 15, 2024
6a11ef7
remove comma in output
Scitz0 Nov 15, 2024
e732969
Update drep_info API call to use new meta_ prefixes on url and hash f…
Nov 17, 2024
7753789
Minor output fix
Scitz0 Nov 20, 2024
2f49646
CNTools changelog
Scitz0 Nov 21, 2024
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
12 changes: 12 additions & 0 deletions docs/Scripts/cntools-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ 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.3.0] - 2024-11-21
#### Added
- Own votes cast (SPO|DRep|CC) shown in proposal list.
#### Changed
- Protocol version 10 check on withdrawal if not vote delegated to show informative error if needed.
- Only transform transaction for HW when a HW wallet is used as source.
- Remove deprecated CIP-0094 vote command from CNTools pool menu.
- Adoptions for Koios v1.3.0 queries (DRep status)
#### Fixed
- Wallet DRep delegation status to pre-defined types
- Proposal list vote summary didn't show correct data for all types

## [13.2.3] - 2024-10-16
#### Fixed
- Edge case fix for pool registration when cardano-hw-cli is present
Expand Down
2 changes: 1 addition & 1 deletion files/configs/guild/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"LastKnownBlockVersion-Alt": 0,
"LastKnownBlockVersion-Major": 3,
"LastKnownBlockVersion-Minor": 1,
"MinNodeVersion": "9.0.0",
"MinNodeVersion": "10.0.0",
"PeerSharing": true,
"Protocol": "Cardano",
"RequiresNetworkMagic": "RequiresMagic",
Expand Down
4 changes: 2 additions & 2 deletions files/configs/guild/db-sync-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"insert_options": {
"tx_out": {
"value": "consumed"
"value": "consumed",
"use_address_table": true
},
"ledger": "enable",
"shelley": {
Expand All @@ -36,7 +37,6 @@
"json_type": "text",
"offchain_pool_data": "enable",
"pool_stat": "enable",
"pool_stats": "enable",
"tx_cbor": "enable"
},
"minSeverity": "Info",
Expand Down
2 changes: 1 addition & 1 deletion files/configs/mainnet/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"LastKnownBlockVersion-Major": 3,
"LastKnownBlockVersion-Minor": 0,
"MaxKnownMajorProtocolVersion": 2,
"MinNodeVersion": "9.0.0",
"MinNodeVersion": "10.0.0",
"PeerSharing": false,
"Protocol": "Cardano",
"RequiresNetworkMagic": "RequiresNoMagic",
Expand Down
4 changes: 2 additions & 2 deletions files/configs/mainnet/db-sync-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"insert_options": {
"tx_out": {
"value": "consumed"
"value": "consumed",
"use_address_table": true
},
"ledger": "enable",
"shelley": {
Expand All @@ -36,7 +37,6 @@
"json_type": "text",
"offchain_pool_data": "enable",
"pool_stat": "enable",
"pool_stats": "enable",
"tx_cbor": "enable"
},
"minSeverity": "Info",
Expand Down
2 changes: 1 addition & 1 deletion files/configs/preprod/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"LastKnownBlockVersion-Alt": 0,
"LastKnownBlockVersion-Major": 2,
"LastKnownBlockVersion-Minor": 0,
"MinNodeVersion": "9.0.0",
"MinNodeVersion": "10.0.0",
"PeerSharing": false,
"Protocol": "Cardano",
"RequiresNetworkMagic": "RequiresMagic",
Expand Down
4 changes: 2 additions & 2 deletions files/configs/preprod/db-sync-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"insert_options": {
"tx_out": {
"value": "consumed"
"value": "consumed",
"use_address_table": true
},
"ledger": "enable",
"shelley": {
Expand All @@ -36,7 +37,6 @@
"json_type": "text",
"offchain_pool_data": "enable",
"pool_stat": "enable",
"pool_stats": "enable",
"tx_cbor": "enable"
},
"minSeverity": "Info",
Expand Down
2 changes: 1 addition & 1 deletion files/configs/preview/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"LastKnownBlockVersion-Alt": 0,
"LastKnownBlockVersion-Major": 3,
"LastKnownBlockVersion-Minor": 1,
"MinNodeVersion": "9.0.0",
"MinNodeVersion": "10.0.0",
"PeerSharing": false,
"Protocol": "Cardano",
"RequiresNetworkMagic": "RequiresMagic",
Expand Down
4 changes: 2 additions & 2 deletions files/configs/preview/db-sync-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"insert_options": {
"tx_out": {
"value": "consumed"
"value": "consumed",
"use_address_table": true
},
"ledger": "enable",
"shelley": {
Expand All @@ -36,7 +37,6 @@
"json_type": "text",
"offchain_pool_data": "enable",
"pool_stat": "enable",
"pool_stats": "enable",
"tx_cbor": "enable"
},
"minSeverity": "Info",
Expand Down
2 changes: 1 addition & 1 deletion files/configs/sanchonet/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"LastKnownBlockVersion-Alt": 0,
"LastKnownBlockVersion-Major": 3,
"LastKnownBlockVersion-Minor": 1,
"MinNodeVersion": "9.0.0",
"MinNodeVersion": "10.0.0",
"PeerSharing": false,
"Protocol": "Cardano",
"RequiresNetworkMagic": "RequiresMagic",
Expand Down
33 changes: 16 additions & 17 deletions files/configs/sanchonet/conway-genesis.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"poolVotingThresholds": {
"committeeNormal": 0.65,
"committeeNoConfidence": 0.65,
"committeeNormal": 0.51,
"committeeNoConfidence": 0.51,
"hardForkInitiation": 0.51,
"motionNoConfidence": 0.6,
"ppSecurityGroup": 0.6
"motionNoConfidence": 0.51,
"ppSecurityGroup": 0.51
},
"dRepVotingThresholds": {
"motionNoConfidence": 0.67,
"committeeNormal": 0.67,
"committeeNoConfidence": 0.65,
"committeeNoConfidence": 0.6,
"updateToConstitution": 0.75,
"hardForkInitiation": 0.6,
"ppNetworkGroup": 0.67,
Expand All @@ -18,9 +18,9 @@
"ppGovGroup": 0.75,
"treasuryWithdrawal": 0.67
},
"committeeMinSize": 5,
"committeeMaxTermLength": 146,
"govActionLifetime": 14,
"committeeMinSize": 0,
"committeeMaxTermLength": 1000,
"govActionLifetime": 60,
"govActionDeposit": 100000000000,
"dRepDeposit": 500000000,
"dRepActivity": 20,
Expand Down Expand Up @@ -280,19 +280,18 @@
],
"constitution": {
"anchor": {
"url": "ipfs://QmQq5hWDNzvDR1ForEktAHrdCQmfSL2u5yctNpzDwoSBu4",
"dataHash": "23b43bebac48a4acc39e578715aa06635d6d900fa3ea7441dfffd6e43b914f7b"
"dataHash": "ca41a91f399259bcefe57f9858e91f6d00e1a38d6d9c63d4052914ea7bd70cb2",
"url": "ipfs://bafkreifnwj6zpu3ixa4siz2lndqybyc5wnnt3jkwyutci4e2tmbnj3xrdm"
},
"script": "edcd84c10e36ae810dc50847477083069db796219b39ccde790484e0"
"script": "fa24fb305126805cf2164c161d852a0e7330cf988f1fe558cf7d4a64"
},
"committee": {
"members": {
"scriptHash-7ceede7d6a89e006408e6b7c6acb3dd094b3f6817e43b4a36d01535b": 500,
"scriptHash-6095e643ea6f1cccb6e463ec34349026b3a48621aac5d512655ab1bf": 500,
"scriptHash-27999ed757d6dac217471ae61d69b1b067b8b240d9e3ff36eb66b5d0": 500,
"scriptHash-87f867a31c0f81360d4d7dcddb6b025ba8383db9bf77a2af7797799d": 500,
"scriptHash-a19a7ba1caede8f3ab3e5e2a928b3798d7d011af18fbd577f7aeb0ec": 500
"keyHash-77c0a65f9302bccab35b44adc1823cb66c88a66c97cf3de8236dd718": 1000
},
"threshold": 0.67
"threshold": {
"numerator": 2,
"denominator": 3
}
}
}
4 changes: 2 additions & 2 deletions files/configs/sanchonet/db-sync-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"insert_options": {
"tx_out": {
"value": "consumed"
"value": "consumed",
"use_address_table": true
},
"ledger": "enable",
"shelley": {
Expand All @@ -36,7 +37,6 @@
"json_type": "text",
"offchain_pool_data": "enable",
"pool_stat": "enable",
"pool_stats": "enable",
"tx_cbor": "enable"
},
"minSeverity": "Info",
Expand Down
1 change: 1 addition & 0 deletions files/docker/node/release-versions/cardano-cli-latest.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.1.1.0
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 @@
9.2.1
10.1.2
Loading
Loading