You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make Parity TraceResults output optional (#1102)
* Update parity.rs Bytes to Option<Bytes>
That will resolve the issue when the RPC server returns "output": null, as Nethermind does.
* Use null_as_default for handling null output and added test
0 commit comments