polarzero

Results 4 issues of polarzero

I would like to disable the extension "Solidity Language & Themes (only)", that is being installed with Visual Developer. Unfortunately, I can't: `Cannot disable 'Solidity Language & Themes (only)' extension...

question

## Description The specific bytes read/written during a transaction use a different amount of gas, whether they are a zero (4 gas) or any non-zero (16 gas) value. See these...

bug
EVM

## Description With some calls, depending on whether `Tevm.contract:createTransaction` is set to `true` or `false`, the returned `CallResult.executionGasUsed` and `CallResult.gasRefund` will be different. Take [this example](https://github.com/0xpolarzero/tevm-minimal-repro/blob/main/bug-createTransaction-gas/index.ts) using two instances of...

## Description `vocs/app/components/Link.js` is not exported from `vocs/components`, which makes it difficult to use links in custom tsx components, if we want them to be styled the same as in...