-
Notifications
You must be signed in to change notification settings - Fork 87
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
Galois code review #3794
Merged
Merged
Galois code review #3794
Conversation
This file contains 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
Contributor
coot
commented
Jun 7, 2022
- improve/add documentation
- GR-FIXME: comments and fixme's from Galois Review
- refactors
Changes pulled from the galois-review branch. |
I split the |
coot
commented
Jun 20, 2022
coot
commented
Jun 20, 2022
coot
commented
Jun 20, 2022
ouroboros-network-framework/src/Ouroboros/Network/InboundGovernor/ControlChannel.hs
Outdated
Show resolved
Hide resolved
coot
commented
Jun 20, 2022
ouroboros-network-framework/src/Ouroboros/Network/InboundGovernor/ControlChannel.hs
Outdated
Show resolved
Hide resolved
coot
commented
Jun 20, 2022
ouroboros-network-framework/src/Ouroboros/Network/InboundGovernor/ControlChannel.hs
Outdated
Show resolved
Hide resolved
coot
commented
Jun 20, 2022
coot
commented
Jun 20, 2022
coot
commented
Jun 20, 2022
coot
commented
Jun 20, 2022
coot
commented
Jun 20, 2022
coot
commented
Jun 20, 2022
coot
commented
Jun 20, 2022
coot
commented
Jun 20, 2022
ouroboros-network/src/Ouroboros/Network/PeerSelection/Governor/Monitor.hs
Outdated
Show resolved
Hide resolved
coot
commented
Jun 20, 2022
ouroboros-network/src/Ouroboros/Network/PeerSelection/LedgerPeers.hs
Outdated
Show resolved
Hide resolved
coot
commented
Jun 20, 2022
ouroboros-network/src/Ouroboros/Network/PeerSelection/PeerStateActions.hs
Outdated
Show resolved
Hide resolved
coot
commented
Jun 20, 2022
ouroboros-network/src/Ouroboros/Network/PeerSelection/PeerStateActions.hs
Outdated
Show resolved
Hide resolved
coot
commented
Jun 20, 2022
ouroboros-network/src/Ouroboros/Network/PeerSelection/PeerStateActions.hs
Outdated
Show resolved
Hide resolved
coot
commented
Jun 20, 2022
ouroboros-network/src/Ouroboros/Network/PeerSelection/PeerStateActions.hs
Outdated
Show resolved
Hide resolved
coot
commented
Jun 21, 2022
ouroboros-network/src/Ouroboros/Network/PeerSelection/Simple.hs
Outdated
Show resolved
Hide resolved
coot
commented
Jun 21, 2022
coot
commented
Jun 21, 2022
ouroboros-network-framework/src/Ouroboros/Network/ConnectionManager/Types.hs
Outdated
Show resolved
Hide resolved
coot
commented
Jun 21, 2022
ouroboros-network-framework/src/Ouroboros/Network/InboundGovernor/ControlChannel.hs
Outdated
Show resolved
Hide resolved
coot
commented
Jun 21, 2022
Co-authored-by: Mark Tullsen <[email protected]>
Co-authored-by: Mark Tullsen <[email protected]>
We use `Established` for mini-protocols which runs for warm and hot peers (called established in the outbound governor), `Warm` for warm mini-protocols, `Hot` for hot mini-protocols. This is the same naming convention as the governor.
It just handles a single peer.
We can use 'PeerStatus' instead.
In the last push I fixed syntax ( bors merge |
This was referenced Oct 28, 2022
iohk-bors bot
added a commit
that referenced
this pull request
Nov 9, 2022
4120: Cherry picked network changes for cardano-node-1.35.5 release r=coot a=coot This cherry-picked patches from the following PRs: * #3794 * #3844 * #3785 * #3904 * #3915 * #3852 * #3970 * #3979 * #4015 * #4067 * #4004 * #4086 * #4113 * #4106 * #4127 * #4103 Also cherry-picked almost all the commits which modify GitHub actions: * 18c5244 Run GitHub Actions on pull requests * 3adf5a9 Use newer version of io-sim * ee9b7a6 Fix GH Actions Windows CI: switch from pkgconf to pkg-config * e6cf074 github-actions: use `ubuntu-latest` * 9a8b959 Updated versions of github actions * fc8f8f0 Fix GH Actions Windows CI caching * 7f07c40 Windows Github Actions now use MSYS2 * b21a7ce Fix chocolatey CI error * #4134 TODO: * [x] bump versions of packages * [x] input-output-hk/cardano-haskell-packages#84 Co-authored-by: Mark Tullsen <[email protected]> Co-authored-by: Marcin Szamotulski <[email protected]>
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.