Skip to content

Commit

Permalink
Merge pull request #568 from input-output-hk/olgahryniuk-patch-84
Browse files Browse the repository at this point in the history
Fix links to the node tests website
  • Loading branch information
olgahryniuk authored Dec 19, 2023
2 parents c212e36 + e3f07d1 commit c53faf4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The networking layer is the driving force for delivering information exchange re

Follow these links to find detailed specifications of:

+ [The Shelley networking protocol](https://input-output-hk.github.io/ouroboros-network/pdfs/network-spec/network-spec.pdf)
+ [An introduction to the design of data diffusion and networking for Cardano Shelley.](https://iohk.io/en/research/library/papers/introduction-to-the-design-of-the-data-diffusion-and-networking-for-cardano-shelley/)
+ [The Shelley networking protocol](https://ouroboros-network.cardano.intersectmbo.org/pdfs/network-spec/network-spec.pdf)
+ [An introduction to the design of data diffusion and networking for Cardano Shelley.](https://ouroboros-network.cardano.intersectmbo.org/pdfs/network-design/network-design.pdf)

## Data flow between and within nodes
To understand how nodes communicate with each other, let’s suppose that node *A* is connected to node *B*. Then, the Ouroboros protocol schedules a node *N* to generate a new block in a given time slot. Depending on the location of nodes *A*, *B*, and *N* in the network topology, and whether a new block arrives first at *A* or *B*, node *A* can be either upstream or downstream of node *B*.
Expand Down
12 changes: 6 additions & 6 deletions content/06-development-guidelines/03-node-tests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Node tests are open source for Cardano node users running the CLI, SPOs, third-p

## References

You can access [**Cardano node tests documentation here**](https://input-output-hk.github.io/cardano-node-tests/index.html).
You can access [**Cardano node tests documentation here**](https://tests.cardano.intersectmbo.org/).

Documentation includes such sections as:

- [Getting started](https://input-output-hk.github.io/cardano-node-tests/readme.html#). Explains the process of setup, usage, test variables, and more.
- [Test results](https://input-output-hk.github.io/cardano-node-tests/test_results.html). Includes details about Nightly tests, sync tests, and node tag testing.
- [Process](https://input-output-hk.github.io/cardano-node-tests/process.html). Covers the types and levels of tests, quality control strategy, and user acceptance test strategy with more processes to be added soon.
- [How-to guides](https://input-output-hk.github.io/cardano-node-tests/how-tos.html). Guides on starting a local cluster, testing MIR certificate submission, stake credentials, and SMASH usage.
- [Getting started](https://tests.cardano.intersectmbo.org/readme.html). Explains the process of setup, usage, test variables, and more.
- [Test results](https://tests.cardano.intersectmbo.org/test_results.html). Includes details about Nightly tests, sync tests, and node tag testing.
- [Process](https://tests.cardano.intersectmbo.org/process.html). Covers the types and levels of tests, quality control strategy, and user acceptance test strategy with more processes to be added soon.
- [How-to guides](https://tests.cardano.intersectmbo.org/how-tos.html). Guides on starting a local cluster, testing MIR certificate submission, stake credentials, and SMASH usage.

**Contributing to the Cardano node tests repository**

Community contributions are highly appreciated. For more details and tips, [see these contribution guidelines](https://input-output-hk.github.io/cardano-node-tests/contribute/contributing.html).
Community contributions are highly appreciated. For more details and tips, [see these contribution guidelines](https://tests.cardano.intersectmbo.org/contribute/contributing.html).
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Plutus Core, Cardano’s scripting language, is written in Haskell. To use Plutu

**Developer resources**:

- [Cardano node API documentation](https://input-output-hk.github.io/cardano-node/): the Haddock-generated documentation for the Cardano node API.
- [Cardano node API documentation](https://github.com/IntersectMBO/cardano-node?tab=readme-ov-file#api-documentation): the Haddock-generated documentation for the Cardano node API.

## Plutus user documentation

Expand Down

0 comments on commit c53faf4

Please sign in to comment.