Integration for Node release 11.1 - #1384
Open
f-f wants to merge 13 commits into
Open
Conversation
f-f
force-pushed
the
f-f/prepare-11.1
branch
2 times, most recently
from
June 15, 2026 22:24
6fe3fc5 to
f3fb46f
Compare
This was referenced Jul 1, 2026
f-f
marked this pull request as ready for review
July 1, 2026 14:55
f-f
requested review from
a team,
Jimbo4350,
carbolymer,
disassembler,
kevinhammond,
newhoggy and
palas
as code owners
July 1, 2026 14:55
f-f
force-pushed
the
f-f/prepare-11.1
branch
3 times, most recently
from
July 21, 2026 16:21
3df8a98 to
6662519
Compare
f-f
force-pushed
the
f-f/prepare-11.1
branch
2 times, most recently
from
August 5, 2026 20:46
78a4c96 to
0670060
Compare
cardano-ping is deprecated in favour of cardano-diffusion:ping, whose API instantiates the logger itself, pings several addresses at once, resolves domain names and supports SRV records per CIP-0155. Relevant PRs in cardano-network: #5205, #5386, #5387, #5392, #5394, #5409
Initial funds, stake pools, stake credentials, delegations and initial DReps now live under extraConfig rather than in the top-level genesis fields. Generated genesis files change shape as a result: the deprecated top-level initialFunds and staking fields are now written empty. Reference PRs in cardano-ledger: #5572, #5777, #5945
- minor protocol version is now Word32 - PlutusPurposeTag Rewarding was renamed to Withdrawing - ledger now provides ToJSON DefaultVote - the DRep deposit map is not necessary anymore in fee estimation Reference PRs in cardano-ledger: #5935, #5866
- regenerate the BLS PoP test whose raw encoding has changed
- rawDeserialise{Ver,Sign}KeyDSIGN are replaced by rawDecodeFixedSized
The port number for a single host address must be given. Otherwise one should use an SRV record.
Validate address information passed through: * --single-host-pool-relay, --pool-relay-port * --multip-host-pool-relay with `cardano-diffusion:ping`.
- new ping usage block - --pool-relay-port is mandatory - extraConfig block in generated Shelley genesis - transaction meta bytes render in hex rather than ASCII
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Integration for release 11.1 - here we update to the latest
base/network/kes-agent/ledger/consensus/apiChecklist
.changes/