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

- [x] https://github.com/ethereum/solidity/issues/9211 - [x] https://github.com/ethereum/solidity/issues/11531 - [ ] https://github.com/ethereum/solidity/issues/11969

roadmap

- [ ] https://github.com/ethereum/solidity/pull/12362 - [ ] https://github.com/ethereum/solidity/pull/12656

roadmap

fixes #11879 fixes #13085 This is an early version of the changes needed to support literals conversion to dynamic arrays. Definitely it is not ready to review yet. Things we...

roadmap

```solidity interface I { struct S { uint a; } function s() external returns (S memory); } contract C is I { S public override s; } ``` The function...

fixes #11700 depends on #12566

breaking change :warning:
takeover
has dependencies