Commit Graph

  • ec9cc9a80d fix PR comments al8n 2023-01-27 14:02:07 +0800
  • fce45d986e Run clippy --fix for updated lint requirements Gusto Bacvinka 2023-01-26 22:56:05 +0200
  • b80cf16532 fix PR comments al8n 2023-01-27 01:27:25 +0800
  • e007539531
    This update fixes the default waku subscription (#54) Daniel Sanchez 2023-01-26 15:53:27 +0100
  • 5699749e14 This update fixes the default waku subscription danielsanchezq 2023-01-26 11:49:09 +0100
  • dbe36bba3c
    Mockpool node (#53) Daniel Sanchez 2023-01-25 16:24:33 +0100
  • 49ead53f8d Removed mempool metrics feature danielsanchezq 2023-01-25 15:21:11 +0100
  • df2d61a768 Id from &Tx instead of owned value danielsanchezq 2023-01-25 15:18:05 +0100
  • 5c1885a3f2 Clippy happy danielsanchezq 2023-01-25 13:52:44 +0100
  • 0e2c7d19d3 Remove pub serde mod from core transaction danielsanchezq 2023-01-25 13:31:59 +0100
  • 8eee01b686 Use addtx payload for tx danielsanchezq 2023-01-25 13:30:10 +0100
  • ba334e1fa5 Remove subscribing to default waku pubsub topic danielsanchezq 2023-01-25 12:00:38 +0100
  • 5759ab335a Added mimimal configuration example danielsanchezq 2023-01-25 11:37:15 +0100
  • 751616eeaf Fix bridges routes danielsanchezq 2023-01-25 11:35:11 +0100
  • 9d755d677c Remove tracing subscriber from binary danielsanchezq 2023-01-25 11:28:36 +0100
  • fdeb90d156 Use hash for Tx danielsanchezq 2023-01-25 11:04:44 +0100
  • 64adbd285c optimize mock stuff al8n 2023-01-25 15:54:48 +0800
  • cc99a9638d mock mempool al8n 2023-01-24 23:25:14 +0800
  • 6ec76d4cd6 Merge branch 'mock-network' into mempool-mock-network al8n 2023-01-24 23:17:15 +0800
  • b1ab3aeb66 add subscribe processor al8n 2023-01-24 23:16:51 +0800
  • e60b8dd93e WIP: mock mempool adapter al8n 2023-01-24 22:57:15 +0800
  • cdea99dda7 Add tx bridge to http config danielsanchezq 2023-01-24 14:51:39 +0100
  • 37e3b8e7ae Create add tx http bridge danielsanchezq 2023-01-24 14:50:45 +0100
  • ed38b650c7 Use mock Tx wrapper over a string danielsanchezq 2023-01-24 14:50:32 +0100
  • fa7cdeee8f Added waku info bridge to node danielsanchezq 2023-01-24 13:50:07 +0100
  • f78354bb1f Add waku network info bridge danielsanchezq 2023-01-24 13:46:38 +0100
  • 2711c233cb Add wakuinfo to waku network service danielsanchezq 2023-01-24 10:18:44 +0100
  • 1fe1846d36 send messages periodically al8n 2023-01-24 15:04:53 +0800
  • 02d5f18aed send predefined message al8n 2023-01-24 14:43:09 +0800
  • 44a8d6c78d Pipe in mempool_metric bridge danielsanchezq 2023-01-23 17:28:06 +0100
  • 5afc30319f Added mempool metrics bridge danielsanchezq 2023-01-23 14:26:34 +0100
  • 964c0c1a79 Remove metrics from node danielsanchezq 2023-01-23 13:56:26 +0100
  • c66bc23c8f Credentials for codecov Augustinas Bacvinka 2022-12-20 19:46:41 +0200
  • 847773ba70 Codecov badge in readme Augustinas Bacvinka 2022-12-20 19:43:08 +0200
  • c32b02d26e Version for the docker image Augustinas Bacvinka 2022-12-20 19:37:21 +0200
  • 1146e7d1d7 Upload step for codecov Augustinas Bacvinka 2022-12-20 19:35:57 +0200
  • 3a566597fc Test default features in CI Augustinas Bacvinka 2022-12-19 17:28:28 +0200
  • ad47887619 Use latest docker image for rust builds Augustinas Bacvinka 2022-12-19 17:21:16 +0200
  • d2d59782ae Jenkinsfile cleanup Augustinas Bacvinka 2022-12-19 15:37:42 +0200
  • 350822c5e8 Jenkinsfile syntax fixes Augustinas Bacvinka 2022-12-19 15:31:21 +0200
  • c65d35d316 ci: docker deps for code coverage and Jenkinsfile Augustinas Bacvinka 2022-12-15 17:32:00 +0200
  • dc16c7ee70 ci: test default features too Augustinas Bacvinka 2022-12-15 15:21:13 +0200
  • faa510025e relax trait bounds al8n 2023-01-23 16:28:49 +0800
  • ab8cc206a6 Merge branch 'main' into mock-network al8n 2023-01-23 12:52:19 +0800
  • ffac35cb4c Added metrics to mempool danielsanchezq 2023-01-20 17:30:28 +0100
  • fa53041e08 Create nodes folder Added bridges file danielsanchezq 2023-01-20 17:30:12 +0100
  • 262df0ff33 Create nodes folder Kickstart mockpool node danielsanchezq 2023-01-20 17:06:04 +0100
  • 915ec00b34
    Http service api (#44) gusto 2023-01-19 16:51:30 +0200
  • 613d9ac1b2
    Add a step to run cargo build w/o features (#52) gusto 2023-01-19 16:34:35 +0200
  • 5668fa80ca Add a step to run cargo build w/o features Gusto Bacvinka 2023-01-19 13:58:57 +0200
  • 5bf42016cb Simplify handlers for routes with data Gusto Bacvinka 2023-01-19 12:51:17 +0200
  • e3d9cc7754 Fix cargo build without features Gusto Bacvinka 2023-01-19 12:39:16 +0200
  • 28600319d1
    [POC]: Http service: support add graphql handler (#47) Al Liu 2023-01-19 18:04:22 +0800
  • 29c1fc6885 optimize example al8n 2023-01-19 17:26:36 +0800
  • e92ca28342 add query message al8n 2023-01-19 14:13:15 +0800
  • 4a05f58eea merge main al8n 2023-01-19 13:36:22 +0800
  • 51c0076dce fix clippy al8n 2023-01-18 23:44:48 +0800
  • dbef2906b5
    Autoauthor action (#51) gusto 2023-01-18 17:10:13 +0200
  • efb1690872
    Add transaction type (#50) Giacomo Pasini 2023-01-18 15:02:58 +0100
  • 46138ecf3d remove unused fn al8n 2023-01-18 21:15:47 +0800
  • 70bd4f15db fix clippy warnings al8n 2023-01-18 21:12:54 +0800
  • c27379da76 adapt metrics to http service al8n 2023-01-18 21:01:11 +0800
  • 00a93f791a Autoauthor action gusto 2023-01-18 14:37:36 +0200
  • bb4e99fe8e
    review comments Giacomo Pasini 2023-01-18 12:36:17 +0100
  • 677d4a245c
    Mockpool (#43) Daniel Sanchez 2023-01-18 03:11:03 -0800
  • 82635f977e Remove unnecessary bound danielsanchezq 2023-01-18 11:47:40 +0100
  • f5a1dd5513
    Relax type bounds (#49) Giacomo Pasini 2023-01-18 11:30:37 +0100
  • 62459a8eb2 move schema initialization to handle function al8n 2023-01-18 18:23:58 +0800
  • 329baed121 cleanup code al8n 2023-01-18 18:09:44 +0800
  • e04f47b9cb remove unused function al8n 2023-01-18 18:03:26 +0800
  • a6c45ef501 add a general helper function for graphql al8n 2023-01-18 18:01:27 +0800
  • 1888c355bf fix conflicts al8n 2023-01-18 17:45:54 +0800
  • 1140e2e8b1 merge http-service branch al8n 2023-01-18 17:44:37 +0800
  • 6a0f9bc8be Readme for running examples Gusto Bacvinka 2023-01-17 19:24:55 +0200
  • cf800729f3 Use receive_batch_json for gql request parsing Gusto Bacvinka 2023-01-17 19:11:03 +0200
  • ce0e9d7f9d
    Add transaction type Giacomo Pasini 2023-01-17 14:46:28 +0100
  • ddb0ecbb4a fix typo al8n 2023-01-17 23:29:01 +0800
  • 0cea3140c0 remove unused code al8n 2023-01-17 23:27:14 +0800
  • bcf7de7abb
    Relax type bounds Giacomo Pasini 2023-01-16 12:36:02 +0100
  • d8d447269f Fix bounds danielsanchezq 2023-01-17 12:44:20 +0100
  • 300280735e Use linked hashmap danielsanchezq 2023-01-17 12:00:09 +0100
  • 81f3b69757 Create a mock mempool Added placeholders for block/blockheader/blockid relations Daniel Sanchez Quiros 2023-01-10 17:15:31 +0100
  • b23bddeff7 Use ids slices on mempool trait Daniel Sanchez Quiros 2023-01-10 11:26:32 +0100
  • f1412b112e
    Implemented mock fountain code protocol (#45) Daniel Sanchez 2023-01-17 01:08:00 -0800
  • bf49394b8b Pass response bytes without any modifications gusto 2023-01-17 09:57:59 +0200
  • c1d4ac4b35 add tracing and remove comments al8n 2023-01-17 08:50:44 +0800
  • 1cbed5bbd5 Revert "Simplify handlers for post and other data methods" Gusto Bacvinka 2023-01-17 00:31:53 +0200
  • 96f2b1821e Simplify handlers for post and other data methods Gusto Bacvinka 2023-01-17 00:04:53 +0200
  • 02628915e3 Parse graphql requests in handler Gusto Bacvinka 2023-01-17 00:03:43 +0200
  • 12a9247a97 WIP: Use http post method for graphql related queries gusto 2023-01-16 17:15:05 +0200
  • eff097e029 Graphql example file gusto 2023-01-16 16:06:16 +0200
  • 9b4912224f Add post put and patch handlers that expect bytes as body gusto 2023-01-16 13:14:06 +0200
  • bf4bfba863 fix clippy warnings al8n 2023-01-16 10:25:43 +0800
  • 6b9e9d653c remove generic al8n 2023-01-16 10:19:50 +0800
  • dbe9cd9b77 support add graphql handler al8n 2023-01-15 17:47:49 +0800
  • d178552f3e WIP: add graphql endpoint al8n 2023-01-15 12:55:08 +0800
  • bdf7eafdd0 Get updated copy of router when processing request gusto 2023-01-16 14:49:25 +0200
  • 0541abe1b3
    REMOVE: patch overwatch Giacomo Pasini 2023-01-16 12:45:15 +0100
  • 7d6bc6fd67
    Relax type bounds Giacomo Pasini 2023-01-16 12:36:02 +0100
  • a87d685641 impl serialization for metrics data al8n 2023-01-15 12:26:01 +0800