Commit Graph

  • 3f20a002cb
    Merge ec62fd59e0 into 9001b44079 Roman Zajic 2024-12-21 21:54:32 +0530
  • 997fddb942 Rebuild node containers testnet Gusto 2024-12-21 10:33:06 +0200
  • 177e76e1af
    Merge f5b0fc3556 into 9001b44079 Youngjoon Lee 2024-12-20 20:36:48 +0900
  • 9001b44079
    test(blend): add MockBlendMessage::payload function to get payload without unpacking (#967) master Youngjoon Lee 2024-12-20 20:36:34 +0900
  • 5c75c92ff7 tmp: container hostname Gusto 2024-12-20 13:35:20 +0200
  • 0b3b298e4c
    chore(encoder): Replace ad-hoc DaBlob iterations (#966) Álex 2024-12-20 12:19:06 +0100
  • aaa82f61e0
    Merge branch 'master' into blend-mock-msg-payload Youngjoon Lee 2024-12-20 20:03:56 +0900
  • dfb09e8168 Predefined dashboard for testnet metrics Gusto 2024-12-09 16:39:23 +0200
  • 38dad64aae Pin prometheus version for otlp functionality Gusto 2024-12-20 12:54:04 +0200
  • 7550c2970b Use metrics endpoint from the cfgsync params Gusto 2024-11-13 06:25:56 +0200
  • 2b0bc49457 Same config for testnet and local dev environment tracing-set-parent-id Gusto 2024-12-20 12:47:16 +0200
  • fc507e010c Bind traces to log entries Gusto 2024-12-20 12:53:04 +0200
  • 598509a637 Set parent trace id from blob id Gusto 2024-12-16 16:06:03 +0200
  • d8e8ee5b6e Replace ad-hoc iterations on encoded data with into_inter. Alejandro Cabeza Romero 2024-12-19 19:20:04 +0100
  • 1260230898
    feature(wire): Wrap errors (#950) Álex 2024-12-19 19:11:21 +0100
  • 739df1737a
    feature(encoder): Implement Iterator over DaBlob for EncodedData (#952) Álex 2024-12-19 18:40:18 +0100
  • f0bff21cc6 Improve test naming. Alejandro Cabeza Romero 2024-12-19 18:07:35 +0100
  • a3bf36d787 Update missing error handling on othercrates. Alejandro Cabeza Romero 2024-12-19 14:21:31 +0100
  • 3f3b2518cd Refactor wire into a standalone module. Alejandro Cabeza Romero 2024-12-19 13:28:20 +0100
  • 38e79e13ef Replace blob_id generation. Alejandro Cabeza Romero 2024-12-18 16:47:00 +0100
  • a4137233e8 Wrap wire errors. Alejandro Cabeza Romero 2024-12-18 13:31:05 +0100
  • 8f79bafe55
    refactor(tests): Gather utilities (#951) Álex 2024-12-19 18:09:21 +0100
  • 83539a075a
    chore(dependencies): Update overwatch dependencies to enable instrument gating. (#965) Álex 2024-12-19 18:08:39 +0100
  • 4b4a78c442 Update overwatch dependencies to enable instrument gating. Alejandro Cabeza Romero 2024-12-19 17:10:10 +0100
  • 615952be5a
    test(blend): add MockBlendMessage::payload function to get payload without unpacking Youngjoon Lee 2024-12-19 14:57:50 +0900
  • ee173a5006 Remove constructor. Alejandro Cabeza Romero 2024-12-19 15:36:59 +0100
  • cc189b7824 Move testutils crate into feature. Alejandro Cabeza Romero 2024-12-19 14:59:02 +0100
  • eac9964417 Remove iterator state from EncodedData. Alejandro Cabeza Romero 2024-12-19 12:35:33 +0100
  • edf1530e2f
    fix(blend): correctly check the last layer in `MockBlendMessage` (#957) Youngjoon Lee 2024-12-19 17:15:05 +0900
  • 9569c665e4
    clippy happy Youngjoon Lee 2024-12-19 12:16:24 +0900
  • 03f3cc6eb0
    fix(blend): correctly check the last layer in `MockBlendMessage` Youngjoon Lee 2024-12-19 11:31:30 +0900
  • e7874bb42a Implement Iterator over DaBlob for EncodedData Alejandro Cabeza Romero 2024-12-18 18:43:38 +0100
  • fecdf5bc69 Move dablob test utils to crate. Alejandro Cabeza Romero 2024-12-18 15:16:13 +0100
  • 044fd4c8ee
    refactor: Replace remaining bincode calls with wire. (#946) Álex 2024-12-18 17:37:41 +0100
  • da245dcc8b Remove call to bincode. Alejandro Cabeza Romero 2024-12-18 17:00:29 +0100
  • 60e07ce351 Remove bincode dependencies. Alejandro Cabeza Romero 2024-12-17 11:22:17 +0100
  • ff3f0331bd Replace remaining bincode calls with wire. Alejandro Cabeza Romero 2024-12-17 11:06:14 +0100
  • d5d87b094c
    feature(da): Rust-based protobuf-like protocol (#945) Álex 2024-12-18 15:46:07 +0100
  • c4a83acb21 Replace old pack calls with pack_to_writer. Alejandro Cabeza Romero 2024-12-18 12:31:35 +0100
  • 7f06bf291c Apply PR suggestions. Alejandro Cabeza Romero 2024-12-17 18:29:29 +0100
  • b5d5560fef
    Remove extra line break. Alejandro Cabeza Romero 2024-12-16 16:04:32 +0100
  • e4b2f56d55
    Replace protobuf with custom implementation. Alejandro Cabeza Romero 2024-12-16 15:57:47 +0100
  • 48a306eb30 Predefined dashboard for testnet metrics. testnet-configurable-metrics Gusto 2024-12-09 16:39:23 +0200
  • 27a4340488
    Restore pack and unpack methods. Derive Eq and PartialEq on messages. Alejandro Cabeza Romero 2024-12-13 13:22:14 +0100
  • a20090c3df
    wip Alejandro Cabeza Romero 2024-12-12 18:47:52 +0100
  • d4227a9994
    Refactor protobuf spec into Rust. WIP: Need to replace usages. Alejandro Cabeza Romero 2024-12-12 18:12:53 +0100
  • 84e057d60a
    Merge branch 'master' into chore-cluster-tests chore-cluster-tests Roman Zajic 2024-12-12 19:45:45 +0800
  • 7955fabd0d
    fix: formatting Roman 2024-12-12 19:38:30 +0800
  • f247140f9b
    chore: basic traits for test case, cluster, node Roman 2024-12-12 19:33:53 +0800
  • 0e273c3f44
    ci(pre-commit): config and docs (#942) Álex 2024-12-12 12:13:24 +0100
  • 8a9ee5e37f
    Merge branch 'master' into chore-cluster-tests Roman Zajic 2024-12-12 18:42:53 +0800
  • 0ce53e7267
    refactor(blend): rename `mix` to `blend` (#938) Youngjoon Lee 2024-12-12 12:05:56 +0900
  • f768b9980c
    cargo fmt Youngjoon Lee 2024-12-09 21:11:00 +0900
  • 7c930280c7
    refactor(blend): rename `mix` to `blend` Youngjoon Lee 2024-12-09 17:49:23 +0900
  • c5e72b5956
    Add pre-commit config. Include a CONTRIBUTING guide with pre-commit docs. Alejandro Cabeza Romero 2024-12-11 22:05:05 +0100
  • 9a16b724d5
    Implement StorageBackend for SurrealDB poc/surrealdb Alejandro Cabeza Romero 2024-12-11 19:49:08 +0100
  • 72797e633d
    feature(tracing): Bandwidth on Mixnet (#933) Álex 2024-12-11 17:44:22 +0100
  • ed4f2da00b
    Remove unused import. Alejandro Cabeza Romero 2024-12-11 16:59:27 +0100
  • 3b636d0322
    Fix rebase issue. Alejandro Cabeza Romero 2024-12-11 16:46:51 +0100
  • 4f0d71d253 Pin prometheus version for otlp functionality Gusto 2024-12-09 16:39:00 +0200
  • 9266aba2a5 Use metrics endpoint from the cfgsync params Gusto 2024-11-13 06:25:56 +0200
  • 25d92390fa
    feature(tracing): Bandwidth on Consensus (#934) Álex 2024-12-11 16:40:39 +0100
  • 3f77d4438d
    Add metrics comment. Alejandro Cabeza Romero 2024-12-09 17:09:37 +0100
  • 9a31d795f7
    Remove unneeded deps. Alejandro Cabeza Romero 2024-12-05 18:20:24 +0100
  • f3f69c031d
    Refactor explicit counters to use tracing macros. Alejandro Cabeza Romero 2024-12-05 18:18:10 +0100
  • 120348a7e8
    Styling fixes. Alejandro Cabeza Romero 2024-12-05 15:04:02 +0100
  • 1766657608
    Add tracing at mix service level. Alejandro Cabeza Romero 2024-12-05 10:54:59 +0100
  • d4b413d0e3
    Store tracing instruments to attributes. Alejandro Cabeza Romero 2024-12-05 10:54:42 +0100
  • 59185ce876
    Add metrics for nomos-mix/network/handler. Alejandro Cabeza Romero 2024-12-04 16:41:29 +0100
  • b29a230820
    Add opentelemetry dependency. Alejandro Cabeza Romero 2024-12-04 16:40:51 +0100
  • 72535e83b5
    feature(tracing): bandwith on DA (#931) Álex 2024-12-11 16:34:06 +0100
  • 7297c840ee
    Merge 7702774bea into 8c3c4c1bfb Roman Zajic 2024-12-10 13:12:37 +0800
  • d8834eb9a7
    Merge branch 'master' into chore-cluster-tests Roman Zajic 2024-12-10 09:14:48 +0800
  • 9e4abcd528
    Implement pull request suggestions. Alejandro Cabeza Romero 2024-12-09 19:30:17 +0100
  • b9ae1ece7d
    Move metrics' values to constants. Alejandro Cabeza Romero 2024-12-09 17:10:17 +0100
  • d019478721
    Refactor explicit metrics to use tracing macros. Alejandro Cabeza Romero 2024-12-05 18:52:57 +0100
  • 2bfd248351
    Move counters to attributes. Alejandro Cabeza Romero 2024-12-04 22:31:55 +0100
  • fda1c5450d
    Remove unused imports. Alejandro Cabeza Romero 2024-12-04 14:19:23 +0100
  • 4199f47051
    Add bandwith tracing for DA events. Alejandro Cabeza Romero 2024-12-03 23:54:18 +0100
  • 4dc9ba4ea3
    Add opentelemetry dependency. Alejandro Cabeza Romero 2024-12-03 23:47:50 +0100
  • 8c3c4c1bfb
    fix: Apply Nomos library code review recommendations (#898) Roman Zajic 2024-12-09 22:27:15 +0800
  • 3ca1d9531b
    Update benchmark parameters for rs-decode. (#930) Álex 2024-12-09 14:55:46 +0100
  • 4d7c66db20
    fix: cleanup - check for minimal domain size - check for hiding bound - randomness added Roman 2024-12-09 21:43:09 +0800
  • d8171d72ca
    Merge branch 'master' into fix-kzg-review-proposal Roman Zajic 2024-12-09 21:29:20 +0800
  • 51d8029048
    use humantime_serde mix-conn-monitor-sim Youngjoon Lee 2024-12-06 13:21:56 +0900
  • d385e9f855
    Mix: Make Address generic for Membership Youngjoon Lee 2024-12-06 01:56:11 +0900
  • a58498cab8
    refactor for simulations Youngjoon Lee 2024-12-05 16:32:09 +0900
  • 4a5c91a1e3
    Merge branch 'master' into chore-cluster-tests Roman Zajic 2024-12-09 15:53:23 +0800
  • 7702774bea
    Merge branch 'master' into chore-test-data-availability-integrity chore-test-data-availability-integrity Roman Zajic 2024-12-09 15:53:19 +0800
  • 59726d0cc3
    Mix: Add connection maintenance (#928) Youngjoon Lee 2024-12-09 16:31:40 +0900
  • b9345e0bc1
    use fixed for paramters, instead of f32 Youngjoon Lee 2024-12-09 14:55:28 +0900
  • 8065685e35
    fix: formatting Roman 2024-12-06 22:29:26 +0800
  • f7465746f0
    chore: log config Roman 2024-12-06 22:22:42 +0800
  • b24386503b chore: fix some typos in comment goodactive 2024-12-06 21:18:41 +0800
  • 74a2b2d5d2
    Refactor explicit tracing into tracing macros. Alejandro Cabeza Romero 2024-12-05 18:31:52 +0100
  • e37ff551d7
    Remove truncation. Alejandro Cabeza Romero 2024-12-05 15:07:58 +0100
  • c9a47607c2
    Styling fixes. Alejandro Cabeza Romero 2024-12-05 15:05:30 +0100
  • 0e923e562c
    Add received block tracing at consensus level. Alejandro Cabeza Romero 2024-12-05 14:49:41 +0100
  • d67b5c5a09
    Add reconstruct bench (#932) Daniel Sanchez 2024-12-05 10:32:27 +0100
  • 8f41e76402 Add reconstruct bench Daniel Sanchez Quiros 2024-12-05 07:31:20 +0100