Peter Lemenkov

Results 40 issues of Peter Lemenkov

Python 2.x no longer supported by upstream. Let's use Python3 explicitly.

### Environment information * `vvm` Version: 0.2.1 * `vyper` Version: any * Python Version: any * OS: osx/linux/win ### What was wrong? If the package was [downloaded from PyPi](https://files.pythonhosted.org/packages/source/v/vvm/vvm-0.2.1.tar.gz) then...

Copied verbatim from [upstream](https://raw.githubusercontent.com/protocolbuffers/protobuf/9e080f7ac007b75dacbd233b214e5c0cb2e48e0f/LICENSE).

## Abstract Lots of source files contain ```SPDX-License-Identifier: GPL-3.0``` while stating in a human-readable license header that ``` solidity is free software: you can redistribute it and/or modify it under...

documentation :book:

## Description I'm trying to build solidity with GCC 15.0.1 with O3 (default) and with 02 (default in Fedora Linux) on x86_64. The latter builds just fine, but the former...

bug :bug:
build system :building_construction:
low effort
low impact
must have

### What I did Adjusted compatibility with a recent eth-abi version. Related issue: ethereum/eth-abi#226. ### How I did it When I upgraded Python Ethereum stack to a recent versions I've...

## Description Solidity build fails with GCC 14.2.1 on AArch64 and PPC64le but completes just fine on these arches with a more modern GCC 15.1.1. On X86_64 it compiles just...

bug :bug:

#### System information **Erigon version:** v3.3.2 (may affect other 3.x versions - similar symptoms observed previously but root cause only now identified) **OS & Version:** Linux (Fedora 42/43) **Commit hash:**...

#### System information Erigon version: 3.3.0 OS & Version: Fedora 43 (Aarch64) Commit hash: Erigon Command (with flags/config): `erigon snapshots reset --datadir /var/lib/erigon/` Consensus Layer: N/A Consensus Layer Command (with...

Fails to pass the tests after python/cpython#119361 merged (see commit python/cpython@9b8611eeea172cd4aa626ccd1ca333dc4093cd8c): ``` EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE ====================================================================== ERROR: test_abc (__main__.Tests.test_abc) Test subclassing a class with metaclass=ABCMeta. This once caused a weird Attribute Error...