Commits on Source (14)
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
Consequently: - deletion of the GVASUB endpoint - remove conf param playground_path - remove conf param subscriptions_path
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
Showing
- Cargo.lock 29 additions, 28 deletionsCargo.lock
- Cargo.toml 4 additions, 0 deletionsCargo.toml
- bda/src/exec_req_type.rs 37 additions, 23 deletionsbda/src/exec_req_type.rs
- bda/src/exec_req_type/sync.rs 96 additions, 0 deletionsbda/src/exec_req_type/sync.rs
- bda/src/lib.rs 11 additions, 5 deletionsbda/src/lib.rs
- conf/src/lib.rs 13 additions, 36 deletionsconf/src/lib.rs
- db/src/lib.rs 2 additions, 0 deletionsdb/src/lib.rs
- dbs-reader/Cargo.toml 1 addition, 0 deletionsdbs-reader/Cargo.toml
- dbs-reader/src/blocks_chunks.rs 20 additions, 0 deletionsdbs-reader/src/blocks_chunks.rs
- dbs-reader/src/cursors.rs 83 additions, 0 deletionsdbs-reader/src/cursors.rs
- dbs-reader/src/lib.rs 66 additions, 9 deletionsdbs-reader/src/lib.rs
- dbs-reader/src/pagination.rs 13 additions, 0 deletionsdbs-reader/src/pagination.rs
- dbs-reader/src/wallets.rs 319 additions, 0 deletionsdbs-reader/src/wallets.rs
- gql/src/entities.rs 40 additions, 1 deletiongql/src/entities.rs
- gql/src/entities/idty_gva.rs 1 addition, 1 deletiongql/src/entities/idty_gva.rs
- gql/src/entities/wallet_gva.rs 41 additions, 0 deletionsgql/src/entities/wallet_gva.rs
- gql/src/lib.rs 1 addition, 0 deletionsgql/src/lib.rs
- gql/src/pagination.rs 1 addition, 1 deletiongql/src/pagination.rs
- gql/src/queries.rs 2 additions, 0 deletionsgql/src/queries.rs
- gql/src/queries/wallets.rs 184 additions, 0 deletionsgql/src/queries/wallets.rs
... | @@ -40,6 +40,10 @@ serde_json = "1.0.53" | ... | @@ -40,6 +40,10 @@ serde_json = "1.0.53" |
tokio = { version = "1.2", features = ["macros", "rt-multi-thread", "time"] } | tokio = { version = "1.2", features = ["macros", "rt-multi-thread", "time"] } | ||
unwrap = "1.2.1" | unwrap = "1.2.1" | ||
[features] | |||
default = ["explorer"] | |||
explorer = ["duniter-gva-db/explorer", "duniter-gva-indexer/explorer"] | |||
[workspace] | [workspace] | ||
members = [ | members = [ | ||
"bda", | "bda", | ||
... | ... |
bda/src/exec_req_type/sync.rs
0 → 100644
dbs-reader/src/cursors.rs
0 → 100644
dbs-reader/src/wallets.rs
0 → 100644
gql/src/entities/wallet_gva.rs
0 → 100644
gql/src/queries/wallets.rs
0 → 100644