Commits on Source (65)
-
* fix: release artifacts must not expire
-
* doc: use duniter repo * use only polkadot-sdk from duniter * use git shallow copy * upgrade documentation * regenerate metadata * fix tests * fix benchmarks * upgrade to polkadot-v1.9.0
-
* revert gen-doc changes * Revert "add doc to CI" This reverts commit 7f086905. * update xtask to polkadot-v1.9.0 * add doc to CI * reduce doc size * move runtime api doc to target artefact * add base url * enable full docs for non-local pallet * add url to rust autogenerated docs in api * add rust doc generation * remove gen-doc file from git index * fix xtask gen-docs
-
Hugo Trentesaux authored
* update doc for rpc port
-
Hugo Trentesaux authored
* clippy with feature runtime-benchmarks * replace convert by idtyattr
-
Hugo Trentesaux authored
* revert spec version will be managed in #195 * update instructions * update runtime version and documentation to generate it locally
6bc8c9c9 -
* optimization * fix #221
19a6714b -
* restructure imports * Fix #226 * upgrade subxt * update to polkadot-v1.11.0
-
* add explicit generic names * fix #236 * remove proof_size restriction * fix integrity error * add user documentation * fix FeeMultiplier minimum * add documentation * add FeeMultiplier tests * add FeeMultiplier * add fee model tests * remove transaction fees
-
* remove indexer-specific code * Revert "make it manual for testing" This reverts commit 01a935fe. * make it manual for testing * adapt ci
-
* remove /ws from listen address * fix error when user already exist * change binary to duniter2 * add rpc-cors * add config documentation * add reference in service files * use embedded distance oracle * optimize ci * use docker cache * add systemd timer * add documentation * fix base_path default * add duniter user * add services * update docs * add deb package to ci * add deb docker building
-
* fix Cargo.toml * add missing doc * add method doc * add trait doc * add struct doc * add storage doc * #240 * add type doc * incode pallet description
-
* regenerate metadata * fix clippy * upgrade tests * upgrade subxt * upgrade runtime * upgrade polkadot sdk version * 272 TO BE MERGED BEFORE
-
* gen doc * allow .po templates * Generate runtime-error.po
3f32c4a8 -
* fix #245
-
* update docs (was not done in 277) * update metadata after rebase * uncomment commands * separate weights
-
* fix: disable arm build * fix: rebase on master * fix(#195): cross-compilation was broken * fix(#195): client release assets * feat(#195): release-runtime takes name argument * fix(#195): runtime-release must include srtool output * feat(#195): no benchmarks on network branch * fix(#195): rebase on master * fix(#195): arm64 * feat(#195): ci: handle `network/` branch * feat(#195): `print-spec` and `release-network` commands
-
* cucumber: distance_fail treasury * distance: handle slash unbalance * end2endtests: fail on skipped * Fix distance end2end tests * Make it explicit that distance slashes from reserve
-
* add grandpa rpc
-
* remove unused deps * fix #241 * remove sp_std dependency https://github.com/paritytech/polkadot-sdk/issues/2101# This is the commit message #2: * update metadata * clean Cargo.toml * run benchmarks * update node * update crates
-
Hugo Trentesaux authored
* update docker compose examples
aeafb73c -
* fix distance oracle in deb package
-
* fix #255 * fix unset CurrentPoolIndex during first evaluation period
-
* update binary name * fix debian package doc
f7d5ad47 -
* refactor inconsistent generic syntax * optimize TreasuryAccount * move MembersCount * move handle dust
-
Pascal Engélibert authoredea629187
-
Pascal Engélibert authored147bccb8
-
Pascal Engélibert authored25bdd2d3
-
Pascal Engélibert authoredf290f3c7
-
Pascal Engélibert authored
-
* deprecate Currency trait
-
* regenetate weights and metadata * update to subxt-v0.38 * upgrade crates
-
* package "protobuf-compiler" was missing from this documentation; resulting in failed "cargo build"
38111644 -
Pascal Engélibert authored
* Avoid decoding storage by hand * Fix distance evaluation client
f73a957d -
Pascal Engélibert authored
* distance-oracle: fix cli default interval
3ef713ee -
* update xtask * reference rust doc in readme * review fix * add log for distance oracle in main binary * add oracle file versioning * add docs * add files versionning * fix after rebase * update crate docs * refactor oracle * fix missing log arg * fix #262
-
* ci: fix build_rpm * packaging: rpm add duniter.sysusers file * ci: build rpm * packaging: build rpm with cargo-generate-rpm
-
Millicent Billette authoreda0afb078
-
* inherent data provider cannot fail * remove unused errors
-
0fcb69f1
-
* identity: legacy revocation
-
Cédric Moreau authored
* fix: new_native_or_wasm_executor was broken
-
* fix: review * #139: fix: re-enable Docker ARM build * #239: feat: release du runtime from `runtime/*` branches * #239: fix: clippy * #269: fix: remove workaround from !239 * #239: feat: release du runtime from master * #239: fix: create_client_release must not depend on runtime milestone * #239: refact: rename `release_runtime` module to `gitlab`
-
Cédric Moreau authored
* refac: comments + renaming `ud_index` which is confusiong * test: unclaimed UDs out of UD reeval window
-
Cédric Moreau authored
* fix(#278): update client specs when producing a new client
-
* fix: disable UD when membership removed
-
Hugo Trentesaux authored
* fix #243 * reveal that expires_on is non null issue #243 * no need for event when no changes to authority * add std for sp keyring * deduplicate authorities events
-
Hugo Trentesaux authored
* fix bug from #276 * reveal bug from #276 * fix an uncaught bug
-
Pascal Engélibert authored
* use FirstEligibleUd::min * Fix UD eligibility at genesis * end2end: non-member idty has UD at genesis
-
Hugo Trentesaux authored
* refac generated doc, keep only user calls * refac doc homepage * remove mirror and smith doc that was moved to https://duniter.org/wiki/duniter-v2/ and nginx which is out of topic
582a46c2 -
Hugo Trentesaux authored
* review txmn * fix(#231): next_cert_issuable_on is not used (!308) * fix(#231): next_cert_issuable_on is not used cert_meta.next_issuable_on is computed on genesis without this variable * apply clippy * remove comment (used at line 1236) (cherry picked from commit a6e8ba19) * document burn as disabled * replace raw origin by runtime origin * fix #284 * use mint instead of deposit
-
* certification/benchmark: fix add_certs number * Optimize do_remove_all_certs_received_by
-
Hugo Trentesaux authored
* uppercase * add chain arg to generate key command
-
* update metadata & doc * identity: remove owner_key in IdtyConfirm event
-
* remove duplicate * fix benchmark extrinsic creation * move offchain config to common * move benchmarks to common runtime * formatting * regenerate weight and metadata * follow-up to !295 * add metadata hash check extension * fix tests * upgrade node * add autogenerated weights build test * update txextensions * update crates
-
* cargo xtask gen-doc * add documentation * refactore errors * better type formatting * refactoring * add constants * add storages
f6f32eca -
Cédric Moreau authored
* fix(#289): toolchain broken for Darwin
-
* fix: Docker config + documentation * Revert "review: test code, not dead code" This reverts commit 922df964. * review: test code, not dead code * review: iodiomatic usage of stream * review: add --public-endpoints option * review: spawn_handle + BoundedVec * fix: metadata.scale * fix: warnings * fix: node was no more starting * clippy (again) * clippy * feat(#97): add RPC endpoint + gossip protocol for peerings
-
Cédric Moreau authored
* fix(#290): DEB and RPM builds were excluded from client release
-
* test refund by status * allocate quota for membership instead of identity fix #247 * revoke identity unlink account
-
* check metadata with our own subxt fork * rustfmt * use host function for sig verification of legacy revoke document
Showing
- .cargo/config.toml 10 additions, 9 deletions.cargo/config.toml
- .gitlab-ci.yml 299 additions, 171 deletions.gitlab-ci.yml
- .maintain/local-docker-test-network/duniter.Dockerfile 1 addition, 1 deletion.maintain/local-docker-test-network/duniter.Dockerfile
- Cargo.lock 10726 additions, 4413 deletionsCargo.lock
- Cargo.toml 119 additions, 115 deletionsCargo.toml
- README.md 38 additions, 188 deletionsREADME.md
- client/distance/Cargo.toml 0 additions, 7 deletionsclient/distance/Cargo.toml
- client/distance/README.md 3 additions, 0 deletionsclient/distance/README.md
- client/distance/src/lib.rs 102 additions, 32 deletionsclient/distance/src/lib.rs
- distance-oracle/Cargo.toml 2 additions, 6 deletionsdistance-oracle/Cargo.toml
- distance-oracle/README.md 2 additions, 28 deletionsdistance-oracle/README.md
- distance-oracle/src/api.rs 41 additions, 17 deletionsdistance-oracle/src/api.rs
- distance-oracle/src/lib.rs 157 additions, 75 deletionsdistance-oracle/src/lib.rs
- distance-oracle/src/main.rs 22 additions, 9 deletionsdistance-oracle/src/main.rs
- distance-oracle/src/mock.rs 9 additions, 6 deletionsdistance-oracle/src/mock.rs
- distance-oracle/src/tests.rs 1 addition, 1 deletiondistance-oracle/src/tests.rs
- docker-compose.yml 15 additions, 28 deletionsdocker-compose.yml
- docker/Dockerfile 16 additions, 7 deletionsdocker/Dockerfile
- docker/README.md 9 additions, 6 deletionsdocker/README.md
- docker/build-deb.Dockerfile 37 additions, 0 deletionsdocker/build-deb.Dockerfile
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
client/distance/README.md
0 → 100644
docker/build-deb.Dockerfile
0 → 100644