Skip to content
Snippets Groups Projects
Hugo Trentesaux's avatar
Hugo Trentesaux authored
* implement quotas

implement weights "à l'arrache"

benchmarks duniter-account "à l'arrache"

implement benchmark logic (not proper benchmarks)

fix live tests :man_facepalming:

and clippy :man_facepalming::man_facepalming:

replace quotas by quota everywhere

comment unused sections of template

remove quota treasury dependency

give treasury address as argument

typo

review tuxmain

doc readme

rename error DistanceKO to DistanceNotOK

merge new owner key and revocation signature

merge signature error types

rename NewOwnerKeyPayload

fix comment

make eligibility more explicit

implement quotas

implement weights "à l'arrache"

benchmarks duniter-account "à l'arrache"

implement benchmark logic (not proper benchmarks)

fix live tests :man_facepalming:

and clippy :man_facepalming::man_facepalming:

replace quotas by quota everywhere

comment unused sections of template

remove quota treasury dependency

give treasury address as argument

typo

review tuxmain

doc readme

rename error DistanceKO to DistanceNotOK

merge new owner key and revocation signature

merge signature error types

rename NewOwnerKeyPayload

fix comment

make eligibility more explicit

update metadata

fix

fix fee multiplier update

prevent network discovery + connecting other nodes
b793b455
History
Name Last commit Last update
..
res
src
Cargo.toml
README.md

Xtask

We choose xtask to run Rust scripts using cargo. To build these scripts, just run:

cargo xtask # this will build the scripts and show the available commands

These scripts mainly deal with runtime operations.

Doc

Usage: xtask <COMMAND>

Commands:
  build                Build duniter binary
  gen-calls-doc        Generate calls documentation
  inject-runtime-code  Inject runtime code in raw specs
  release-runtime      Release a new runtime
  test                 Execute unit tests and integration tests End2tests are skipped
  help                 Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help