Skip to content

Issues: ethereum/solidity

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Replace boost::filesystem with std::filesystem high effort A lot to implement but still doable by a single person. The task is large or difficult. low impact Changes are not very noticeable or potential benefits are limited.
#13575 opened Sep 27, 2022 by axic
Replace boost::program_options with CLI11 high effort A lot to implement but still doable by a single person. The task is large or difficult. low impact Changes are not very noticeable or potential benefits are limited.
#13574 opened Sep 27, 2022 by axic
[Assembler] ICE due to invalid deposit codegen error Compiler generates invalid code. Critical.
#13570 opened Sep 27, 2022 by bshastry
Remove gas estimator from the compiler breaking change ⚠️ low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. roadmap It's on our short-term roadmap
#13566 opened Sep 27, 2022 by cameel
[SMTChecker] Compile panic in 0.8.17: memory access out of bounds bug 🐛 low impact Changes are not very noticeable or potential benefits are limited. medium effort Default level of effort must have Something we consider an essential part of Solidity 1.0. should compile without error Error is reported even though it shouldn't. Source is fine.
#13555 opened Sep 23, 2022 by LiRiu
Ignore JSON formatting in command-line tests good first issue low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. nice to have We don’t see a good reason not to have it but won’t go out of our way to implement it. testing 🔨
#13552 opened Sep 22, 2022 by cameel
[isoltest] Executing semantic tests at arbitrary paths good first issue low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. nice to have We don’t see a good reason not to have it but won’t go out of our way to implement it. testing 🔨
#13551 opened Sep 22, 2022 by cameel
Yul formatter good first issue candidate Could be a "good first issue" but something is blocking it or it has open questions. low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited.
#13550 opened Sep 22, 2022 by cameel
Check for reuse of old error/warning codes low effort There is not much implementation work to be done. The task is very easy or tiny. medium impact Default level of impact must have eventually Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it. testing 🔨
#13545 opened Sep 20, 2022 by frangio
Semantic test for copying calldata structs placed in the wrong subdirectory easy difficulty good first issue low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. nice to have We don’t see a good reason not to have it but won’t go out of our way to implement it. testing 🔨
#13543 opened Sep 20, 2022 by matheusaaguiar
Document oddities in validation behaviour of calldata-to-memory copies. documentation 📖 medium effort Default level of effort medium impact Default level of impact must have Something we consider an essential part of Solidity 1.0.
#13520 opened Sep 13, 2022 by ekpyron
Add support for calldata input and output in abi.decode() high effort A lot to implement but still doable by a single person. The task is large or difficult. language design :rage4: Any changes to the language, e.g. new features nice to have We don’t see a good reason not to have it but won’t go out of our way to implement it.
#13518 opened Sep 12, 2022 by k06a
Add Paris as EVM version low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. must have Something we consider an essential part of Solidity 1.0.
#13517 opened Sep 12, 2022 by ekpyron
feat: introduce block.prevrandao as alias for block.difficulty language design :rage4: Any changes to the language, e.g. new features low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. must have Something we consider an essential part of Solidity 1.0.
#13512 opened Sep 9, 2022 by pcaversaccio
Replace bin/soljson-latest.js in solc-bin with a symlink low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. nice to have We don’t see a good reason not to have it but won’t go out of our way to implement it. refactor should have We like the idea but it’s not important enough to be a part of the roadmap. solc-bin
#13508 opened Sep 8, 2022 by cameel
Gitter notifications for failing solc-bin nightly build low impact Changes are not very noticeable or potential benefits are limited. medium effort Default level of effort should have We like the idea but it’s not important enough to be a part of the roadmap. solc-bin
#13507 opened Sep 8, 2022 by cameel
Nightly builds in solc-bin broken due to git's safe.directory check bug 🐛 low effort There is not much implementation work to be done. The task is very easy or tiny. medium impact Default level of impact must have Something we consider an essential part of Solidity 1.0. solc-bin
#13506 opened Sep 8, 2022 by cameel
Add examples of using memory structs in documentation annoys users 😢 documentation 📖 low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. nice to have We don’t see a good reason not to have it but won’t go out of our way to implement it.
#13504 opened Sep 8, 2022 by hrkrshnn
Document UnusedStoreEliminator annoys users 😢 documentation 📖 low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. must have eventually Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it. optimizer
#13497 opened Sep 7, 2022 by cameel
Segmentation fault compiling a contract with huge data and via-IR enabled bug 🐛 low impact Changes are not very noticeable or potential benefits are limited. medium effort Default level of effort must have eventually Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it.
#13496 opened Sep 7, 2022 by r0qs
ProTip! no:milestone will show everything without a milestone.