solidity icon indicating copy to clipboard operation
solidity copied to clipboard

Solidity, the Smart Contract Programming Language

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

ABI coder V2 is now enabled by default. It allows us to do the following: - Multidimensional arrays (including dynamic arrays) can be used as input for external functions. -...

documentation :book:
external contribution :star:

The CSE run at the very end after the stack compressor actively causes problems in https://github.com/ethereum/solidity/issues/9622 So maybe we should think about making the hard-coded part of the sequence ``suite.runSequence("fDnTOc...

enhancement
breaking change :warning:
optimizer

The script fails if the file gets updated, which is fine for testing but confusing when you run it manually. I changed the script so that the diffing happens only...

We trigger PPA release builds for the upcoming Ubuntu release as early failure indicator and in the last release it actually failed: https://launchpadlibrarian.net/617180489/buildlog_ubuntu-kinetic-amd64.solc_1%3A0.8.16-0ubuntu1~kinetic_BUILDING.txt.gz We should check with a ubuntu 22.10...

bug :bug:
build system :building_construction:
should compile without error

## Description Addition of an interface causes reordering of fields in the storage layout. ## Environment - Compiler version: reproduced on 0.8.0, 0.8.4, 0.8.10. 0.8.15 - Framework/IDE (e.g. Truffle or...

breaking change :warning:

## Category: - [x] Documentation -> Grammar ## Description: Minor grammar fixes in `abi-spec.rst`. *Note: Please excuse the ambiguous branch name, I edited the file directly on GitHub; hence, it...

documentation :book:
external contribution :star:

Closes #11351

external contribution :star:

Fixes #13336 Adding this rule in my browser fixes the issue (see screenshots in issue for what it looks like). I'm *guessing* this file is the right place to add...

documentation :book:
external contribution :star:

An attempt to reduce ambiguity in the language for type conversions of contract types.

documentation :book:
external contribution :star:

### Checklist * [x] update .clang-format * [x] adapt CI to verify style by using clang-format (requires version 14 or above, Ubuntu 20.04 seems to have it) * [x] update...