1
0
mirror of synced 2025-02-23 04:58:16 +00:00

Commit Graph

  • fdeb90d156 Use hash for Tx danielsanchezq 2023-01-25 11:04:44 +01:00
  • 64adbd285c optimize mock stuff al8n 2023-01-25 15:54:48 +08:00
  • cc99a9638d mock mempool al8n 2023-01-24 23:25:14 +08:00
  • 6ec76d4cd6 Merge branch 'mock-network' into mempool-mock-network al8n 2023-01-24 23:17:15 +08:00
  • b1ab3aeb66 add subscribe processor al8n 2023-01-24 23:16:51 +08:00
  • e60b8dd93e WIP: mock mempool adapter al8n 2023-01-24 22:57:15 +08:00
  • cdea99dda7 Add tx bridge to http config danielsanchezq 2023-01-24 14:51:39 +01:00
  • 37e3b8e7ae Create add tx http bridge danielsanchezq 2023-01-24 14:50:45 +01:00
  • ed38b650c7 Use mock Tx wrapper over a string danielsanchezq 2023-01-24 14:50:32 +01:00
  • fa7cdeee8f Added waku info bridge to node danielsanchezq 2023-01-24 13:50:07 +01:00
  • f78354bb1f Add waku network info bridge danielsanchezq 2023-01-24 13:46:38 +01:00
  • 2711c233cb Add wakuinfo to waku network service danielsanchezq 2023-01-24 10:18:44 +01:00
  • 1fe1846d36 send messages periodically al8n 2023-01-24 15:04:53 +08:00
  • 02d5f18aed send predefined message al8n 2023-01-24 14:43:09 +08:00
  • 44a8d6c78d Pipe in mempool_metric bridge danielsanchezq 2023-01-23 17:28:06 +01:00
  • 5afc30319f Added mempool metrics bridge danielsanchezq 2023-01-23 14:26:34 +01:00
  • 964c0c1a79 Remove metrics from node danielsanchezq 2023-01-23 13:56:26 +01:00
  • c66bc23c8f Credentials for codecov Augustinas Bacvinka 2022-12-20 19:46:41 +02:00
  • 847773ba70 Codecov badge in readme Augustinas Bacvinka 2022-12-20 19:43:08 +02:00
  • c32b02d26e Version for the docker image Augustinas Bacvinka 2022-12-20 19:37:21 +02:00
  • 1146e7d1d7 Upload step for codecov Augustinas Bacvinka 2022-12-20 19:35:57 +02:00
  • 3a566597fc Test default features in CI Augustinas Bacvinka 2022-12-19 17:28:28 +02:00
  • ad47887619 Use latest docker image for rust builds Augustinas Bacvinka 2022-12-19 17:21:16 +02:00
  • d2d59782ae Jenkinsfile cleanup Augustinas Bacvinka 2022-12-19 15:37:42 +02:00
  • 350822c5e8 Jenkinsfile syntax fixes Augustinas Bacvinka 2022-12-19 15:31:21 +02:00
  • c65d35d316 ci: docker deps for code coverage and Jenkinsfile Augustinas Bacvinka 2022-12-15 17:32:00 +02:00
  • dc16c7ee70 ci: test default features too Augustinas Bacvinka 2022-12-15 15:21:13 +02:00
  • faa510025e relax trait bounds al8n 2023-01-23 16:28:49 +08:00
  • ab8cc206a6 Merge branch 'main' into mock-network al8n 2023-01-23 12:52:19 +08:00
  • ffac35cb4c Added metrics to mempool danielsanchezq 2023-01-20 17:30:28 +01:00
  • fa53041e08 Create nodes folder Added bridges file danielsanchezq 2023-01-20 17:30:12 +01:00
  • 262df0ff33 Create nodes folder Kickstart mockpool node danielsanchezq 2023-01-20 17:06:04 +01:00
  • 915ec00b34
    Http service api (#44) gusto 2023-01-19 16:51:30 +02:00
  • 613d9ac1b2
    Add a step to run cargo build w/o features (#52) gusto 2023-01-19 16:34:35 +02:00
  • 5668fa80ca Add a step to run cargo build w/o features Gusto Bacvinka 2023-01-19 13:58:57 +02:00
  • 5bf42016cb Simplify handlers for routes with data Gusto Bacvinka 2023-01-19 12:51:17 +02:00
  • e3d9cc7754 Fix cargo build without features Gusto Bacvinka 2023-01-19 12:39:16 +02:00
  • 28600319d1
    [POC]: Http service: support add graphql handler (#47) Al Liu 2023-01-19 18:04:22 +08:00
  • 29c1fc6885 optimize example al8n 2023-01-19 17:26:36 +08:00
  • e92ca28342 add query message al8n 2023-01-19 14:13:15 +08:00
  • 4a05f58eea merge main al8n 2023-01-19 13:36:22 +08:00
  • 51c0076dce fix clippy al8n 2023-01-18 23:44:48 +08:00
  • dbef2906b5
    Autoauthor action (#51) gusto 2023-01-18 17:10:13 +02:00
  • efb1690872
    Add transaction type (#50) Giacomo Pasini 2023-01-18 15:02:58 +01:00
  • 46138ecf3d remove unused fn al8n 2023-01-18 21:15:47 +08:00
  • 70bd4f15db fix clippy warnings al8n 2023-01-18 21:12:54 +08:00
  • c27379da76 adapt metrics to http service al8n 2023-01-18 21:01:11 +08:00
  • 00a93f791a Autoauthor action gusto 2023-01-18 14:37:36 +02:00
  • bb4e99fe8e
    review comments Giacomo Pasini 2023-01-18 12:36:17 +01:00
  • 677d4a245c
    Mockpool (#43) Daniel Sanchez 2023-01-18 03:11:03 -08:00
  • 82635f977e Remove unnecessary bound danielsanchezq 2023-01-18 11:47:40 +01:00
  • f5a1dd5513
    Relax type bounds (#49) Giacomo Pasini 2023-01-18 11:30:37 +01:00
  • 62459a8eb2 move schema initialization to handle function al8n 2023-01-18 18:23:58 +08:00
  • 329baed121 cleanup code al8n 2023-01-18 18:09:44 +08:00
  • e04f47b9cb remove unused function al8n 2023-01-18 18:03:26 +08:00
  • a6c45ef501 add a general helper function for graphql al8n 2023-01-18 18:01:27 +08:00
  • 1888c355bf fix conflicts al8n 2023-01-18 17:45:54 +08:00
  • 1140e2e8b1 merge http-service branch al8n 2023-01-18 17:44:37 +08:00
  • 6a0f9bc8be Readme for running examples Gusto Bacvinka 2023-01-17 19:24:55 +02:00
  • cf800729f3 Use receive_batch_json for gql request parsing Gusto Bacvinka 2023-01-17 19:11:03 +02:00
  • ce0e9d7f9d
    Add transaction type Giacomo Pasini 2023-01-17 14:46:28 +01:00
  • ddb0ecbb4a fix typo al8n 2023-01-17 23:29:01 +08:00
  • 0cea3140c0 remove unused code al8n 2023-01-17 23:27:14 +08:00
  • bcf7de7abb
    Relax type bounds Giacomo Pasini 2023-01-16 12:36:02 +01:00
  • d8d447269f Fix bounds danielsanchezq 2023-01-17 12:44:20 +01:00
  • 300280735e Use linked hashmap danielsanchezq 2023-01-17 12:00:09 +01:00
  • 81f3b69757 Create a mock mempool Added placeholders for block/blockheader/blockid relations Daniel Sanchez Quiros 2023-01-10 17:15:31 +01:00
  • b23bddeff7 Use ids slices on mempool trait Daniel Sanchez Quiros 2023-01-10 11:26:32 +01:00
  • f1412b112e
    Implemented mock fountain code protocol (#45) Daniel Sanchez 2023-01-17 01:08:00 -08:00
  • bf49394b8b Pass response bytes without any modifications gusto 2023-01-17 09:57:59 +02:00
  • c1d4ac4b35 add tracing and remove comments al8n 2023-01-17 08:50:44 +08:00
  • 1cbed5bbd5 Revert "Simplify handlers for post and other data methods" Gusto Bacvinka 2023-01-17 00:31:53 +02:00
  • 96f2b1821e Simplify handlers for post and other data methods Gusto Bacvinka 2023-01-17 00:04:53 +02:00
  • 02628915e3 Parse graphql requests in handler Gusto Bacvinka 2023-01-17 00:03:43 +02:00
  • 12a9247a97 WIP: Use http post method for graphql related queries gusto 2023-01-16 17:15:05 +02:00
  • eff097e029 Graphql example file gusto 2023-01-16 16:06:16 +02:00
  • 9b4912224f Add post put and patch handlers that expect bytes as body gusto 2023-01-16 13:14:06 +02:00
  • bf4bfba863 fix clippy warnings al8n 2023-01-16 10:25:43 +08:00
  • 6b9e9d653c remove generic al8n 2023-01-16 10:19:50 +08:00
  • dbe9cd9b77 support add graphql handler al8n 2023-01-15 17:47:49 +08:00
  • d178552f3e WIP: add graphql endpoint al8n 2023-01-15 12:55:08 +08:00
  • bdf7eafdd0 Get updated copy of router when processing request gusto 2023-01-16 14:49:25 +02:00
  • 0541abe1b3
    REMOVE: patch overwatch Giacomo Pasini 2023-01-16 12:45:15 +01:00
  • 7d6bc6fd67
    Relax type bounds Giacomo Pasini 2023-01-16 12:36:02 +01:00
  • a87d685641 impl serialization for metrics data al8n 2023-01-15 12:26:01 +08:00
  • 3bf84340f4 fix lifetime bug al8n 2023-01-15 09:37:20 +08:00
  • 5f1cfd5e8b Refactor bridge builder helper and update example Daniel Sanchez Quiros 2023-01-13 17:23:40 +01:00
  • b939c7873d Start building bridge helper function Daniel Sanchez Quiros 2023-01-13 17:04:03 +01:00
  • a8b5d7817e Fully piped http bridge system Daniel Sanchez Quiros 2023-01-13 16:22:43 +01:00
  • 8e47dce9bb First stab at router service Daniel Sanchez Quiros 2023-01-13 15:29:03 +01:00
  • 9ccc52ba3e Refactored http crate layout into differential services files Daniel Sanchez Quiros 2023-01-13 15:02:31 +01:00
  • 05b804c137 Use bytes as a type for payload and response in http service Gusto Bacvinka 2023-01-13 14:16:54 +02:00
  • 8b73eac64d Fix failing tests when feature flags are not set Gusto Bacvinka 2023-01-12 18:49:09 +02:00
  • 7a36a62f01 Fix typos and remove unused code Gusto Bacvinka 2023-01-11 10:23:58 +02:00
  • e227d0e7ad remove unused clone on mutex al8n 2023-01-11 19:38:26 +13:00
  • e82e226fe8 Dummy service implementation for http example Gusto Bacvinka 2023-01-11 00:33:14 +02:00
  • e2a978aabd Axum backend shared router fixes Gusto Bacvinka 2023-01-11 00:32:46 +02:00
  • 869fb087b0 make project compile and add Error associated type al8n 2023-01-10 20:32:04 +13:00
  • 998a8b967a Http example with axum and metrics service Gusto Bacvinka 2023-01-10 01:00:37 +02:00
  • acea68fb7d Shared axum router and router modification methods Gusto Bacvinka 2023-01-10 01:00:11 +02:00