paritytech / jsonrpsee

Rust JSON-RPC library on top of async/await
MIT License
645 stars 172 forks source link

fix: use error(transparent) for wrapped errors when possible #1449

Closed niklasad1 closed 2 months ago

niklasad1 commented 2 months ago

This changes the jsonrpsee's error to use transparent for wrapped errors for more idiomatic backtraces to avoid print errors etc more than once.

Close #1447