No description
Find a file
2021-06-06 21:47:05 +02:00
.cargo build(cargo): add alias for update core 2021-05-14 19:41:59 +02:00
bda deps: update duniter-core 2021-05-20 14:41:14 +02:00
conf feat(conf): allow to disable playground 2021-05-30 18:27:32 +02:00
db chore: use dubp via core 2021-05-20 14:30:47 +02:00
dbs-reader feat(gql): add query wallets 2021-06-04 01:32:30 +02:00
gql feat(gql): add field aggregate.sum for query wallets 2021-06-04 02:37:38 +02:00
indexer fix(indexer): get_next_wot_id must init correctly NEXT_WOT_ID static 2021-05-21 20:17:12 +02:00
src feat(conf): allow to disable playground 2021-05-30 18:27:32 +02:00
.gitignore doc (contrib): add commit type deps 2021-04-22 19:33:43 +02:00
.gitlab-ci.yml doc (contrib): add commit type deps 2021-04-22 19:33:43 +02:00
.rusty-hook.toml initial commit 2021-04-22 15:22:56 +02:00
Cargo.lock deps: upgrade core 2021-06-06 21:47:05 +02:00
Cargo.toml feat(gva): re-expose feature explorer 2021-05-30 00:20:41 +02:00
CONTRIBUTING.md doc (contrib): add commit type deps 2021-04-22 19:33:43 +02:00
deny.toml ci: allow unknown git 2021-04-22 16:59:29 +02:00
LICENSE initial commit 2021-04-22 15:22:56 +02:00
README.md chore: import gva module code 2021-04-22 16:44:17 +02:00

Duniter GVA

This repository contains the code of the GVA module.

Duniter repositories

Duniter's code is separated into several git repositories:

  • dubp-rs-libs contains the logic common to Duniter and its customers.
  • duniter-core contains the core code of Duniter.
  • The gitlab subgroup nodes/rust/modules contains the main Duniter modules code (gva, admin, etc).
  • The duniter subgroup contains the "official" implementations of the "duniter-cli" and "duniter-desktop" programs with their default modules (also contains the historical implementation being migrated).