Tal Vaizman

Results 5 issues of Tal Vaizman

Would love to see auto-snapshotting of the RDB file in DF. Currently I can use `SAVE/BGSAVE` but the option to configure automatic snapshotting - i.e `SAVE 60 1000` is non-existent....

enhancement
help wanted
good first issue

Currently, [metadata](https://docs.soliditylang.org/en/latest/metadata.html#encoding-of-the-metadata-hash-in-the-bytecode) appended to the EVM binary by the compiler is treated as part of the program. This creates confusion because the bytes of the metadata should not be interpreted...

Hey @jochem-brouwer @holgerd77, I encountered 2 build errors using the newest package of `@ethereumjs/evm` (1.0.0) that prevent me from deploying my `evm.codes` app to Vercel. While I am able to...

package: evm

Currently, we save the user settings in the browser's `localStorage`. These settings include: ```typescript export enum Setting { EditorCodeType = 'editor::codetype', VmChain = 'vm::chain', VmFork = 'vm::fork', } ``` We...

improvement

# Description Support for Vyper compiled contracts. # Spec We currently only have one supported compiler - solc. That means that whenever a contract is analyzed, we only look for...

enhancement