Peteris Erins

Results 31 issues of Peteris Erins

I’m using rescript-request [https://github.com/bloodyowl/rescript-request 3](https://github.com/bloodyowl/rescript-request) to issue XMLHttp requests in my Vercel site. Unfortunately, Vercel attempts to aggressively use server side rendering and XMLHttp has no implementation in node.js. As...

* Version: latest * Python: 3.9 * OS: osx ### What was wrong? I noticed that the `block_number` genesis parameter is removed to make London work (https://github.com/ethereum/eth-tester/blob/8587730b9ec70a40591a638902e11cdfe20a8704/eth_tester/backends/pyevm/main.py#L146). We are relying...

Hi There, I was pointed to the `eth-tester` repo with this issue: https://github.com/ethereum/web3.py/issues/2198. It seems like there is an issue with validating signed calls when using eth-tester as a provider?

* Version: 0.2.0b2 * Python: 3.7 * OS: X Catalina but the error occurs in the Docker image `circleci/mariadb:10-bionic` `eth-tester` is installed via `web3[tester]` ### What was wrong? ```python def...

Hi there, I'm using geth evmone combination in the following way `geth --vm.evm=./libevmone.dylib`, but the `geth` client doesn't seem to be accepting the VM (or indicating acceptance/rejection). The performance is...

Hi There, I'm running the following code: ```jsx import React from "react"; import "./styles.css"; import Menu, { SubMenu, MenuItem, Divider } from "rc-menu"; export default function App() { return (...

See https://github.com/starkware-libs/cairo/issues/3026

good first issue

Add a storage access trait implementation that would allow `U60F18` be used in contract storage. See here for other existing implementations: https://github.com/starkware-libs/cairo/blob/main/corelib/src/starknet/storage_access.cairo.