solidity icon indicating copy to clipboard operation
solidity copied to clipboard

Solidity, the Smart Contract Programming Language

Results 755 solidity issues
Sort by recently updated
recently updated
newest added

### What is the issue? More people are using AI-based tools for development. In order to provide the best, up-to-date information I want to propose to provide a llms.txt that...

documentation :book:

## Description As stated in the title. Reproducible even with the latest solc version (0.8.30). `byte_length` should be 7 instead of 8. ``` node_type='ElementaryTypeNameExpression' src=Src(byte_offset=1494, byte_length=8, file_id=7) id=504 is_constant=False is_l_value=False...

bug :bug:

This Solidity: ```Solidity contract B { function g() public {} } contract C is B { // the constant keyword triggers the crash bytes4 public constant s2 = B.g.selector; }...

bug :bug:

I'm pretty sure there are issues about this scattered across the project, but this has come up recently, so I'll create a new one. Since linking is a bit cumbersome,...

language design :rage4:
medium effort
high impact
must have eventually
needs design

## 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:

## Description In Sourcify, we use the `legacyAssembly` compiler output to find auxdata in the bytecode. We encountered a contract that has the same auxdata twice in the `legacyAssembly` but...

bug :bug:

### Description This PR implements a universal compiler host for running tests with various compilers (etc. the internal compiler aka. `CompilerStack` or standard JSON compiler). ### Details It introduces some...

external contribution :star:

With Apple switching to ARMv8 releasing ARM builds of solc is increasingly important, especially linux ARM builds. The reason for this is that if you use Docker with an ARM...

build system :building_construction:
outsourceable
solcbin
high effort
high impact
must have eventually

## Description ## Environment - Compiler version: Version: 0.8.14+commit.80d49f37.Windows.msvc - Target EVM version (as per compiler settings): default - Framework/IDE (e.g. Truffle or Remix): Notepad++ 8.3.3. 64bit & https://github.com/Ekopalypse/NppLspClient V0.0.9...

bug :bug:
language server
medium effort
low impact
must have

Related to #9935 and #9258. One [IPNS](https://docs.ipfs.io/concepts/ipns/) name pointing at a directory containing all the lists would be the most convenient option for users but that requires extra post-processing on...

solcbin
must have