Skip to content

Remove dead SorobanTraceLayer (fixes #240) - #264

Merged
elizabetheonoja-art merged 1 commit into
Utility-Protocol:mainfrom
Martins0152:chore/remove-dead-soroban-trace-layer-240
Aug 29, 2026
Merged

Remove dead SorobanTraceLayer (fixes #240)#264
elizabetheonoja-art merged 1 commit into
Utility-Protocol:mainfrom
Martins0152:chore/remove-dead-soroban-trace-layer-240

Conversation

@Martins0152

@Martins0152 Martins0152 commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

src/tracing/lib.rs was never declared in src/tracing/mod.rs, so it was never compiled into the crate unreachable, not just unused. It was an incomplete first attempt at Soroban trace-context injection (its own comment called it a placeholder).

src/tracing/lib.rs was never declared in src/tracing/mod.rs, so it was
never compiled into the crate — unreachable, not just unused. It was an
incomplete first attempt at Soroban trace-context injection (its own
comment called it a placeholder). That problem is already solved by the
mechanism that actually shipped: soroban_propagator::inject_context,
called from blockchain/soroban/client.rs, with context recovered
on-chain by SorobanEventPoller. Distributed tracing itself (issue Utility-Protocol#240)
was implemented under Utility-Protocol#108/PR Utility-Protocol#210, with correlation-ID propagation
following 9 days before this audit. See NOTES.md for the full audit.
@elizabetheonoja-art
elizabetheonoja-art merged commit 00e4c1f into Utility-Protocol:main Aug 29, 2026
3 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants