Rohit Narurkar

Results 18 comments of Rohit Narurkar

Hi @xJonathanLEI if you're able to build the `solc` binary for the Android target, happy to support Android in `svm-rs`. You can create a PR to push the built binary...

gm @gakonst The PR is ready. Although it would affect `svm-build`'s CI build-release process coz the `RELEASES` are populated by passing the target architecture and target OS as a function...

Thanks @mattsse for the relevant fixes in `svm-rs` and `solc-builds`. Once https://github.com/roynalnaruto/svm-rs/pull/46 is merged this should be resolved upon publishing a new version of `svm-rs` @kamescg

Binaries for Mac M1 (`macos:aarch64`) and Linux Aarch64 (`linux:aarch64`) are custom compiled, more info in [this repo](https://github.com/roynalnaruto/solc-builds) and [this repo](https://github.com/nikitastupin/solc) respectively. For other targets, i.e. `linux:amd64`, `macos:amd64` and `windows:amd64`, they're...

`CODESIZE` is in progress: - [x] Specs: https://github.com/appliedzkp/zkevm-specs/pull/191 - [x] Circuit and Bus Mapping: https://github.com/appliedzkp/zkevm-circuits/pull/483

Hi @JasonVranek Thank you for the work. As I see, you have proposed a change that no longer supports the `version = 3` JSON Keystore. This is not what we...

I am currently addressing the review comments on https://github.com/appliedzkp/zkevm-specs/pull/191, and as @ed255 pointed out, it is important to finalise the definition of `StepState.code_source` in the specs. @han0110 My opinion on...

@miha-stopar You can post comments in the hackmd document :) > Seems like for value_rlc there is first little-endian used and then down below in the constraints it's big-endian. Typo?...

I would be in favour of aligning with `go-ethereum` and limiting `DIFFICULTY` to 10 bytes.

@ChihChengLiang @DoHoonKim8 Since the bytecode lookup is failing, I believe we can start debugging from [here](https://github.com/DoHoonKim8/zkevm-circuits/blob/main/zkevm-circuits/src/copy_circuit.rs#L672-L674): - Only `block.bytecodes` is populated into the bytecode table. The witness block is constructed...