- May 09, 2023
-
-
Gilles Filippini authored
Use image paritytech/ci-linux:production for 'labels' and 'quality' stages. We don't need to force a specific Debian release as this image is not used for the 'build' stage anymore.
-
Gilles Filippini authored
The build runs in two stages: 1. Cross compilation for target architecture on native arch image 2. Installation into target architecture image Currently it requires a third stage to workaround an issue in podman/buildah: https://github.com/containers/buildah/issues/4742 Configuring a gitlab-runner with podman: 1. Follow this documentation: https://docs.gitlab.com/runner/executors/docker.html#use-podman-to-run-docker-commands 2. Install the `crun` and `qemu-user-static` packages
-
- May 08, 2023
-
-
Gilles Filippini authored
paritytech/ci-linux:production was recently switched from buster to bullseye,
-
It makes more sense to set the release LTO profile into the related Cargo.toml section than into the Dockerfile only. Using LTO 'thin' profile because according to the documentation it is a good compromise with no or little performance loss.
-
* fix after rebase * add comment warning about hardcoded smith metadata * feat(runtimes): use our benchmarks for pallet membership * feat(pallet_membership): add weights info * feat: add pallet membership benchmark
-
- May 05, 2023
-
-
* feat(runtimes): use our benchmarks for pallet oneshot_account * feat(pallet_oneshot_account): add weights info * fix(pallet_oneshot_account): remove unecessary where clause
-
- May 03, 2023
-
-
Hugo Trentesaux authored
* fix not enough for transfer * cucumber: add identity validation * wip add revocation test
-
Hugo Trentesaux authored
* fix same bug in cucumber test * fix(#109): handle certification renewal * test(#109): reveal certification renewal issue
-
- May 02, 2023
-
-
-
-
Hugo Trentesaux authored
duplicate functions renamed smiths -> smith
-
Hugo Trentesaux authored
-
-
-
-
-
-
Added a genesis builder for benchmarking with pre-configured accounts that can be used during the benchmarking and circumvent limitation imposed by pallets coupling.
-
Pascal Engélibert authored
-
- Apr 24, 2023
-
-
Hugo Trentesaux authored
* clippy * review tuxmain * refac: simplify syntax * ref: reorder keys to limit confusion * fix: session keys instead of authority keys * refac: move stuff and add comments
-
- Apr 17, 2023
-
-
- Apr 03, 2023
-
-
Pascal Engélibert authored
-
- Mar 31, 2023
-
-
Pascal Engélibert authored
-
- Mar 27, 2023
-
-
Vincent Texier authored
-
- Mar 24, 2023
- Mar 23, 2023
-
-
- Mar 17, 2023
-
-
Pascal Engélibert authored
-
- Mar 13, 2023
-
-
Hugo Trentesaux authored
* wip smooth * wip tmp * wip review * wip document bootstrap process
-
- Mar 03, 2023
-
-
* docker: simplify duniter subcommand run When the first argument of the entrypoint is '--' then bypass the default configuration via environment variables and directly run duniter with the given parameters (after removing the '--'). The affected scripts and documentation were updated.
-
- Mar 02, 2023
-
-
Hugo Trentesaux authored
* docker rmi * refac doc move "rpc" to "mirror" add docker documentation in TOC * refac docker documentation
-
- Feb 28, 2023
-
-
Hugo Trentesaux authored
* fix renaming RuntimeCall * cargo xtask gen-calls-doc and update metadata * doc storage * more doc * doc identity * doc calls
-
- Feb 26, 2023
-
-
Gilles Filippini authored
-
- Feb 20, 2023
-
-
Add stage 'readme' and job 'readme_docker_release_tag' to push the file 'docker/README.md' to the team's duniter-v2s repo. The job uses chko/docker-pushrm and is adapted from the related Gitlab CI/CD example. See https://github.com/christian-korneck/docker-pushrm
-
Values: * `default`: default duniter pruning configuration * `archive`: set `--state-pruning archive --blocks-pruning archive` * `light`: set `--blocks-pruning 14400` (keep one day of blocks history)
-