Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ğ
Ğcli-v2s
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Rust
Ğcli-v2s
Merge requests
!18
add info on idty view
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add info on idty view
hugo-dev
into
master
Overview
0
Commits
2
Pipelines
2
Changes
7
Merged
Hugo Trentesaux
requested to merge
hugo-dev
into
master
1 year ago
Overview
0
Commits
2
Pipelines
2
Changes
7
Expand
the goal is to test CI with new feature ;)
0
0
Merge request reports
Compare
master
version 1
b25eab27
1 year ago
master (base)
and
latest version
latest version
6a0a31f7
2 commits,
1 year ago
version 1
b25eab27
2 commits,
1 year ago
7 files
+
27286
−
90
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
res/README.md
+
12
−
1
Options
@@ -2,6 +2,15 @@
## Graphql schema and queries for Duniter indexer
Update the schema with:
```
sh
# install graphql client cli
cargo
install
graphql_client_cli
# download schema from node
graphql-client introspect-schema https://subsquid.gdev.coinduf.eu/graphql
--output
./res/indexer-schema.json
```
...
## Metadata
@@ -9,8 +18,10 @@
To update the scale-encoded Duniter metadata, spawn a node and run the subxt command.
```
sh
# install subxt
cargo
install
subxt
# spawn a node listening on localhost:9944
duniter
--dev
# fetch the metadata with subxt
subxt metadata
-f
bytes
>
res/metadata.scale
```
\ No newline at end of file
```
Loading