Commits on Source (72)
-
Éloïs authored378c46f9
-
Éloïs authored7f8cd4d4
-
Éloïs authoredde4ee88b
-
Éloïs authored2a3a636c
-
Éloïs authored6ff42a30
-
Éloïs authoredacdc0d3a
-
Éloïs authoredc74ee212
-
Millicent Billette authored5a88e865
-
Millicent Billette authored7f396b42
-
Éloïs authoredded12c92
-
9de9e8d3
-
Éloïs authored8efd11a7
-
Éloïs authoredff8d0af3
-
Éloïs authored3ec39fd5
-
5b89ed8f
-
Éloïs authoredadd4357e
-
Éloïs authoredbff2bd72
-
Éloïs authored53be4eec
-
Éloïs authoredb198537e
-
Éloïs authored9e2df445
-
Éloïs authoreded663c54
-
Éloïs authoredacee4edc
-
Éloïs authored37046b4d
-
Éloïs authoredb93852d2
-
Éloïs authoredf1992495
-
Éloïs authored84a57ca1
-
Éloïs authored3e99e842
-
Éloïs authoredcce73e96
-
Éloïs authored78034dbc
-
Éloïs authored0062278f
-
Éloïs authored012d096f
-
Éloïs authored615f3f57
-
Éloïs authored2152348f
-
Éloïs authored3761fd38
-
Éloïs authorede16ccd5f
-
Éloïs authored4e451756
-
Éloïs authorede2a07052
-
Éloïs authored38690cfe
-
Éloïs authoreddb3ad18d
-
Éloïs authored
Conflicts: Cargo.lock xtask/Cargo.toml xtask/src/main.rs
820349f1 -
Éloïs authored57248eff
-
Éloïs authoredee906317
-
Éloïs authored369d0f44
-
Éloïs authored4e4b5936
-
Éloïs authoredc5ccfe7e
-
Éloïs authored364282e5
-
Pascal Engélibert authoredcd46563e
-
Pascal Engélibert authored40cec7d0
-
Pascal Engélibert authoredVerified0c619163
-
d423756e
-
Éloïs authored9133b48b
-
Éloïs authored50ece046
-
Éloïs authoreddb18f612
-
Hugo Trentesaux authoredb9b64531
-
fd3746cf
-
Éloïs authoredaaecb8f7
-
Pascal Engélibert authoredVerified2f97bbaf
-
Éloïs authored7a438471
-
Hugo Trentesaux authored6ee74e9a
-
Éloïs authored6ac7cbe4
-
Éloïs authoredcac85ff6
-
Hugo Trentesaux authored5a34d1df
-
* tests(cucumber): improve regex * tests(cucumber): add certification
33630d52
Showing
- .dockerignore 2 additions, 1 deletion.dockerignore
- .github/CONTRIBUTING.md 8 additions, 0 deletions.github/CONTRIBUTING.md
- .github/ISSUE_TEMPLATE.md 5 additions, 0 deletions.github/ISSUE_TEMPLATE.md
- .github/PULL_REQUEST_TEMPLATE.md 9 additions, 0 deletions.github/PULL_REQUEST_TEMPLATE.md
- .github/github_disclaimer.md 12 additions, 0 deletions.github/github_disclaimer.md
- .github/workflows/check.yml 0 additions, 44 deletions.github/workflows/check.yml
- .gitignore 2 additions, 1 deletion.gitignore
- .gitlab-ci.yml 23 additions, 2 deletions.gitlab-ci.yml
- .gitlab/issue_templates/ask-a-question.md 1 addition, 1 deletion.gitlab/issue_templates/ask-a-question.md
- .gitlab/issue_templates/report-a-bug.md 3 additions, 5 deletions.gitlab/issue_templates/report-a-bug.md
- .gitlab/issue_templates/suggest-a-feature.md 3 additions, 3 deletions.gitlab/issue_templates/suggest-a-feature.md
- .vscode/settings.json 4 additions, 8 deletions.vscode/settings.json
- CONTRIBUTING.md 3 additions, 1 deletionCONTRIBUTING.md
- Cargo.lock 948 additions, 159 deletionsCargo.lock
- Cargo.toml 27 additions, 13 deletionsCargo.toml
- README.md 56 additions, 65 deletionsREADME.md
- docker-compose.yml 8 additions, 8 deletionsdocker-compose.yml
- docker/compose-examples/gdem-local2.docker-compose.yml 0 additions, 61 deletionsdocker/compose-examples/gdem-local2.docker-compose.yml
- docker/compose-examples/hydra-indexer.docker-compose.yml 0 additions, 71 deletionsdocker/compose-examples/hydra-indexer.docker-compose.yml
- docker/compose/gdev-mirror.docker-compose.yml 36 additions, 0 deletionsdocker/compose/gdev-mirror.docker-compose.yml
.github/CONTRIBUTING.md
0 → 100644
.github/ISSUE_TEMPLATE.md
0 → 100644
.github/PULL_REQUEST_TEMPLATE.md
0 → 100644
.github/github_disclaimer.md
0 → 100644
.github/workflows/check.yml
deleted
100644 → 0
This diff is collapsed.
... | ... | @@ -7,7 +7,7 @@ homepage = 'https://substrate.dev' |
license = 'AGPL-3.0' | ||
name = 'duniter' | ||
repository = 'https://git.duniter.org/nodes/rust/duniter-v2s' | ||
version = '3.0.0' | ||
version = '0.1.0' | ||
[package.metadata.docs.rs] | ||
targets = ['x86_64-unknown-linux-gnu'] | ||
... | ... | @@ -23,12 +23,18 @@ g1 = ["g1-runtime"] |
gdev = ["gdev-runtime"] | ||
gtest = ["gtest-runtime"] | ||
runtime-benchmarks = [ | ||
'g1-runtime', | ||
'g1-runtime/runtime-benchmarks', | ||
'gdev-runtime', | ||
'gdev-runtime/runtime-benchmarks', | ||
'gtest-runtime', | ||
'gtest-runtime/runtime-benchmarks', | ||
'g1-runtime', | ||
'g1-runtime/runtime-benchmarks', | ||
'gdev-runtime', | ||
'gdev-runtime/runtime-benchmarks', | ||
'gtest-runtime', | ||
'gtest-runtime/runtime-benchmarks', | ||
] | ||
try-runtime = [ | ||
"g1-runtime/try-runtime", | ||
"gdev-runtime/try-runtime", | ||
"gtest-runtime/try-runtime", | ||
"try-runtime-cli" | ||
] | ||
[build-dependencies] | ||
... | ... | @@ -39,8 +45,14 @@ substrate-build-script-utils = { git = 'https://github.com/librelois/substrate.g |
[dev-dependencies] | ||
rusty-hook = "^0.11.2" | ||
[dependencies] | ||
# Dependencies for specific targets | ||
[target.'cfg(any(target_arch="x86_64", target_arch="aarch64"))'.dependencies] | ||
sc-cli = { git = "https://github.com/librelois/substrate.git", branch = "duniter-monthly-2022-02", features = ["wasmtime"] } | ||
sc-service = { git = "https://github.com/librelois/substrate.git", branch = "duniter-monthly-2022-02", features = ["wasmtime"] } | ||
sp-trie = { git = "https://github.com/librelois/substrate.git", branch = "duniter-monthly-2022-02", features = ["memory-tracker"] } | ||
[dependencies] | ||
# local dependencies | ||
common-runtime = { path = 'runtime/common' } | ||
g1-runtime = { path = 'runtime/g1', optional = true } | ||
... | ... | @@ -52,6 +64,7 @@ sp-membership = { path = 'primitives/membership' } |
# crates.io dependencies | ||
async-io = "1.3" | ||
clap = { version = "3.0", features = ["derive"] } | ||
clap_complete = { version = "3" } | ||
futures = { version = "0.3.1", features = ["compat"] } | ||
hex = "0.4.3" | ||
jsonrpc-core = '18.0.0' | ||
... | ... | @@ -103,26 +116,27 @@ sp-timestamp = { git = "https://github.com/librelois/substrate.git", branch = "d |
sp-transaction-pool = { git = "https://github.com/librelois/substrate.git", branch = "duniter-monthly-2022-02" } | ||
sp-trie = { git = "https://github.com/librelois/substrate.git", branch = "duniter-monthly-2022-02" } | ||
substrate-frame-rpc-system = { git = "https://github.com/librelois/substrate.git", branch = "duniter-monthly-2022-02" } | ||
try-runtime-cli = { git = "https://github.com/librelois/substrate.git", branch = "duniter-monthly-2022-02", optional = true } | ||
[workspace] | ||
resolver = "2" | ||
members = [ | ||
'end2end-tests', | ||
'end2end-tests', | ||
'pallets/certification', | ||
'pallets/duniter-test-parameters', | ||
'pallets/duniter-test-parameters/macro', | ||
'pallets/duniter-wot', | ||
'pallets/identity', | ||
'pallets/membership', | ||
'pallets/authority-members', | ||
'pallets/membership', | ||
'pallets/authority-members', | ||
'pallets/ud-accounts-storage', | ||
'pallets/universal-dividend', | ||
'pallets/upgrade-origin', | ||
'pallets/upgrade-origin', | ||
'primitives/membership', | ||
'runtime/common', | ||
'runtime/gdev', | ||
'xtask', | ||
'xtask', | ||
] | ||
# The list of dependencies below (which can be both direct and indirect dependencies) are crates | ||
... | ... |