Skip to content

Commit ff4a731

Browse files
Merge main
Signed-off-by: Evgeniy Dikevich <[email protected]>
2 parents 6689f57 + 7bfe86d commit ff4a731

File tree

381 files changed

+10705
-5258
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

381 files changed

+10705
-5258
lines changed

.config/dictionaries/project.dic

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
aarch
22
abcz
33
ABNF
4+
abnfb
45
addrr
56
addrs
67
adminer
@@ -12,10 +13,12 @@ asyncio
1213
Attributes
1314
auditability
1415
Auliffe
16+
autonat
1517
auxdata
1618
babystep
1719
backpressure
1820
bech
21+
Behaviour
1922
bimap
2023
bindgen
2124
bkioshn
@@ -43,11 +46,13 @@ childs
4346
Chotivichit
4447
chrono
4548
cids
49+
cidv
4650
ciphertext
4751
ciphertexts
4852
Coap
4953
codegen
5054
codepoints
55+
connexa
5156
coti
5257
coverallsapp
5358
cpus
@@ -62,6 +67,7 @@ Datelike
6267
DBSTATUS
6368
dbsync
6469
dcbor
70+
dcutr
6571
decompressor
6672
delegators
6773
devnet
@@ -80,7 +86,9 @@ drep
8086
dreps
8187
Earthfile
8288
elgamal
89+
encryptiondecryption
8390
encryptor
91+
endfilter
8492
Errno
8593
Eternl
8694
evalv
@@ -141,6 +149,7 @@ jormungandr
141149
Jörmungandr
142150
jsonschema
143151
Justfile
152+
keypair
144153
kiduri
145154
labelloc
146155
lcov
@@ -161,6 +170,9 @@ localizable
161170
logcall
162171
lookaside
163172
ltail
173+
ltdoc
174+
ltend
175+
ltstart
164176
maindbname
165177
mapref
166178
markdownlint
@@ -172,6 +184,7 @@ MDLINTS
172184
mdns
173185
MEMMAP
174186
memx
187+
Merkle
175188
Metadatum
176189
metno
177190
mgrybyk
@@ -191,7 +204,9 @@ moka
191204
MPMC
192205
msvc
193206
Multiaddr
207+
multicodec
194208
multiera
209+
multihash
195210
mutlisig
196211
mypy
197212
nanos
@@ -245,14 +260,17 @@ pytype
245260
qpsg
246261
qrcode
247262
quic
263+
rafal
248264
rankdir
249265
rapidoc
250266
readlinkat
251267
redoc
268+
rejectattr
252269
REMOVEDIR
253270
renameat
254271
Replayability
255272
Repr
273+
reqs
256274
reqwest
257275
retriggering
258276
ristretto
@@ -278,6 +296,7 @@ scanstatus
278296
Sched
279297
scrollability
280298
seckey
299+
selectattr
281300
Signdata
282301
sitedocs
283302
skiplist

.markdownlint.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
// MD007/ul-indent - Unordered list indentation
2828
"MD007": {
2929
// Spaces for indent
30-
"indent": 2,
30+
"indent": 4,
3131
// Whether to indent the first level of the list
3232
"start_indented": false,
3333
// Spaces for first level indent (when start_indented is set)
34-
"start_indent": 2
34+
"start_indent": 4
3535
},
3636
// MD009/no-trailing-spaces - Trailing spaces
3737
"MD009": {

CONTRIBUTING.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
First off, thanks for taking the time to contribute! ❤️
44

55
* [Contributing to Catalyst Libs](#contributing-to-catalyst-libs)
6-
* [Code of Conduct](#code-of-conduct)
7-
* [I Have a Question](#i-have-a-question)
8-
* [I Want To Contribute](#i-want-to-contribute)
9-
* [Reporting Bugs](#reporting-bugs)
10-
* [Before Submitting a Bug Report](#before-submitting-a-bug-report)
11-
* [How Do I Submit a Good Bug Report?](#how-do-i-submit-a-good-bug-report)
12-
* [Suggesting Enhancements](#suggesting-enhancements)
13-
* [Before Submitting an Enhancement](#before-submitting-an-enhancement)
14-
* [How Do I Submit a Good Enhancement Suggestion?](#how-do-i-submit-a-good-enhancement-suggestion)
15-
* [Your First Code Contribution](#your-first-code-contribution)
16-
* [Improving The Documentation](#improving-the-documentation)
17-
* [Style guides](#style-guides)
18-
* [Rust](#rust)
19-
* [Dart](#dart)
20-
* [Flutter](#flutter)
21-
* [Commit Messages](#commit-messages)
6+
* [Code of Conduct](#code-of-conduct)
7+
* [I Have a Question](#i-have-a-question)
8+
* [I Want To Contribute](#i-want-to-contribute)
9+
* [Reporting Bugs](#reporting-bugs)
10+
* [Before Submitting a Bug Report](#before-submitting-a-bug-report)
11+
* [How Do I Submit a Good Bug Report?](#how-do-i-submit-a-good-bug-report)
12+
* [Suggesting Enhancements](#suggesting-enhancements)
13+
* [Before Submitting an Enhancement](#before-submitting-an-enhancement)
14+
* [How Do I Submit a Good Enhancement Suggestion?](#how-do-i-submit-a-good-enhancement-suggestion)
15+
* [Your First Code Contribution](#your-first-code-contribution)
16+
* [Improving The Documentation](#improving-the-documentation)
17+
* [Style guides](#style-guides)
18+
* [Rust](#rust)
19+
* [Dart](#dart)
20+
* [Flutter](#flutter)
21+
* [Commit Messages](#commit-messages)
2222

2323
All types of contributions are encouraged and valued.
2424
Please make sure to read the relevant section before making your contribution.
@@ -75,11 +75,11 @@ Please complete the following steps in advance to help us fix any potential bug
7575
* Also make sure to search the internet (including Stack Overflow)
7676
to see if users outside the GitHub community have discussed the issue.
7777
* Collect information about the bug:
78-
* Stack trace (Traceback)
79-
* OS, Platform and Version (Windows, Linux, macOS, x86, ARM)
80-
* Version of the interpreter, compiler, SDK, runtime environment, package manager, depending on what seems relevant.
81-
* Possibly your input and the output
82-
* Can you reliably reproduce the issue?
78+
* Stack trace (Traceback)
79+
* OS, Platform and Version (Windows, Linux, macOS, x86, ARM)
80+
* Version of the interpreter, compiler, SDK, runtime environment, package manager, depending on what seems relevant.
81+
* Possibly your input and the output
82+
* Can you reliably reproduce the issue?
8383
And can you also reproduce it with older versions?
8484

8585
#### How Do I Submit a Good Bug Report?

Earthfile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.5.27 AS mdlint-ci
4-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.5.27 AS cspell-ci
5-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.27 AS python-ci
6-
IMPORT github.com/input-output-hk/catalyst-ci:v3.5.27 AS cat-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.6.0 AS mdlint-ci
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.6.0 AS cspell-ci
5+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.6.0 AS python-ci
6+
IMPORT github.com/input-output-hk/catalyst-ci:v3.6.0 AS cat-ci
77

88
FROM debian:stable-slim
99

@@ -48,6 +48,8 @@ repo-docs:
4848
# are linted equally.
4949
# Its also fast.
5050
check-python:
51+
FROM python-ci+python-base
52+
5153
DO python-ci+LINT_PYTHON
5254

5355
# Sync standard configs.

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Catalyst Libs
22

3+
[![Documentation](https://img.shields.io/badge/Documentation-read-blue)](https://docs.dev.projectcatalyst.io/libs/main/#)
4+
35
<!-- markdownlint-disable MD029 -->
46

57
Welcome to the Catalyst Libs mono repo, where we manage and maintain the interconnected Rust crates,
68
Dart and Flutter packages, and other libraries that make up the Catalyst project.
79

810
* [Catalyst Libs](#catalyst-libs)
9-
* [Overview](#overview)
10-
* [Getting Started](#getting-started)
11-
* [Contributing](#contributing)
12-
* [License](#license)
11+
* [Overview](#overview)
12+
* [Getting Started](#getting-started)
13+
* [Contributing](#contributing)
14+
* [License](#license)
1315

1416
## Overview
1517

docs/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.5.27 AS docs-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.6.0 AS docs-ci
44

55
IMPORT .. AS repo
66

docs/src/architecture/08_concepts/catalyst_docs/.pages

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/src/architecture/08_concepts/catalyst_docs/comment.md

Lines changed: 0 additions & 154 deletions
This file was deleted.

0 commit comments

Comments
 (0)