No description
Find a file
2021-05-14 17:16:16 +02:00
bca deps: upgrade dubp to v0.53.1 2021-05-05 13:41:16 +02:00
conf feat(conf): gva can now be enabled with one unique env var 2021-05-08 16:39:45 +02:00
db feat(indexer): index blocks chunks 2021-05-14 16:57:25 +02:00
dbs-reader dept: update duniter-core (network db change) 2021-05-14 16:58:48 +02:00
gql feat: add field member to peer card 2021-05-14 17:16:16 +02:00
indexer fix(indexer): expose feature explorer 2021-05-14 16:59:09 +02:00
src feat(txsHistory): add field receivedTime 2021-05-10 12:56:25 +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 feat: add field member to peer card 2021-05-14 17:16:16 +02:00
Cargo.toml build: fix core patch 2021-05-08 16:51:17 +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).