Add smith certification
1 unresolved thread
1 unresolved thread
I needed it to test the indexer.
Merge request reports
Activity
Filter activity
requested review from @tuxmain
assigned to @HugoTrentesaux
56 56 pub subcommand: Subcommand, 57 57 58 58 /// Indexer URL 59 #[clap( 60 short, 61 long, 62 default_value = "https://gdev-indexer.p2p.legal/v1/graphql" 63 )] 59 #[clap(short, long, default_value = "http://localhost:8080/v1/graphql")] La problématique est plutôt de se connecter à un indexeur qui correspond au noeud Duniter. Cf https://forum.duniter.org/t/ensuring-an-indexer-is-up-to-date-with-the-targeted-network/11121. On a plusieurs options, mais si par défaut le nœud est local, alors ce serait cohérent que l'indexeur aussi. Par contre, on pourrait avoir une option
--network
qui permet de se connecter à des réseaux connus (local
(défaut),gdev
,gtest
,g1
) avec le couple noeud / indexeur qui va bien.
mentioned in merge request !5 (merged)
mentioned in commit 875f224c
Please register or sign in to reply