solidity
solidity copied to clipboard
Solidity, the Smart Contract Programming Language
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. -...
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...
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...
## 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...
## 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...
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...
An attempt to reduce ambiguity in the language for type conversions of contract types.
### 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...