Paul Robinson

Results 15 comments of Paul Robinson

Lint wouldn't work even on master, but I matched the surrounding code style. pre-commit threw mypy errors on code I didn't touch - I'd fix it if I knew how,...

Available output_values are parsed from the solc help file. For solc v0.8.11, the line is: `--combined-json abi,asm,ast,bin,bin-runtime,devdoc,function-debug,function-debug-runtime,generated-sources,generated-sources-runtime,hashes,metadata,opcodes,srcmap,srcmap-runtime,storage-layout,userdoc` No `bytcode` there - maybe you want `bin`?

I'd like to set up at 5 validators - 160 please. 0x8d009B14CE7c2A51A97888710F221DD94aC2361D

I've just passed all tests locally with `py==3.12.3` and `py_ecc==7.0.1` on Linux. Could you post the code that's giving the error?

I've tried it locally with py3.12.3, 3.12.2, and 3.12.1, and had a colleague check with 3.12.3 on a mac M3, everything working fine. ```python In [1]: from py_ecc.bn128 import G1,...

Closing in favor of #25

@DavidRomanovizc Typing is still desired here. I'll get a pr in soon to start the typing and make it easier to add typing file by file, and will make note...