bpfvv can load input from a URL by opening /bpfvv/?url=<url>
For small verifier logs, it would be very convenient to be able to urlencode the input, for example: /bpfvv/?rawInput=<base64-encoded-log> and/or /bpfvv/?compressedInput=<base64-gzipped-text>
This is of course only feasible for small logs (<2k chars), but it's an awesome feature to have.
bpfvv can load input from a URL by opening
/bpfvv/?url=<url>For small verifier logs, it would be very convenient to be able to urlencode the input, for example:
/bpfvv/?rawInput=<base64-encoded-log>and/or/bpfvv/?compressedInput=<base64-gzipped-text>This is of course only feasible for small logs (<2k chars), but it's an awesome feature to have.