Skip to content

Commit

Permalink
review: update changelog and tracing macro
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasArrachea committed Mar 6, 2025
1 parent 765b816 commit 6f3712e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
- [BREAKING] Update `GetBlockInputs` RPC (#709).
- [BREAKING] `CheckNullifiersByPrefix` now takes a starting block number (#707).
- [BREAKING] Removed nullifiers from `SyncState` endpoint (#708).
- [BREAKING] Updated Rust Edition 2024 (#727).
- [BREAKING] Updated to Rust Edition 2024 (#727).
- [BREAKING] MSRV bumped to 1.85 (#727).

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion crates/utils/src/tracing/grpc.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// Creates a [`tracing::Span`] based on RPC service and method name.
macro_rules! rpc_span {
($service:expr_2021, $method:expr_2021) => {
($service:literal, $method:literal) => {
tracing::info_span!(
concat!($service, "/", $method),
rpc.service = $service,
Expand Down

0 comments on commit 6f3712e

Please sign in to comment.