solidity/test/libsolidity/syntaxTests
Sreekesh V 9188e658d8 Revert "Allow basefee as Yul identifier for EVMVersion < london"
This reverts commit 7f1a2be0fe.

Added changes to changelog to include Make basfee as a reserved identifier

added changes under the breaking changes rst file

Update Changelog.md

Co-authored-by: Harikrishnan Mulackal <webmail.hari@gmail.com>

Update 090-breaking-changes.rst

moved the changes under "New restrictions" section

Update Changelog.md

avoided removing  line no 6

Update docs/090-breaking-changes.rst

Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>
2022-03-02 10:48:33 +01:00
..
abiEncoder Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol 2021-12-03 12:23:35 +05:30
abstract
array Merge pull request #12646 from ethereum/develop 2022-02-08 12:00:34 +01:00
bound Remove assertions preventing calldata->calldata conversion when cleanup is needed 2021-06-22 16:10:16 +02:00
bytecodeReferences
comments
constantEvaluator Fix genetic algorithms CI failure 2022-01-17 13:35:07 +01:00
constants Fix genetic algorithms CI failure 2022-01-17 13:35:07 +01:00
constructor Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol 2021-12-03 12:23:35 +05:30
controlFlow Merge pull request #12604 from ethereum/develop 2022-01-31 17:59:03 +01:00
conversion Fix assertion preventing assignment of arrays of implicitly convertible function types 2021-06-03 08:56:02 +02:00
dataLocations
denominations
duplicateFunctions
emit
enums Fix shadowing struct types by struct member names 2021-06-09 12:37:11 +02:00
errors Revert "Change error from directive to keyword." 2021-08-31 10:42:38 +02:00
events Fix shadowing struct types by struct member names 2021-06-09 12:37:11 +02:00
fallback
freeFunctions
functionCalls Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol 2021-12-03 12:23:35 +05:30
functionTypes Adding Stack Height Checker and modifying the number of POP instructions to appropriately provide the pointer address 2022-01-20 01:15:08 +05:30
getter
globalFunctions
iceRegressionTests Fix genetic algorithms CI failure 2022-01-17 13:35:07 +01:00
immutable Fix wrong error with immutables when base contract c'tor uses return 2022-01-13 13:09:36 +01:00
imports Properly export symbols from aliased imports. 2021-09-01 19:55:30 +02:00
indexing
inheritance Consider all grandparents in override analysis. 2022-02-14 15:31:31 +01:00
inline_arrays
inlineAssembly Disallow codecopy and codesize in pure functions. 2022-01-31 19:36:25 +01:00
largeTypes
license Properly detect multiple licenses and validate them. 2021-09-16 11:18:26 +02:00
literalOperations
literals
lvalues
memberLookup
metaTypes Add type().min/max for enums 2021-09-01 15:02:02 +02:00
modifiers Disallow modifier declarations and definitions in interfaces 2021-08-31 15:25:08 +02:00
multiSource ControlFlowAnalyser: Also consider called functions in a flow 2021-06-01 15:54:37 +02:00
multiVariableDeclaration Update test expectations. 2021-06-04 12:04:04 +02:00
nameAndTypeResolution Merge pull request #12604 from ethereum/develop 2022-01-31 17:59:03 +01:00
natspec Fix: Allow multiple @return tags on public state variables 2021-06-07 15:16:46 +02:00
parsing Fix genetic algorithms CI failure 2022-01-17 13:35:07 +01:00
pragma Adds some more version pragma test cases. 2021-10-12 15:15:54 +02:00
receiveEther Fix ICE related to receive function having parameters. 2021-06-03 13:08:57 +02:00
returnExpressions
revertStatement
scoping Extra tests for shadowing within function parameter lists 2021-06-09 12:37:12 +02:00
shifts
specialFunctions abi.encodeCall for declarations. 2021-12-29 12:26:04 +01:00
string Added support for FunctionType::Kind::StringConcat and functions string.concat 2022-02-10 22:08:47 +05:30
structs Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol 2021-12-03 12:23:35 +05:30
super
tryCatch Add type().min/max for enums 2021-09-01 15:02:02 +02:00
tupleAssignments
types Revert "Allow basefee as Yul identifier for EVMVersion < london" 2022-03-02 10:48:33 +01:00
unchecked
underscore
unterminatedBlocks
unusedVariables Change error from directive to keyword. 2021-04-28 11:12:43 +02:00
userDefinedValueType Moved a check related to constants to TypeChecker 2021-10-26 18:43:04 +02:00
variableDeclaration
viewPureChecker Disallow codecopy and codesize in pure functions. 2022-01-31 19:36:25 +01:00
virtualLookup
visibility
bytecode_too_large_abiencoder_v1.sol Improve error message for contract size limit error 2021-10-27 20:06:53 +02:00
bytecode_too_large_byzantium.sol Improve error message for contract size limit error 2021-10-27 20:06:53 +02:00
bytecode_too_large_homestead.sol Improve error message for contract size limit error 2021-10-27 20:06:53 +02:00
bytecode_too_large.sol Improve error message for contract size limit error 2021-10-27 20:06:53 +02:00
constructor_this.sol
cycle_checker_function_type.sol
deprecated_functions.sol
double_stateVariable_declaration.sol
double_variable_declaration.sol
duplicate_contract.sol
empty_struct.sol
literal_comparisons.sol
missing_functions_duplicate_bug.sol
missing_state_variable.sol
more_than_256_declarationerrors.sol
more_than_256_importerrors.sol
more_than_256_syntaxerrors.sol
multiline_comments.sol
negation.sol Disallow delete on types containing nested mappings. 2021-09-06 14:17:38 +02:00
signed_rational_modulus.sol
smoke_test.sol
tight_packing_literals_fine.sol
tight_packing_literals.sol
unexpected.sol
unimplemented_super_function_derived.sol
unimplemented_super_function.sol
upper_case_hex_literals.sol