Commit Graph

  • a84ec82986 Merge branch 'nodeid-wrapper' into blockid-wrapper al8n 2023-07-07 15:52:41 +0800
  • 216a73f767 add simulation feature al8n 2023-07-07 15:52:29 +0800
  • c874644c9d Merge branch 'blockid-wrapper' into view-wrapper al8n 2023-07-07 15:46:50 +0800
  • 6209d07f57 Merge branch 'nodeid-wrapper' into blockid-wrapper al8n 2023-07-07 15:46:32 +0800
  • 5289933bca Merge branch 'committee-wrapper' into nodeid-wrapper al8n 2023-07-07 15:45:39 +0800
  • d1cf416b67 merge al8n 2023-07-07 15:44:38 +0800
  • 95bfd24f6d
    Finish `CommitteeId` wrapper (#249) Al Liu 2023-07-07 15:38:28 +0800
  • 59016606dd Merge branch 'blockid-wrapper' into view-wrapper al8n 2023-07-07 15:27:58 +0800
  • aeae57c7eb feature gate methods al8n 2023-07-07 15:27:45 +0800
  • 1761c852b6 Merge branch 'nodeid-wrapper' into blockid-wrapper al8n 2023-07-07 15:26:58 +0800
  • 7e574fbae0 feature gate methods al8n 2023-07-07 15:26:45 +0800
  • b2a24facd7 fix CI al8n 2023-07-07 15:19:47 +0800
  • 3352a8c009 Merge branch 'blockid-wrapper' into view-wrapper al8n 2023-07-07 15:17:20 +0800
  • 9c562506b4 Merge branch 'nodeid-wrapper' into blockid-wrapper al8n 2023-07-07 15:17:03 +0800
  • e0d17306ea fix PR comments al8n 2023-07-07 15:16:19 +0800
  • 3cbbf1f821 Merge branch 'committeeid-wrapper' into nodeid-wrapper al8n 2023-07-07 15:14:44 +0800
  • cdf81fd91e fix PR comments al8n 2023-07-07 15:14:19 +0800
  • 992872bccc Merge branch 'committeeid-wrapper' into committee-wrapper al8n 2023-07-07 15:04:50 +0800
  • 4da3d66f59 Simplify child committees method danielsanchezq 2023-07-07 07:29:49 +0200
  • 2ee1804295 finish View wrapper al8n 2023-07-07 10:58:22 +0800
  • ce2808a959 finish BlockId wrapper al8n 2023-07-07 00:42:39 +0800
  • 45d3e59d45 add NodeId wrapper al8n 2023-07-07 00:30:32 +0800
  • a81334ce1f add Committee wrapper al8n 2023-07-06 23:57:45 +0800
  • 1ab32e26eb cleanup and add comment al8n 2023-07-06 23:10:50 +0800
  • 7dc539f851 use correct way to get committe id by member id al8n 2023-07-06 22:29:06 +0800
  • 9e1dac9acb remove unused convert al8n 2023-07-06 22:22:19 +0800
  • c48b413e46 rewrite committee id logic al8n 2023-07-06 22:21:03 +0800
  • f64bd2776d Committee type wrapper al8n 2023-07-06 22:03:05 +0800
  • ef27e43f82 CommitteeId type wrapper al8n 2023-07-06 21:55:43 +0800
  • 37076aaeeb
    Nightly tests (#240) gusto 2023-07-06 16:30:43 +0300
  • acb2ee19a2 Cleanup jenkinsfiles and add verbosity Gusto 2023-07-06 16:09:14 +0300
  • cfa57ff331 Remove unused iterations variable Gusto 2023-07-06 15:52:55 +0300
  • 8d0360ab3c
    fix(fuzz): fix precondition for receive_timeout_qc (#248) Youngjoon Lee 2023-07-06 21:14:26 +0900
  • 62358ed697 fix(fuzz): fix precondition for receive_timeout_qc Youngjoon Lee 2023-07-06 20:46:10 +0900
  • c5bfdadcd7 Groovy script fixes Gusto 2023-07-06 14:18:41 +0300
  • ec4c32b2f1 Extract discordnotify and params Gusto 2023-07-06 13:39:11 +0300
  • 292a2cddd1 Increase nightly tests runtime Gusto 2023-07-05 23:40:08 +0300
  • e2e0c7a722 type wrappers al8n 2023-07-06 17:13:58 +0800
  • e0d42d5456 Nightly notifications Gusto 2023-07-04 14:32:31 +0300
  • 7e18588c8d Publish discovered regression cases as a PR Gusto 2023-06-29 13:54:55 +0300
  • 1b7b1c2230 Nightly notifications Gusto 2023-07-04 14:32:31 +0300
  • 3607ce7627
    Unhappy path fixes (#245) Giacomo Pasini 2023-07-05 15:30:57 +0200
  • d1221c32b1
    clippy happy Giacomo Pasini 2023-07-05 15:10:03 +0200
  • bffad41ece
    Add debug logs Giacomo Pasini 2023-07-05 13:07:16 +0200
  • 4cf194bc53
    Add timeout tally Giacomo Pasini 2023-07-05 13:05:08 +0200
  • 28232787aa
    Fix filtering condition for unhappy path tally Giacomo Pasini 2023-07-05 12:42:23 +0200
  • 41d906822c
    Fix new view topic name Giacomo Pasini 2023-07-05 12:41:28 +0200
  • 81819501a8
    Fix timeout_qc filtering condition Giacomo Pasini 2023-07-05 12:40:21 +0200
  • d0e46ef89f
    Ensure consistent committee hash Giacomo Pasini 2023-07-05 12:39:30 +0200
  • a7bb130c5e
    Endless timeouts Giacomo Pasini 2023-07-05 12:38:13 +0200
  • ef03f4f84a
    Add unhappy path handlers for first view Giacomo Pasini 2023-07-05 12:33:13 +0200
  • d0c6df23fc
    Implement Rust version tree overlay (#238) Al Liu 2023-07-05 17:28:22 +0800
  • e4d32b187b fix PR comments al8n 2023-07-05 17:04:45 +0800
  • 0433dc5368 fix PR comments al8n 2023-07-05 17:03:45 +0800
  • d9bce3ebe8 add comments Youngjoon Lee 2023-07-05 17:58:15 +0900
  • 39e9a00e28 cleanup tests al8n 2023-07-05 16:25:22 +0800
  • 43bf0b2716 rename CommandSender to CommandResultSender Youngjoon Lee 2023-07-05 17:19:50 +0900
  • 2d2db416c4 fix PR comments al8n 2023-07-05 16:13:23 +0800
  • 7e5d5d0a37 fix PR comments al8n 2023-07-05 12:31:26 +0800
  • 15fe940a63 fix PR comments al8n 2023-07-05 12:13:10 +0800
  • ad9c904f1c fix PR comments al8n 2023-07-05 11:53:53 +0800
  • e04ec0dc82 Merge branch 'master' into tree-overlay al8n 2023-07-05 11:12:19 +0800
  • 8cbdbca700 disable authn / msg signing to start from a clean slate Youngjoon Lee 2023-07-05 00:16:42 +0900
  • fb1b8a1850 const timeout Youngjoon Lee 2023-07-04 23:41:05 +0900
  • ccd0110c44 rename send_command to execute_command Youngjoon Lee 2023-07-04 23:28:52 +0900
  • f81d913f2f use next() instead of select_next_some() Youngjoon Lee 2023-07-04 23:21:49 +0900
  • 6609a56cd4 clippy Youngjoon Lee 2023-07-04 23:05:55 +0900
  • 90cf29bf86
    Better tests (#232) Giacomo Pasini 2023-07-04 11:39:28 +0200
  • 4b676ecb56 remove gossipsub_message_id_fn Youngjoon Lee 2023-07-04 18:34:04 +0900
  • 5199ee12e9
    fix: add a guard on the view for LeaderProof validation (#233) Youngjoon Lee 2023-07-04 18:31:33 +0900
  • f6ba7e4c2a feat: add nomos-libp2p crate Youngjoon Lee 2023-07-04 11:23:07 +0900
  • 18eb846856 Merge branch 'master' into leader_check_view Youngjoon Lee 2023-07-03 23:11:00 +0900
  • d0c44b11dd finish tree overlay al8n 2023-07-03 20:46:39 +0800
  • 346d4a25b1 use tokio runtime managed by Overwatch Youngjoon Lee 2023-07-03 21:02:33 +0900
  • 96173a3ae0 enhance test with multiple nodes Youngjoon Lee 2023-07-03 20:01:27 +0900
  • a77e8149d8 tree overlay al8n 2023-07-03 16:59:15 +0800
  • 105c48cc1e feat: add libp2p network backend skeleton Youngjoon Lee 2023-07-03 15:22:11 +0900
  • 27819ecfd9
    fmt Giacomo Pasini 2023-06-28 17:35:03 +0200
  • 98aa138b87
    feat: enforce TimeoutQc to be constructed only by new() (#229) Youngjoon Lee 2023-06-28 23:37:27 +0900
  • e3a6564a8b Merge branch 'master' into timeout-qc-constructor Youngjoon Lee 2023-06-28 23:32:36 +0900
  • 224a3a53f5
    fix tally_by condition (#234) Al Liu 2023-06-28 17:56:16 +0800
  • f16b693703 fix tally_by condition al8n 2023-06-28 17:40:12 +0800
  • 5075a73222
    Merge branch 'master' into leader_check_view Youngjoon Lee 2023-06-28 18:25:22 +0900
  • babdcdadc3 fix Youngjoon Lee 2023-06-28 18:22:22 +0900
  • 4a80690c1f
    Add a cli arg to support redirect log (#230) Al Liu 2023-06-28 17:10:19 +0800
  • 1ae532ff96 rename log_file to log_to al8n 2023-06-28 17:04:53 +0800
  • f9d659b6af fix: add a guard on the view for LeaderProof validation Youngjoon Lee 2023-06-27 22:01:09 +0900
  • 6b266ab6ff
    use fraction instead of tuple Giacomo Pasini 2023-06-27 18:20:32 +0200
  • 8956a3547b
    fix: remove `Qc.parent_view()` that has a bug (#223) Youngjoon Lee 2023-06-27 23:56:36 +0900
  • 6fa3e3dfee
    Merge branch 'master' into fix-qc-parent-view Youngjoon Lee 2023-06-27 23:40:18 +0900
  • dfe9a7578c
    fix tests Giacomo Pasini 2023-06-27 16:29:22 +0200
  • b884e1ceca
    Fix waku backend (#231) Giacomo Pasini 2023-06-27 16:29:01 +0200
  • b6754cc2b9
    fmt Giacomo Pasini 2023-06-27 16:21:06 +0200
  • 7b04a02607
    Increase number of test nodes to 10 Giacomo Pasini 2023-06-27 13:03:08 +0200
  • 0b968604b7
    Save logs to file in case of failure Giacomo Pasini 2023-06-27 13:02:27 +0200
  • f53cd844e4
    add a way to configure overlay threshold Giacomo Pasini 2023-06-27 12:53:47 +0200
  • 406a0ac3a7 remove explict type al8n 2023-06-27 22:13:12 +0800
  • 1fa5817d24 cleanup al8n 2023-06-27 22:10:33 +0800
  • 27e3fb08de
    Add initial network wait Giacomo Pasini 2023-06-27 12:59:03 +0200
  • 4d7dd4a1ab
    Wait for waku db spurious delays Giacomo Pasini 2023-06-27 12:57:37 +0200