-
Notifications
You must be signed in to change notification settings - Fork 720
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
Cardano Node 1.35.6 aka Single Relay P2P release #4612
Conversation
4460c07
to
449d2aa
Compare
449d2aa
to
6e8a69c
Compare
@coot In the Does this mean all the hidden relays need to be exposed publicly by including their DNS records in pool certs? If not, would you be able to elaborate a bit more on what you mean by
|
64547c2
to
2d84170
Compare
@daehan-koreapool it's ok to run hidden relays; as with non-P2P mode their downstream peers need to be explicitly configured to connect to your hidden relay(s). The reminder is just to double check that your on chain registered relays have valid DNS names. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes. There are some commits that can be squashed together to clean up the git history.
80f863d
to
4161a7e
Compare
I had to pin all |
dbe2d29
to
3cda6f4
Compare
These are direct depedencies and you should put the constraint in the cabal file itself, not in the cabal.project. Rememeber that cabal.project is not published only (e.g.) cardano-api.cabal is. PS: I am aware that this might not be enough since other packages in CHaP have missing bounds on their dependenceis, but at least it's a step in the right direction. |
The haddock build is fixed in #4662. |
I agree 💯, although I think a suitable solution should be found by the
|
@andreabedini I opened an issue for this #4663. |
3cda6f4
to
7a1ecfe
Compare
bors try |
tryBuild succeeded: |
262677a
to
61c82ce
Compare
Test p2p topology decoder by generating valid encodings.
The warning is not needed as of ouroboros-network#3859.
P2P is now an early release: we encourage to enable it on at most one of the relays (if one has more than one relay). We don't advise yet to use it on BP nodes.
Fixes input-output-hk/ouroboros-network#3691
* ouroboros-network-0.3.0.0 * ouroboros-consensus-0.1.0.3 * ouroboros-consensus-cardano-0.2.0.0
Split it into node-to-node and node-to-node. This is needed so that the log contains information whether the version numbers (now encoded as numbers) are node-to-node or node-to-client version. I also realised that that constructor is never traced, the same is true for other constructors of the tracer.
61c82ce
to
7152517
Compare
bors try |
tryBuild succeeded: |
bors merge |
Build succeeded: |
Update
ouroboros-network-0.2.0.0
.This also cherry-picked CI commits: