Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • 331-tests-de-distance-qui-ne-passent-plus
  • network/gtest-1100
  • network/gtest-1110
  • master
  • tuxmain/gtest-fix-c2
  • set_UniversalDividendApi_in_RuntimeApiCollection
  • network/gtest-1000
  • upgradable-multisig
  • runtime/gtest-1000
  • network/gdev-800
  • cgeek/issue-297-cpu
  • gdev-800-tests
  • update-docker-compose-rpc-squid-names
  • fix-252
  • 1000i100-test
  • hugo/tmp-0.9.1
  • network/gdev-803
  • hugo/endpoint-gossip
  • network/gdev-802
  • hugo/distance-precompute
  • network/gdev-900
  • tuxmain/anonymous-tx
  • debug/podman
  • hugo/195-doc
  • hugo/195-graphql-schema
  • hugo-tmp-dockerfile-cache
  • release/client-800.2
  • release/runtime-800
  • feature/show_milestone
  • release/runtime-701
  • hugo-release/runtime-701
  • release/runtime-700
  • pini-check-password
  • tuxmain/benchmark-distance
  • release/runtime-600
  • feature/dc-dump
  • tests/distance-with-oracle
  • release/runtime-500
  • feature/distance-rule
  • release/hugo-chainspec-gdev5
  • release/runtime-401
  • 105_gitlab_container_registry
  • ci_cache
  • release/poka-chainspec-gdev5-pini-docker
  • release/poka-chainspec-gdev5
  • release/runtime-400
  • release/runtime-300
  • release/runtime-200
  • release/runtime-100
  • elois-duniter-storage
  • elois-compose-metrics
  • elois-smoldot
  • gdev-1000-test
  • gdev-800
  • gdev-800-0.8.0
  • gdev-802
  • gdev-803
  • gdev-900-0.10.0
  • gdev-900-0.10.1
  • gdev-900-0.9.0
  • gdev-900-0.9.1
  • gdev-900-0.9.2
  • gtest-1000
  • gtest-1000-0.11.0
  • gtest-1000-0.11.1
  • gtest-1100
  • gtest-1100-0.12.0
  • runtime-100
  • runtime-101
  • runtime-102
  • runtime-103
  • runtime-104
  • runtime-105
  • runtime-1110
  • runtime-200
  • runtime-201
  • runtime-300
  • runtime-301
  • runtime-302
  • runtime-303
  • runtime-400
  • runtime-401
  • runtime-500
  • runtime-600
  • runtime-700
  • runtime-701
  • runtime-800
  • runtime-800-backup
  • runtime-800-bis
  • runtime-801
  • v0.1.0
  • v0.2.0
  • v0.3.0
  • v0.4.0
  • v0.4.1
95 results

Target

Select target project
No results found
Select Git revision
  • master
  • elois-substrate-v0.9.23
  • elois-technical-commitee
  • elois-opti-cert
  • release/runtime-200
  • elois-fix-85
  • elois-rework-certs
  • elois-remove-renewable-period
  • poc-oneshot-accounts
  • hugo-cucumber-identity
  • elois-ci-binary-release
  • distance
  • release/runtime-100
  • ud-time-64
  • elois-duniter-storage
  • elois-compose-metrics
  • elois-smoldot
  • no-bootnodes
  • ts-types
  • runtime-100
  • runtime-101
  • runtime-102
  • runtime-103
  • runtime-104
  • runtime-105
  • runtime-200
  • runtime-201
  • v0.1.0
28 results
Show changes
449 files
+ 792076
18305
Compare changes
  • Side-by-side
  • Inline

Files

.cargo/config

deleted100644 → 0
+0 −5
Original line number Original line Diff line number Diff line
[alias]
cucumber = "test -p duniter-end2end-tests --test cucumber_tests --"
tu = "test --workspace --exclude duniter-end2end-tests"
xtask = "run --package xtask --"

.cargo/config.toml

0 → 100644
+13 −0
Original line number Original line Diff line number Diff line
[alias]
sanity-gdev = "test -Zgit=shallow-deps -p duniter-live-tests --test sanity_gdev -- --nocapture"
tu = "test -Zgit=shallow-deps --workspace --exclude duniter-end2end-tests --exclude duniter-live-tests --features constant-fees" # Unit tests with constant-fees
tf = "test -Zgit=shallow-deps --workspace --exclude duniter-end2end-tests --exclude duniter-live-tests test_fee" # Custom fee model tests
# `te` and `cucumber` are synonyms
te = "test -p duniter-end2end-tests --test cucumber_tests --features constant-fees --"
cucumber-build = "build -Zgit=shallow-deps --features constant-fees"
cucumber = "test -Zgit=shallow-deps -p duniter-end2end-tests --test cucumber_tests --"
ta = "test -Zgit=shallow-deps --workspace --exclude duniter-live-tests --features constant-fees"
tb = "test -Zgit=shallow-deps --features runtime-benchmarks -p"
rbp = "run -Zgit=shallow-deps --release --features runtime-benchmarks -- benchmark pallet --chain=dev --steps=50 --repeat=20 --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=. --pallet"
xtask = "run -Zgit=shallow-deps --package xtask --"
cucumber-node = "run -Zgit=shallow-deps -- --chain=gdev_dev --execution=Native --sealing=manual --force-authoring --rpc-cors=all --tmp --rpc-port 9944 --alice --features constant-fees"
+3 −1
Original line number Original line Diff line number Diff line
@@ -4,4 +4,6 @@
.vscode
.vscode
docker/Dockerfile
docker/Dockerfile
docker-compose.yml
docker-compose.yml
target
arm-build/
**/target/
build/
+8 −0
Original line number Original line Diff line number Diff line
This project is tracked on our hosted gitlab server at:
https://git.duniter.org/nodes/rust/duniter-v2s

The current github repository is a simple clone taken up to date at each push on the main gitlab repository.

All contributions should be performed on the main gitlab repository.

Pull requests and issues must be created on the main gitlab repository.
+5 −0
Original line number Original line Diff line number Diff line
Please note that all issues must be opened at https://git.duniter.org/nodes/rust/duniter-v2s/issues/new?issue

If you open issue here, it will be closed.

Thank you for your understanding.
+9 −0
Original line number Original line Diff line number Diff line
This project is tracked on our hosted gitlab server at: https://git.duniter.org/nodes/rust/duniter-v2s

The current github repository is a simple clone taken up to date at each push on the main gitlab repository.

All contributions should be performed on the main gitlab repository.

Pull requests proposed on github will be closed.

Thank you for your understanding.
+12 −0
Original line number Original line Diff line number Diff line
# Initial disclaimer
This project is tracked on our hosted gitlab server at:
https://git.duniter.org/nodes/rust/duniter-v2s

The current github repository is a simple clone taken up to date at each push on the main gitlab repository.

All contributions should be performed on the main gitlab repository.

Pull requests and issues must be created on the main gitlab repository.

# Original README.md

.github/workflows/check.yml

deleted100644 → 0
+0 −44
Original line number Original line Diff line number Diff line
name: Check Set-Up & Build

# Controls when the action will run.
on:
  # Triggers the workflow on push or pull request events but only for the master branch
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

  # Allows you to run this workflow manually from the Actions tab
  workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
  check:
    # The type of runner that the job will run on
    runs-on: ubuntu-20.04

    # Steps represent a sequence of tasks that will be executed as part of the job
    steps:
      # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
      - uses: actions/checkout@v2

      - name: Set-Up
        run: sudo apt install -y cmake pkg-config libssl-dev git build-essential clang libclang-dev curl

      - name: Install Rustup
        run: |
          curl https://sh.rustup.rs -sSf | sh -s -- -y
          source ~/.cargo/env
          rustup default stable
          rustup update nightly
          rustup update stable
          rustup target add wasm32-unknown-unknown --toolchain nightly

      - name: Check Build
        run: |
          SKIP_WASM_BUILD=1 cargo check --release

      - name: Check Build for Benchmarking
        run: >
          pushd node &&
          cargo check --features=runtime-benchmarks --release
+7 −1
Original line number Original line Diff line number Diff line
@@ -15,7 +15,8 @@
# node modules
# node modules
**/node_modules/**
**/node_modules/**


# build folder
# build folders
arm-build
build
build


# Temporary files
# Temporary files
@@ -26,3 +27,8 @@ tmp


# Log files
# Log files
*.log