You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Contributing to the ``cardano-node`` project
4
4
5
5
The ``cardano-node`` development is primarily based on the Nix infrastructure (https://nixos.org/ ), which enables packaging, CI, development environments and deployments.
6
6
7
-
On how to set up Nix for ``cardano-node`` development, please see `Building Cardano Node with nix <https://github.com/input-output-hk/cardano-node-wiki/blob/main/doc/getting-started/building-the-node-using-nix.md>`_.
7
+
On how to set up Nix for ``cardano-node`` development, please see `Building Cardano Node with nix <https://github.com/input-output-hk/cardano-node-wiki/wiki/building-the-node-using-nix>`_.
8
8
9
9
10
10
Roles and Responsibilities
@@ -30,7 +30,7 @@ Testing
30
30
31
31
``cardano-node`` is essentially a container which implements several components such networking, consensus, and storage. These components have individual test coverage. The node goes through integration and release testing by Devops/QA while automated CLI tests are ongoing alongside development.
32
32
33
-
Developers on ``cardano-node`` can `launch their own testnets <https://github.com/input-output-hk/cardano-node-wiki/blob/main/doc/getting-started/launching-a-testnet.md>`_ or `run the chairman tests <https://github.com/input-output-hk/cardano-node-wiki/blob/main/doc/getting-started/running-chairman-tests.md>`_ locally.
33
+
Developers on ``cardano-node`` can `launch their own testnets <https://github.com/input-output-hk/cardano-node-wiki/wiki/launching-a-testnet>`_ or `run the chairman tests <https://github.com/input-output-hk/cardano-node-wiki/wiki/running-chairman-tests>`_ locally.
Copy file name to clipboardExpand all lines: README.rst
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Documentation for building the node can be found `here <https://docs.cardano.org
53
53
Executables
54
54
===========
55
55
56
-
You can download the hydra binaries of ``cardano-node`` and ``cardano-cli`` from the [release notes](https://github.com/input-output-hk/cardano-node/releases)
56
+
You can download the hydra binaries of ``cardano-node`` and ``cardano-cli`` from the `release notes<https://github.com/input-output-hk/cardano-node/releases>`_
57
57
58
58
59
59
Running the node on Windows
@@ -118,7 +118,7 @@ The general synopsis is as follows:
118
118
119
119
* ``--start-as-non-producing-node`` - Optional flag to disable block production on node
120
120
start. If credentials flags are passed the node will start block producing, however with
121
-
this flag the node will only start block producing on SIGHUP (see `here <https://github.com/input-output-hk/cardano-node-wiki/blob/main/doc/reference/dynamic-block-forging.md>` for more details)
121
+
this flag the node will only start block producing on SIGHUP (see `here <https://github.com/input-output-hk/cardano-node-wiki/wiki/dynamic-block-forging>`_ for more details)
122
122
123
123
* ``--socket-path`` - Path to the socket file.
124
124
@@ -213,7 +213,7 @@ The Byron genesis generation operations will create a directory that contains:
213
213
* ``poor-keys.*.key``:
214
214
Non-delegate private keys with genesis UTxO. Affected by: ``--n-poor-addresses``, ``--total-balance``.
215
215
216
-
More details on the Byron Genesis ``JSON`` file can be found in ``https://github.com/input-output-hk/cardano-node-wiki/blob/main/doc/reference/byron-genesis.md``
216
+
More details on the Byron Genesis ``JSON`` file can be found in ``https://github.com/input-output-hk/cardano-node-wiki/wiki/byron-genesis``
217
217
218
218
Byron genesis delegation and related concepts are described in detail in:
219
219
@@ -434,11 +434,11 @@ To help you get started, see:
434
434
435
435
- `Ledger explanations: native tokens <https://cardano-ledger.readthedocs.io/en/latest/>`_. Covers explainers about assets, tokens, token bundles, minting policies, comparison to ERC20, and minimum ada value requirements.
436
436
437
-
- `A tutorial on how to get started with native tokens <https://github.com/input-output-hk/cardano-node-wiki/blob/main/doc/reference/native-tokens/02-getting-started.md>`_. Explains how to create new currencies and assets, submit and send transactions containing multi-asset tokens, send and receive token bundles, manage your addresses and values.
437
+
- `A tutorial on how to get started with native tokens <https://github.com/input-output-hk/cardano-node-wiki/wiki/02-getting-started>`_. Explains how to create new currencies and assets, submit and send transactions containing multi-asset tokens, send and receive token bundles, manage your addresses and values.
To start, please ensure that you are familiar with setting up and operating the `Cardano node <https://github.com/input-output-hk/cardano-node>`_. Alternatively, see instructions on how to `start your node <https://github.com/input-output-hk/cardano-node-wiki/blob/main/doc/stake-pool-operations/2_start_your_nodes.md>`_ to submit the commands. You will not need to set up and start a full block producing node ('stake pool'), just a much simpler relay node. This node will need to connect to a Cardano network that is capable of processing native tokens (e.g., the native token pre-production environment (PPE), or the Cardano mainnet).
441
+
To start, please ensure that you are familiar with setting up and operating the `Cardano node <https://github.com/input-output-hk/cardano-node>`_. Alternatively, see instructions on how to `start your node <https://github.com/input-output-hk/cardano-node-wiki/wiki/2_start_your_nodes>`_ to submit the commands. You will not need to set up and start a full block producing node ('stake pool'), just a much simpler relay node. This node will need to connect to a Cardano network that is capable of processing native tokens (e.g., the native token pre-production environment (PPE), or the Cardano mainnet).
442
442
443
443
****
444
444
API Documentation
@@ -461,8 +461,8 @@ Please note that you may need to use any ``source-repository-package`` stanzas d
461
461
Style guide
462
462
****
463
463
464
-
The `style guide <https://github.com/input-output-hk/cardano-node-wiki/wiki/Style-guide>` for can be found
465
-
on the `cardano-node repository's wiki <https://github.com/input-output-hk/cardano-node-wiki/wiki>`.
464
+
The `style guide <https://github.com/input-output-hk/cardano-node-wiki/wiki/Style-guide>`_ for can be found
465
+
on the `cardano-node repository's wiki <https://github.com/input-output-hk/cardano-node-wiki/wiki>`_.
Copy file name to clipboardExpand all lines: trace-dispatcher/doc/trace-dispatcher.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@
44
44
`trace-dispatcher` is an attempt to enable design and implementation of simple, efficient __tracing systems__, one that has a reduced footprint in the executed program, has a more pleasant API, and provides self-documenting features.
45
45
46
46
For a quick start into new tracing see the document
A periodically generated documentation of the tracers can be found in the cardano-node repository in the path `cardano-node/doc/new-tracing/tracers_doc_generated.md`
765
+
A periodically generated documentation of the tracers can be found in the cardano-node-wiki repository in the path `https://github.com/input-output-hk/cardano-node-wiki/blob/main/docs/new-tracing/tracers_doc_generated.md`
766
766
767
767
768
768
# Appendix
@@ -772,11 +772,11 @@ A periodically generated documentation of the tracers can be found in the cardan
772
772
This is a document which is regenerated periodically and documents all trace-messages, metrics anddata-points in cardano-node.It as well displays the handling of these
0 commit comments