1
0
mirror of synced 2025-02-22 20:48:13 +00:00

Commit Graph

  • d97249072a
    Split services into different crates Giacomo Pasini 2022-11-23 11:03:52 +01:00
  • f755cb47f4 Added go 1.19 to an action setup (required for building waku-rust-bindigs dep) Augustinas Bacvinka 2022-11-22 21:18:09 +02:00
  • b02f8af08f Copied CI test, clippy and fmt steps from Overwatch Augustinas Bacvinka 2022-11-22 20:27:43 +02:00
  • e656fb2d9d
    Bugfix: Forget to change overwatch to overwatch_rs (#11) Al Liu 2022-11-22 22:16:07 +08:00
  • bcc31ec3d1 Merge branch 'main' into al/dev al8n 2022-11-22 22:10:34 +08:00
  • 821a09586d change overwatch to overwatch_rs al8n 2022-11-22 21:53:40 +08:00
  • c127c1d18d
    Fix cheap clone Bytes and Overwatch crate name update Al Liu 2022-11-22 20:44:17 +08:00
  • 13eaaeb449 Fix dev-deps danielsanchezq 2022-11-22 13:03:44 +01:00
  • 612fbdec6f direct clone on Bytes instead of deep copy(Bytes::copy_from_slice) al8n 2022-11-22 19:25:32 +08:00
  • 3a15a9b722
    Add log service (#4) Giacomo Pasini 2022-11-21 15:35:52 +01:00
  • 819a7ecb90 Fix load tx with write danielsanchezq 2022-11-21 13:29:45 +01:00
  • fa30333f39 Removed unused rt feature danielsanchezq 2022-11-18 12:45:56 +01:00
  • 36bb75ac0b Add basic tests danielsanchezq 2022-11-18 12:45:27 +01:00
  • 45ef960a95 Fill out StorageBackend impl for SurrealBackend danielsanchezq 2022-11-18 11:40:41 +01:00
  • 5887615ec5 Fill skeleton for surreal backend danielsanchezq 2022-11-18 10:01:26 +01:00
  • 4dd5d349cc Add surreal deps Add surreal as module danielsanchezq 2022-11-17 17:26:38 +01:00
  • f3a1dafed2
    add futures dep Giacomo Pasini 2022-11-15 12:21:39 +01:00
  • 7ade7a5150
    add ser/de to log config Giacomo Pasini 2022-11-14 16:24:55 +01:00
  • d475f4017c
    add log service Giacomo Pasini 2022-11-14 14:55:07 +01:00
  • dce6678904
    Sled backend (#7) Daniel Sanchez 2022-11-21 15:23:45 +01:00
  • 137a302b30 Removed unused scopes danielsanchezq 2022-11-18 15:11:07 +01:00
  • ac34cf3304 Add tests danielsanchezq 2022-11-18 14:59:21 +01:00
  • 68aa73f850 Cleanup imports danielsanchezq 2022-11-18 13:41:51 +01:00
  • 4b0973671b Use option bytes for sled transaction output danielsanchezq 2022-11-17 16:42:22 +01:00
  • 6fc8c95f90 Refactor sled to adap to latest StorageBackend traits changes danielsanchezq 2022-11-17 15:30:52 +01:00
  • 2d4e6a07b4 Remove manual panic danielsanchezq 2022-11-16 14:32:10 +01:00
  • e70aa9b528 Implement sled as a storage backend danielsanchezq 2022-11-16 14:12:51 +01:00
  • cd44e6c1b8 Remove sled for now danielsanchezq 2022-11-15 17:02:17 +01:00
  • 428b472cee Add sled module danielsanchezq 2022-11-14 16:33:27 +01:00
  • ece4b90550
    Add testing NoSerde operator (#9) Daniel Sanchez 2022-11-21 15:15:28 +01:00
  • 61de96a5d3
    Add Waku network backend (#3) Giacomo Pasini 2022-11-21 12:03:47 +01:00
  • 09f587e1b1
    add a little bit of documentation Giacomo Pasini 2022-11-21 11:49:01 +01:00
  • 7756232443
    add waku functionalities Giacomo Pasini 2022-11-15 14:47:00 +01:00
  • 972e71440c
    add Serialize/Deserialize to network settings Giacomo Pasini 2022-11-08 11:55:43 +01:00
  • 3906ed2aef
    add debug impl Giacomo Pasini 2022-11-08 10:54:21 +01:00
  • 295a1562ca
    address review comments Giacomo Pasini 2022-11-07 15:05:25 +01:00
  • b956b223f3
    Add Waku network backend Giacomo Pasini 2022-11-02 18:13:52 +01:00
  • 0ebc91fa06 Add testing NoSerde operator danielsanchezq 2022-11-18 13:46:00 +01:00
  • a343249d92
    Storage service (#6) Daniel Sanchez 2022-11-18 09:46:54 +01:00
  • 5c42bb06f0 Make transaction a custom trait. This way we can return stuff from the transactions themselves if needed. danielsanchezq 2022-11-17 14:30:46 +01:00
  • 80378fd40e Add storage traits docs danielsanchezq 2022-11-17 13:19:34 +01:00
  • a624be0184 Refactor serialization scheme danielsanchezq 2022-11-17 10:10:35 +01:00
  • c7685a8f63 Remove sled for now danielsanchezq 2022-11-15 17:02:17 +01:00
  • b4718fb5f3 Refactor mock backend and use HashMap danielsanchezq 2022-11-15 16:49:37 +01:00
  • 4eb0964c15 Simplify StorageBackend trait danielsanchezq 2022-11-15 16:49:20 +01:00
  • 760e5d715b Add channel for auto-converting types on channel replies danielsanchezq 2022-11-15 16:22:34 +01:00
  • b2de810ee6 Implement mock storage danielsanchezq 2022-11-15 10:40:22 +01:00
  • 236284ddc0 Missing logging todo danielsanchezq 2022-11-14 17:05:04 +01:00
  • 12624a98e9 Refactor error reporting danielsanchezq 2022-11-14 16:56:14 +01:00
  • 5e4ed9f433 Add sled module danielsanchezq 2022-11-14 16:33:27 +01:00
  • 8d5a9f2aeb Implement running StorageService danielsanchezq 2022-11-14 16:33:15 +01:00
  • 69ac85b5e8 Pipe skeleton for StorageService danielsanchezq 2022-11-14 13:46:49 +01:00
  • 02f1d86df9 Added storage main files and trait danielsanchezq 2022-11-04 17:45:15 +01:00
  • 0fcfd92a55
    Initial network service (#2) Giacomo Pasini 2022-11-03 14:28:37 +01:00
  • e981a854e9
    [style] unpack inbound relay Giacomo Pasini 2022-11-02 12:16:58 +01:00
  • 1aaf2cd8f7
    initial network service Giacomo Pasini 2022-10-26 18:10:44 +02:00
  • e9857d979b
    Initial commit Daniel Sanchez 2022-10-25 13:40:24 +02:00