Network integration for cardano-node 10.7#1819
Merged
Conversation
f020af8 to
49cd4cb
Compare
2f2d063 to
2e1436c
Compare
2ca3ec3 to
956b131
Compare
46a5db2 to
4614065
Compare
fb37549 to
432f587
Compare
Contributor
Author
|
@copilot review the changes per package and compose changelog items for every package. |
cardano-node 10.7cardano-node 10.7
432f587 to
c9a1aae
Compare
f9f7f24 to
9e9fadd
Compare
jasagredo
reviewed
Jan 30, 2026
ouroboros-consensus-cardano/test/byron-test/Test/Consensus/Byron/Serialisation.hs
Outdated
Show resolved
Hide resolved
ouroboros-consensus-diffusion/changelog.d/20240808_125632_marcin.wojtowicz_tx_wire_size.md
Outdated
Show resolved
Hide resolved
ouroboros-consensus-diffusion/src/unstable-diffusion-testlib/Test/ThreadNet/Network.hs
Show resolved
Hide resolved
Contributor
|
Please apply this patch that modifes the build-depends to remove the unnecessary curly braces |
ac06030 to
ce178b5
Compare
The new method leverages a corresponding method recently exposed by ledger side to provide encoded transaction sizes to eg. diffusion layer. - Integrate new tx submission protocol - txWireSize: Byron txs overhead We need to add 2 bytes overhead for `EncCBOR (AMempoolPayload ByteString)`. See: https://github.com/IntersectMBO/cardano-ledger/blob/cardano-ledger-byron-1.1.0.0/eras/byron/ledger/impl/src/Cardano/Chain/MempoolPayload.hs#L73-L81 - txWireSize: wrapCBORinCBOR overhead for Shelley txs - Take into account the overhead of `wrapCBORinCBOR`. - txWireSize: added overhead for HardFork txs - Added HFC overhead. This overestimates it, if the HFC is disabled. - txWireSize: added tests - Use txWireSize when computing tx-sizes for ouroboros-network Co-Author: Armando Santos <armandoifsantos@gmail.com> Co-Author: Marcin Szamotulski <coot@coot.me> Co-Author: Marcin Wójtowicz <marcin.wojtowicz@iohk.io>
amend todo
[wip] bump network
ce178b5 to
ff3072d
Compare
jasagredo
approved these changes
Feb 2, 2026
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.
This PR:
ouroboros-netowork-24and a little bit beyond.kes-agent-1.1. Removes the s-r-p onkes-agentrepository.