Skip to content

Commit d6d9b6d

Browse files
committed
diff ..
1 parent d18abb8 commit d6d9b6d

1,733 files changed

Lines changed: 16140 additions & 45575 deletions

File tree

Some content is hidden

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

.cargo/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ SQLX_OFFLINE = "true"
1414
[net]
1515
retry = 5
1616
# git-fetch-with-cli = true # commented because there is a risk that a runner can be banned by github
17+

.config/lychee.toml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ exclude = [
2828
"http://visitme/",
2929
"https://visitme/",
3030

31-
# TODO meta issue: <https://github.com/paritytech/polkadot-sdk/issues/134>
31+
# TODO meta issue: <https://github.com/paritytech/rechain-sdk/issues/134>
3232
"https://docs.substrate.io/main-docs/build/custom-rpc/#public-rpcs",
3333
"https://docs.substrate.io/rustdocs/latest/sp_api/macro.decl_runtime_apis.html",
3434
"https://github.com/ipfs/js-ipfs-bitswap/blob/",
35-
"https://github.com/paritytech/polkadot-sdk/substrate/frame/timestamp",
35+
"https://github.com/paritytech/rechain-sdk/substrate/frame/timestamp",
3636
"https://github.com/paritytech/substrate/frame/fast-unstake",
3737
"https://github.com/zkcrypto/bls12_381/blob/e224ad4ea1babfc582ccd751c2bf128611d10936/src/test-data/mod.rs",
38-
"https://polkadot.network/the-path-of-a-parachain-block/",
39-
"https://research.web3.foundation/en/latest/polkadot/NPoS/3.%20Balancing.html",
40-
"https://research.web3.foundation/en/latest/polkadot/Token%20Economics.html#inflation-model",
41-
"https://research.web3.foundation/en/latest/polkadot/networking/3-avail-valid.html#topology",
42-
"https://research.web3.foundation/en/latest/polkadot/overview/2-token-economics.html",
43-
"https://research.web3.foundation/en/latest/polkadot/overview/2-token-economics.html#inflation-model",
44-
"https://research.web3.foundation/en/latest/polkadot/slashing/npos.html",
45-
"https://rpc.polkadot.io/",
46-
"https://try-runtime.polkadot.io/",
38+
"https://rechain.network/the-path-of-a-parachain-block/",
39+
"https://research.web3.foundation/en/latest/rechain/NPoS/3.%20Balancing.html",
40+
"https://research.web3.foundation/en/latest/rechain/Token%20Economics.html#inflation-model",
41+
"https://research.web3.foundation/en/latest/rechain/networking/3-avail-valid.html#topology",
42+
"https://research.web3.foundation/en/latest/rechain/overview/2-token-economics.html",
43+
"https://research.web3.foundation/en/latest/rechain/overview/2-token-economics.html#inflation-model",
44+
"https://research.web3.foundation/en/latest/rechain/slashing/npos.html",
45+
"https://rpc.rechain.io/",
46+
"https://try-runtime.rechain.io/",
4747
"https://w3f.github.io/parachain-implementers-guide/node/approval/approval-distribution.html",
4848
"https://w3f.github.io/parachain-implementers-guide/node/index.html",
4949
"https://w3f.github.io/parachain-implementers-guide/protocol-chain-selection.html",
@@ -64,3 +64,4 @@ exclude = [
6464
"%7B%7D",
6565
"%7B:\\?}",
6666
]
67+

.config/nextest.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,4 @@ test-group = 'serial-integration'
130130
[[profile.default.overrides]]
131131
filter = 'package(pallet-revive-eth-rpc) and test(/^tests::/)'
132132
test-group = 'serial-integration'
133+

.config/taplo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
exclude = [
55
"bridges/testing/**",
66
"cumulus/zombienet/**",
7-
"polkadot/node/malus/integrationtests/**",
8-
"polkadot/zombienet_tests/**",
7+
"rechain/node/malus/integrationtests/**",
8+
"rechain/zombienet_tests/**",
99
"substrate/zombienet/**",
1010
"target/**",
1111
]
@@ -20,7 +20,7 @@ indent_string = " " # tab
2020

2121
# don't re-order order-dependent deb package metadata
2222
[[rule]]
23-
include = ["polkadot/Cargo.toml"]
23+
include = ["rechain/Cargo.toml"]
2424
keys = ["package.metadata.deb"]
2525

2626
[rule.formatting]
@@ -47,3 +47,4 @@ keys = ["build-dependencies", "dependencies", "dev-dependencies"]
4747

4848
[rule.formatting]
4949
reorder_keys = true
50+

.forklift/config-gitlab.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ bucketName = "placeholder"
3131
concurrency = 10
3232
endpointUrl = "placeholder"
3333
secretAccessKey = "placeholder"
34+

.forklift/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ type = "gcs"
2727

2828
[storage.gcs]
2929
bucketName = "parity-ci-forklift-regional"
30+

.gitattributes

Lines changed: 158 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,158 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Rust files
5+
*.rs text eol=lf
6+
*.toml text eol=lf
7+
8+
# Documentation
9+
*.md text eol=lf
10+
*.md diff=markdown
11+
12+
# Scripts
13+
*.sh text eol=lf
14+
*.ps1 text eol=crlf
15+
*.py text eol=lf
16+
*.js text eol=lf
17+
*.ts text eol=lf
18+
19+
# Configuration files
20+
*.yml text eol=lf
21+
*.yaml text eol=lf
22+
*.json text eol=lf
23+
24+
# Lock files
25+
Cargo.lock -text
26+
yarn.lock -text
27+
package-lock.json -text
28+
29+
# Binary files
30+
*.wasm binary
31+
*.so binary
32+
*.dll binary
33+
*.exe binary
34+
*.png binary
35+
*.jpg binary
36+
*.jpeg binary
37+
*.gif binary
38+
*.ico binary
39+
*.svg binary
40+
*.pdf binary
41+
42+
# Archive files
43+
*.zip binary
44+
*.tar binary
45+
*.gz binary
46+
*.bz2 binary
47+
*.xz binary
48+
*.7z binary
49+
*.rar binary
50+
51+
# Database files
52+
*.db binary
53+
*.sqlite binary
54+
*.sqlite3 binary
55+
56+
# Log files
57+
*.log text eol=lf
58+
59+
# Certificate files
60+
*.pem text eol=lf
61+
*.key text eol=lf
62+
*.crt text eol=lf
63+
64+
# Docker files
65+
Dockerfile text eol=lf
66+
docker-compose*.yml text eol=lf
67+
docker-compose*.yaml text eol=lf
68+
69+
# GitHub specific
70+
.github/ export-ignore
71+
.gitattributes text eol=lf
72+
.gitignore text eol=lf
73+
74+
# Documentation images
75+
docs/**/*.png binary
76+
docs/**/*.jpg binary
77+
docs/**/*.jpeg binary
78+
docs/**/*.gif binary
79+
docs/**/*.svg binary
80+
81+
# Test files
82+
**/*.profraw binary
83+
**/*.profdata binary
84+
85+
# Fuzzing artifacts
86+
**/fuzz/**/*.rs text eol=lf
87+
**/fuzz/artifacts/ binary
88+
89+
# Benchmark artifacts
90+
**/benchmarks/**/*.json text eol=lf
91+
92+
# Coverage reports
93+
**/coverage/** binary
94+
**/lcov.info text eol=lf
95+
96+
# IDE files
97+
.vscode/ export-ignore
98+
.idea/ export-ignore
99+
100+
# OS generated files
101+
.DS_Store export-ignore
102+
Thumbs.db export-ignore
103+
104+
# Temporary files
105+
**/*.tmp export-ignore
106+
**/*.temp export-ignore
107+
**/*.bak export-ignore
108+
**/*.backup export-ignore
109+
110+
# Blockchain data (should not be committed)
111+
**/chains/ export-ignore
112+
**/parachains/ export-ignore
113+
**/validators/ export-ignore
114+
**/data/ export-ignore
115+
**/keystore/ export-ignore
116+
**/rechain-data/ export-ignore
117+
**/node-data/ export-ignore
118+
**/validator-data/ export-ignore
119+
**/testnet-data/ export-ignore
120+
121+
# Build artifacts (should not be committed)
122+
**/target/ export-ignore
123+
**/dist/ export-ignore
124+
**/build/ export-ignore
125+
**/out/ export-ignore
126+
127+
# Node modules (should not be committed)
128+
**/node_modules/ export-ignore
129+
130+
# Test results (should not be committed)
131+
**/test-results/ export-ignore
132+
**/playwright-report/ export-ignore
133+
**/coverage/ export-ignore
134+
135+
# Logs (should not be committed)
136+
**/logs/ export-ignore
137+
**/*.log export-ignore
138+
**/deploy-logs/ export-ignore
139+
140+
# Environment files (should not be committed)
141+
**/.env* export-ignore
142+
143+
# Monitoring data (should not be committed)
144+
**/monitoring/data/ export-ignore
145+
**/monitoring/prometheus.yml export-ignore
146+
**/monitoring/grafana-dashboards.json export-ignore
147+
148+
# Deployment artifacts (should not be committed)
149+
**/deployment-artifacts/ export-ignore
150+
151+
# SDK artifacts (should not be committed)
152+
**/sdk/dist/ export-ignore
153+
**/sdk/build/ export-ignore
154+
**/sdk/node_modules/ export-ignore
155+
156+
# Temporary folders (should not be committed)
157+
**/tmp/ export-ignore
158+
**/temp/ export-ignore

.github/CODE_OF_CONDUCT.md

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
# Code of Conduct
2+
3+
## Our Pledge
4+
5+
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6+
7+
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8+
9+
## Our Standards
10+
11+
Examples of behavior that contributes to a positive environment for our community:
12+
13+
- Demonstrating empathy and kindness toward other people
14+
- Being respectful of differing opinions, viewpoints, and experiences
15+
- Giving and gracefully accepting constructive feedback
16+
- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17+
- Focusing on what is best not just for us as individuals, but for the overall community
18+
19+
Examples of unacceptable behavior:
20+
21+
- The use of sexualized language or imagery, and sexual attention or advances of any kind
22+
- Trolling, insulting or derogatory comments, and personal or political attacks
23+
- Public or private harassment
24+
- Publishing others' private information, such as a physical or email address, without their explicit permission
25+
- Other conduct which could reasonably be considered inappropriate in a professional setting
26+
27+
## Enforcement Responsibilities
28+
29+
Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
30+
31+
Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
32+
33+
## Scope
34+
35+
This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
36+
37+
## Enforcement
38+
39+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at conduct@rechain.network. All complaints will be reviewed and investigated promptly and fairly.
40+
41+
All community leaders are obligated to respect the privacy and security of the reporter of any incident.
42+
43+
## Enforcement Guidelines
44+
45+
Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
46+
47+
### 1. Correction
48+
49+
**Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
50+
51+
**Consequence**: A private, written warning from community leaders, providing clarity on the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
52+
53+
### 2. Warning
54+
55+
**Community Impact**: A violation through a single incident or series of actions.
56+
57+
**Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
58+
59+
### 3. Temporary Ban
60+
61+
**Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
62+
63+
**Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
64+
65+
### 4. Permanent Ban
66+
67+
**Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
68+
69+
**Consequence**: A permanent ban from any sort of public interaction within the community.
70+
71+
## Attribution
72+
73+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at https://www.contributor-covenant.org/version/2/1/code_of_conduct.html.
74+
75+
Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
76+
77+
[homepage]: https://www.contributor-covenant.org
78+
79+
For answers to common questions about this code of conduct, see the FAQ at https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
80+
81+
## Contact
82+
83+
- **Email**: conduct@rechain.network
84+
- **Security Issues**: security@rechain.network
85+
- **General Inquiries**: info@rechain.network
86+
87+
---
88+
89+
*REChain Network Solutions LLC - Building the Future of Decentralized Technology*

0 commit comments

Comments
 (0)