-
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
Open Source Readiness #4218
Open Source Readiness #4218
Conversation
coot
commented
Dec 7, 2022
- Removed not used cabal file
- Updated README.md file
- Added CODE_OF_CONDUCT.md file
- Added Roles & Responsibilities section to CONTRIBUTING.md
@@ -0,0 +1 @@ | |||
See https://github.com/input-output-hk/cardano-engineering-handbook/blob/main/CODE-OF-CONDUCT.md |
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.
Be aware that this URL might need to be updated in future, of course
It now lives in a separate repository. | ||
* `network-mux` - implementation of a general network muliplexer. | ||
* `ouroboros-network-api` - shared API between `network` and `consensus` components. | ||
* `ouroboros-network-framework` - low level network components, e.g. snockets, |
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.
snockets or sockets?
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.
Snocket
:)
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.
Snocket
combines Socket
API & Windows Named Pipes API.
a40c797
to
3f230b9
Compare
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.
Just spotted a few small typos. Maybe also add
Purpose: This repository contains the core components of the network & consensus code for the Cardano node. It is a dependency when building the node from the cardano-node repository.
to README.md - then we can cross off another requirement
3f230b9
to
f3f1dc2
Compare
Link to the `CODE_OF_CONDUCT` from Cardano Engineering Handbook.
f3f1dc2
to
2525795
Compare