acolytec3
acolytec3
I'm not sure why the karma tests are failing but will look at that once I get some comprehensive tests.
I'm going to pause work on this. We now have a reasonably complete proof of concept where a user can leverage any `ethers.jsonRpcProvider` to source data and run at least...
Alright all, I think this is ready for a semi-final round of review. I'd like for folks to build and run it locally and see if you're satisfied with what...
Alright team, this one is now ready for a first/final round of review. It does the following: 1) Fixes the `fromRpc` methods and test data in `block` to work with...
I think this is ready for final review and/or merging at this point. I made some last edits to the readme to note the gotchas related to slot deletions/account self-destruct....
It was originally in `block.spec.ts`, here - https://github.com/ethereumjs/ethereumjs-monorepo/blob/v5-maintenance/packages/block/test/block.spec.ts#L500
I think I might pick this up. Not 100% sure what to do with all of the write/put methods since you can't directly update accounts or storage from `ethers` but...
[This repo](https://github.com/crate-crypto/rust-verkle-wasm) compiles the verkle verifier to WASM for use in our integration.
> 1. I have a branch somewhere that swapped out the hashing functions to use https://github.com/bcoin-org/bcrypto which was a lot faster than noble because it uses native C functions. Will...
The VM definitely has to work in browser. This is only one notably example but the Remix browser-based IDE uses the VM and we need to be able to support...