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

Invalid and inconsistent types in ABIs for library functions documentation 📖 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. protocol design 🔮 Potential changes to ABI, meta data, standard JSON
#9278 opened Jul 1, 2020 by haltman-at
Optimization possibility of memory usage for loops epic effort Multi-stage task that may require coordination between team members across multiple PRs. high impact Changes are very prominent and affect users or the project in a major way. needs design The proposal is too vague to be implemented right away optimizer selected for development It's on our short-term development
#9046 opened May 27, 2020 by daejunpark
Document the wasm releases 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. solcbin
#9015 opened May 25, 2020 by chriseth
Documentation issue: Cleaning up some other types 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 Something we consider an essential part of Solidity 1.0.
#8876 opened May 7, 2020 by haltman-at
Verify and potentially increase test coverage for inheritance and function calls. 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. testing 🔨
#8437 opened Mar 6, 2020 by ekpyron
ICE in ArrayType::calldataEncodedSize(bool) [Array size does not fit unsigned] bug 🐛 low impact Changes are not very noticeable or potential benefits are limited. medium effort Default level of effort 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. should report better error Error is just badly reported. Should be a proper type error - source is not fine.
#8382 opened Feb 25, 2020 by agroce
Arbitrary order of contracts in override specifier is confusing. annoys users 😢 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. must have eventually Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it. needs design The proposal is too vague to be implemented right away
#8354 opened Feb 20, 2020 by apguerrera
static_assert and static_require high impact Changes are very prominent and affect users or the project in a major way. language design :rage4: Any changes to the language, e.g. new features 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. needs design The proposal is too vague to be implemented right away
#8146 opened Jan 15, 2020 by leonardoalt
[SMTChecker] Rerun tests from Solc-Verify medium effort Default level of effort 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. smt testing 🔨
#8145 opened Jan 15, 2020 by leonardoalt
Support nested objects for Yul tests. 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. testing 🔨
#8143 opened Jan 15, 2020 by chriseth
Extend ABI documentation of function types documentation 📖 medium effort Default level of effort 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.
#7931 opened Dec 9, 2019 by digulla
Replace rule list with "DSL" high effort A lot to implement but still doable by a single person. The task is large or difficult. 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. optimizer refactor
#7520 opened Oct 7, 2019 by ekpyron
Remove .send and .transfer. breaking change ⚠️ high impact Changes are very prominent and affect users or the project in a major way. 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. needs design The proposal is too vague to be implemented right away
#7455 opened Sep 19, 2019 by MicahZoltu 0.9.0
Array slices for memory and storage arrays. language design :rage4: Any changes to the language, e.g. new features must have eventually Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it.
#7423 opened Sep 13, 2019 by ekpyron
[SMTChecker] Refactor pointers easy difficulty good first issue candidate Could be a "good first issue" but something is blocking it or it has open questions. smt
#7266 opened Aug 15, 2019 by leonardoalt
Rethink (or maybe even remove?) super breaking change ⚠️ high impact Changes are very prominent and affect users or the project in a major way. language design :rage4: Any changes to the language, e.g. new features 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. needs design The proposal is too vague to be implemented right away
#7261 opened Aug 14, 2019 by ekpyron
[isoltest] Formatting should support strings longer than 32 bytes bug 🐛 low impact Changes are not very noticeable or potential benefits are limited. medium effort Default level of effort should compile without error Error is reported even though it shouldn't. Source is fine. should have We like the idea but it’s not important enough to be a part of the roadmap. testing 🔨
#7197 opened Aug 7, 2019 by erak
Specification of ABI decoding (especially padding in bytes) documentation 📖 medium effort Default level of effort 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.
#6978 opened Jun 20, 2019 by sifmelcara
ProTip! Exclude everything labeled bug with -label:bug.