kustrun

Results 3 issues of kustrun

Could you please add support for passing BLOB instead of URL of a file? PDFjs already supports this (https://mozilla.github.io/pdf.js/examples/ look under _Hello World using base64 encoded PDF_ section).

**Description** Previously, `l.totalcost` was calculated incorrectly. The transaction `cost` was added twice, and the `l1Cost` was left out. This PR fixes the sum calculation so that it is correctly calculated...

Ref: https://github.com/paradigmxyz/revm-inspectors/issues/58 ## Motivation Currently `muxTracer` supports only built-in tracers. It should also support `JS tracers`. ## PR Checklist - [x] Added Tests - [x] Added Documentation - [x] Breaking...

blocked