Skip to content

Commit ebef215

Browse files
feat(block-producer): instrument block building (#675)
1 parent 03622e7 commit ebef215

File tree

12 files changed

+316
-130
lines changed

12 files changed

+316
-130
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
- Add an optional open-telemetry trace exporter (#659).
1212
- Support tracing across gRPC boundaries using remote tracing context (#669).
13+
- Instrument the block-producer's block building process (#676).
1314

1415
### Changes
1516

Cargo.lock

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/block-producer/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ tracing-forest = ["miden-node-utils/tracing-forest"]
1919

2020
[dependencies]
2121
async-trait = { version = "0.1" }
22+
futures = { version = "0.3" }
2223
itertools = { workspace = true }
2324
miden-lib = { workspace = true }
2425
miden-node-proto = { workspace = true }

0 commit comments

Comments
 (0)