Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/blockpqr-dark-theme.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .github/blockpqr-light-theme.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 6696
kind:
- documentation
description: |
Added a README with a core maintainers section.
10 changes: 10 additions & 0 deletions cardano-node-chairman/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# cardano-node-chairman

Chairman is a test tool that connects to several local `cardano-node` instances and checks that they all make progress and agree on the chain.
The integration tests use it to verify basic consensus liveness on ephemeral testnets.

## Core maintainers

* [Jordan Millar](https://github.com/Jimbo4350) [<picture><source media="(prefers-color-scheme: dark)" srcset="../.github/blockpqr-dark-theme.svg"> <img alt="BlockPQR" src="../.github/blockpqr-light-theme.svg" height="14"> </picture>](https://blockpqr.io)
* [Mateusz Gałażyn](https://github.com/carbolymer) [<picture><source media="(prefers-color-scheme: dark)" srcset="../.github/blockpqr-dark-theme.svg"> <img alt="BlockPQR" src="../.github/blockpqr-light-theme.svg" height="14"> </picture>](https://blockpqr.io)
* [Pablo Lamela](https://github.com/palas) [<picture><source media="(prefers-color-scheme: dark)" srcset="../.github/blockpqr-dark-theme.svg"> <img alt="BlockPQR" src="../.github/blockpqr-light-theme.svg" height="14"> </picture>](https://blockpqr.io)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 6696
kind:
- documentation
description: |
Added a core maintainers section to the README.
6 changes: 6 additions & 0 deletions cardano-submit-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,9 @@ well-formed but invalid transaction, asserting on substrings of the responses.
reachable on the socket; without one you get a connection error instead and that assertion fails.

Treat a clean run as a smoke signal rather than a conformance test.

## Core maintainers

* [Jordan Millar](https://github.com/Jimbo4350) [<picture><source media="(prefers-color-scheme: dark)" srcset="../.github/blockpqr-dark-theme.svg"> <img alt="BlockPQR" src="../.github/blockpqr-light-theme.svg" height="14"> </picture>](https://blockpqr.io)
* [Mateusz Gałażyn](https://github.com/carbolymer) [<picture><source media="(prefers-color-scheme: dark)" srcset="../.github/blockpqr-dark-theme.svg"> <img alt="BlockPQR" src="../.github/blockpqr-light-theme.svg" height="14"> </picture>](https://blockpqr.io)
* [Pablo Lamela](https://github.com/palas) [<picture><source media="(prefers-color-scheme: dark)" srcset="../.github/blockpqr-dark-theme.svg"> <img alt="BlockPQR" src="../.github/blockpqr-light-theme.svg" height="14"> </picture>](https://blockpqr.io)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 6696
kind:
- documentation
description: |
Added a core maintainers section to the README.
6 changes: 6 additions & 0 deletions cardano-testnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,3 +397,9 @@ and node from the same release tarball as this cardano-testnet.

The cardano-api and cardano-cli versions this build was compiled against are
printed by `cardano-testnet version`.

## Core maintainers

* [Jordan Millar](https://github.com/Jimbo4350) [<picture><source media="(prefers-color-scheme: dark)" srcset="../.github/blockpqr-dark-theme.svg"> <img alt="BlockPQR" src="../.github/blockpqr-light-theme.svg" height="14"> </picture>](https://blockpqr.io)
* [Mateusz Gałażyn](https://github.com/carbolymer) [<picture><source media="(prefers-color-scheme: dark)" srcset="../.github/blockpqr-dark-theme.svg"> <img alt="BlockPQR" src="../.github/blockpqr-light-theme.svg" height="14"> </picture>](https://blockpqr.io)
* [Pablo Lamela](https://github.com/palas) [<picture><source media="(prefers-color-scheme: dark)" srcset="../.github/blockpqr-dark-theme.svg"> <img alt="BlockPQR" src="../.github/blockpqr-light-theme.svg" height="14"> </picture>](https://blockpqr.io)
Loading