File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3
3
Features:
4
4
* ABI JSON: Include new field `` stateMutability `` with values `` pure `` , `` view `` ,
5
5
`` nonpayable `` and `` payable `` .
6
- * Analyzer: Experimental partial support for Z3 SMT checker.
6
+ * Analyzer: Experimental partial support for Z3 SMT checker ("SMTChecker") .
7
7
* Build System: Shared libraries (`` libdevcore `` , `` libevmasm `` , `` libsolidity ``
8
8
and `` liblll `` ) are no longer produced during the build process.
9
+ * Code generator: Experimental new implementation of ABI encoder that can
10
+ encode arbitrarily nested arrays ("ABIEncoderV2")
9
11
* Metadata: Store experimental flag in metadata CBOR.
10
12
* Parser: Display previous visibility specifier in error if multiple are found.
11
13
* Parser: Introduce `` pure `` and `` view `` keyword for functions,
You can’t perform that action at this time.
0 commit comments