About the Language Design category
|
|
0
|
245
|
December 18, 2020
|
Adding HashMap-style storage layout to Solidity
|
|
2
|
32
|
January 25, 2023
|
Idea: "send" and "burn" keywords
|
|
5
|
93
|
January 15, 2023
|
Is solidity EVM-complete?
|
|
3
|
61
|
January 11, 2023
|
When will it be possible to use operators with custom defined types
|
|
1
|
53
|
January 4, 2023
|
The Solidity compiler does not raise any warnings or errors for the incorrect use of operators in variable initialization at the function level
|
|
0
|
38
|
January 3, 2023
|
Add a Contract.constructor function so low-level constructor calls can be typechecked
|
|
10
|
88
|
December 22, 2022
|
Staticcall by default
|
|
3
|
111
|
November 29, 2022
|
Improved support for destructuring tuples with partially declared outputs
|
|
4
|
88
|
November 14, 2022
|
Feature request: Add #define to Solidity
|
|
1
|
454
|
October 29, 2022
|
Why Custom Error gas cost is higher than require or assert?
|
|
1
|
139
|
October 24, 2022
|
Mechanism to split large contracts
|
|
20
|
3490
|
October 22, 2022
|
Feature request: auto-infer the type when pushing to an array of structs
|
|
3
|
202
|
October 9, 2022
|
Removing warning about missing license header
|
|
9
|
212
|
October 7, 2022
|
Experimental pragma for EIP-3074?
|
|
4
|
216
|
October 6, 2022
|
Allow type inference for Contracts and (some) Structs
|
|
3
|
118
|
October 5, 2022
|
Randao reveal access in ETH1 using Solidity?
|
|
2
|
236
|
September 16, 2022
|
Is there a way of creating an immutable array?
|
|
7
|
2280
|
August 29, 2022
|
Why NatSpec lacks of alias for `@return` ending with "s"?
|
|
1
|
136
|
August 13, 2022
|
Reading enum values directly from a contract with JS/TS scripts
|
|
2
|
271
|
July 28, 2022
|
Do have any the vulnerability of C/C++(other language) and Solidity the same?
|
|
0
|
136
|
June 14, 2022
|
Permit overloaded methods for user-defined value types
|
|
2
|
217
|
April 27, 2022
|
Permit use of constant user-defined value types in inline assembly
|
|
1
|
286
|
April 24, 2022
|
Should custom errors be given a bespoke type?
|
|
5
|
196
|
April 4, 2022
|
Thoughts on override(A, B) syntax
|
|
16
|
490
|
March 10, 2022
|
Helper for type-safe ABI-encoding of function calls
|
|
5
|
1024
|
February 17, 2022
|
Feedback wanted: Catching Custom Errors / default catch clause
|
|
4
|
777
|
February 15, 2022
|
Overloaded functions to discriminate between memory and storage
|
|
1
|
204
|
February 7, 2022
|
Reducing Calldata Size with Optional/Default Function Parameters
|
|
17
|
2410
|
January 13, 2022
|
Should casting to a contract instance perform an EIP-165 check
|
|
3
|
242
|
January 7, 2022
|