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.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,9 @@
3
3
Thank you for considering contributing and sharing your knowledge about the Cardano protocol in one capacity or another.
4
4
5
5
There are basically two ways to contribute:
6
-
- Validate and provide feedback about existing blueprints
7
-
- Create or update blueprints
6
+
7
+
- Validate and provide feedback about existing blueprints
8
+
- Create or update blueprints
8
9
9
10
## Validate blueprints
10
11
@@ -44,10 +45,10 @@ Thank you for contributing your changes by opening a pull request!
44
45
45
46
We do appreciate it if your pull request meets the following criteria:
46
47
47
-
+**Description of the changes**: providing a clear summary of the changes is beneficial
48
-
+**Quality of changes**: ensure that new or updated automated tests validate your changes
49
-
+**Scope**: we prefer multiple pull requests that are well-scoped rather than a single large one
50
-
+**Correctness**: the pull request should pass the continuous integration (CI) pipeline.
48
+
-**Description of the changes**: providing a clear summary of the changes is beneficial
49
+
-**Quality of changes**: ensure that new or updated automated tests validate your changes
50
+
-**Scope**: we prefer multiple pull requests that are well-scoped rather than a single large one
51
+
-**Correctness**: the pull request should pass the continuous integration (CI) pipeline.
51
52
52
53
The project is currently in an expand-and-gather phase with no requirement of approvals, but consider requesting for reviews on Github-suggested reviewers.
We use `treefmt` that runs a few formatting and spell checking tools. This is
70
+
also enforced through CI. See `formattingPkgs` in [`flake.nix`](./flake.nix) for
71
+
a list of packages needed, then:
72
+
73
+
```shell
74
+
treefmt
75
+
```
71
76
72
77
## License
73
78
74
-
Cardano Blueprint created by [the Cardano Blueprint contributors](https://github.com/cardano-scaling/cardano-blueprint/graphs/contributors) is licensed under the [Apache 2.0 License](./LICENSE).
79
+
Cardano Blueprint created by [the Cardano Blueprint
is licensed under the [Apache 2.0 License](./LICENSE).
75
82
76
83
## Logo
77
84
78
-
The [logo and wordmark](./logo/README.md) for the Cardano Blueprint was created by Roberto Nicolo, Sebastian Nagel and Input Output Global Ltd. Obviously, the design is derived from the official Cardano logo and we hereby accept and intend to follow the [official trademark policy](https://www.cardanofoundation.org/policy/trademark-policy). Cardano Blueprint is NOT registered as a trademark, nor shall it represent a commercial product, but any artifacts produced are covered under an open source [license](./LICENSE).
85
+
The [logo and wordmark](./logo/README.md) for the Cardano Blueprint was created
86
+
by Roberto Nicolo, Sebastian Nagel and Input Output Global Ltd. Obviously, the
87
+
design is derived from the official Cardano logo and we hereby accept and intend
Copy file name to clipboardExpand all lines: src/client/README.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
@@ -13,15 +13,15 @@ enabling this interaction:
13
13
Below we present a table with clients and servers that implement each protocol:
14
14
15
15
| Server | NTC | UTxO RPC |
16
-
|:---------------|-----|----------|
16
+
|:-------------|---|--------|
17
17
|[cardano-node]| ✅ | ❔ |
18
18
|[dingo]| ✅ | ✅ |
19
19
|[amaru]| ❔ | ❔ |
20
20
21
21
<br/>
22
22
23
23
| Client | NTC | UTxO RPC |
24
-
|:--------------|-----|----------|
24
+
|:------------|---|--------|
25
25
|[cardano-cli]| ✅ | ⬜ |
26
26
|[pallas]| ✅ | ❔ |
27
27
|[gouroboros]| ✅ | ❔ |
@@ -30,9 +30,9 @@ Below we present a table with clients and servers that implement each protocol:
30
30
>
31
31
> Please help us keep this list up-to-date by [suggesting an edit](https://github.com/cardano-scaling/cardano-blueprint/edit/main/src/client/README.md).
0 commit comments