Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Cross-crate WASM-compatible logging system #4241

Open
Arjentix opened this issue Jan 29, 2024 · 0 comments
Open

[feature] Cross-crate WASM-compatible logging system #4241

Arjentix opened this issue Jan 29, 2024 · 0 comments
Labels
Enhancement New feature or request iroha2-dev The re-implementation of a BFT hyperledger in RUST

Comments

@Arjentix
Copy link
Contributor

Arjentix commented Jan 29, 2024

While I was debugging failing tests in #4181 I noticed that our current usage of tracing macros in data_model, primitives, crypto or in any other crate with multiple client types, are completely useless in WASM builds because in WASM we use our own logging sytem completely detached from tracing.

We should rewrite our WASM logging and probably implement some kind of tracing subsciber.

@Arjentix Arjentix added Enhancement New feature or request iroha2-dev The re-implementation of a BFT hyperledger in RUST labels Jan 29, 2024
@mversic mversic added this to Iroha Oct 10, 2024
@mversic mversic moved this to Backlog in Iroha Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request iroha2-dev The re-implementation of a BFT hyperledger in RUST
Projects
None yet
Development

No branches or pull requests

1 participant