chriseth
|
9fab9df18c
|
Merge pull request #8607 from a3d4/fix-nested-tuples
Fixed nested tuples on the right-hand side.
|
2020-04-08 12:29:52 +02:00 |
|
a3d4
|
aba0b2957c
|
Fix tuple assignments with multi-slot components.
|
2020-04-07 18:39:25 +02:00 |
|
hrkrshnn
|
96411711ef
|
Added changelog
|
2020-04-07 21:17:35 +05:30 |
|
chriseth
|
236eff8416
|
Export immutability.
|
2020-04-07 17:30:54 +02:00 |
|
Leonardo Alt
|
e3ec22124e
|
[SMTChecker] Fix ICE in CHC internal calls
|
2020-04-07 01:09:03 +02:00 |
|
chriseth
|
0988ee641b
|
Set version to 0.6.6.
|
2020-04-06 18:12:21 +02:00 |
|
chriseth
|
06562e3431
|
Prepare changelog for 0.6.5.
|
2020-04-06 11:11:20 +02:00 |
|
chriseth
|
0d3303e4af
|
Changelog entry for immutable variables.
|
2020-04-02 17:46:29 +02:00 |
|
chriseth
|
8d28089abc
|
Merge pull request #8475 from ethereum/immutable-functioncallgraph
implement ImmutableValidator class
|
2020-04-02 14:14:53 +02:00 |
|
hrkrshnn
|
cb66274827
|
Added changelog
|
2020-04-02 17:41:44 +05:30 |
|
Mathias Baumann
|
ac7b31e559
|
Validate immutable variables
|
2020-04-02 13:52:27 +02:00 |
|
Daniel Kirchner
|
fe9f8d520c
|
Restrict size for dynamic memory array creation.
|
2020-04-01 17:25:09 +02:00 |
|
Alexander Arlt
|
3e649eb8e1
|
Disallow access to functions from inline assembly.
|
2020-04-01 10:34:55 +02:00 |
|
chriseth
|
b83d82ab75
|
Merge pull request #8550 from a3d4/fix-8450-typechecker-compiler-error
Fix a couple of internal compiler errors when assigning nested tuples
|
2020-03-31 22:21:58 +02:00 |
|
a3d4
|
c002cae691
|
Fix #8450. Prevented internal compiler errors when assigning nested tuples.
|
2020-03-31 03:25:26 +02:00 |
|
chriseth
|
4a7d2e590d
|
Merge pull request #8529 from MrChico/develop
CommandLineInterface: add storage-layout option to --combined-json
|
2020-03-26 19:15:23 +01:00 |
|
Martin Lundfall
|
5b4ea1eb89
|
CommandLineInterface: add storage-layout option to --combined-json
|
2020-03-26 11:38:28 +01:00 |
|
a3d4
|
339f3ca32c
|
Fix #8427: Promoted typeError to fatalTypeError in ReferencesResolver::endVisit(UserDefinedTypeName).
|
2020-03-25 02:51:34 +01:00 |
|
Daniel Kirchner
|
fe659ceb41
|
Anything outside storage is always a pointer.
|
2020-03-23 15:34:10 +01:00 |
|
chriseth
|
1587486334
|
Merge tag 'v0.5.17' into develop
|
2020-03-17 19:50:09 +01:00 |
|
Mathias Baumann
|
e2db9d7ef3
|
Disallow private functions from being overridden
|
2020-03-17 16:15:59 +01:00 |
|
a3d4
|
a86c511713
|
Replaced "assert" with "if" (incorrect contract code is not supposed to trigger asserts).
|
2020-03-12 14:03:27 +01:00 |
|
Leonardo
|
07ab4c80c4
|
Merge pull request #8323 from ethereum/smt_split_3
[SMTChecker] CHC support to internal function calls
|
2020-03-11 18:37:45 +01:00 |
|
Leonardo Alt
|
07368c2e1e
|
Add support to internal function calls
|
2020-03-11 16:29:07 +01:00 |
|
Djordje Mijovic
|
37878cf8d2
|
Adding support for ipfs large files.
|
2020-03-11 13:55:46 +01:00 |
|
chriseth
|
f8344cb4df
|
Set version to 0.6.5
|
2020-03-10 21:08:03 +01:00 |
|
chriseth
|
d541e222a2
|
Prepare changelog for 0.6.4.
|
2020-03-10 10:46:13 +01:00 |
|
Daniel Kirchner
|
809e3503ba
|
Control flow analysis for inline assembly.
|
2020-03-09 16:23:10 +01:00 |
|
chriseth
|
4ad998eb5f
|
Merge pull request #8391 from ethereum/optimizedIRCommandline
Enable optimized IR output via the commandline.
|
2020-03-09 15:05:29 +01:00 |
|
chriseth
|
37e01a19c0
|
Fix scoping following try/catch.
|
2020-03-09 13:14:13 +01:00 |
|
chriseth
|
a328e940b5
|
Merge pull request #8429 from ethereum/astJsonImportYulBlock
Fix yul ast import for blocks, switches and string literals.
|
2020-03-08 17:06:05 +01:00 |
|
Daniel Kirchner
|
7f38cbb91d
|
Fix calling unimplemented base function.
|
2020-03-06 10:51:16 +01:00 |
|
Daniel Kirchner
|
420f57aec3
|
Fix yul ast import for blocks, switches and string literals.
|
2020-03-05 14:09:13 +01:00 |
|
Daniel Kirchner
|
b10f12a395
|
Merge pull request #8413 from mijovic/depratateValueCalls
Deprecated warning for .value() and .gas() on function and constructr…
|
2020-03-04 14:43:06 +01:00 |
|
Djordje Mijovic
|
58c6b90705
|
Deprecated warning for .value() and .gas() on function and constructror calls
|
2020-03-04 12:51:49 +01:00 |
|
Leonardo Alt
|
96a230af50
|
[SMTChecker] Fix ICEs with tuples
|
2020-03-03 11:35:58 +01:00 |
|
chriseth
|
bc32619364
|
Enable optimized IR output via the commandline.
|
2020-02-27 15:48:38 +01:00 |
|
chriseth
|
bb09787bd0
|
Merge pull request #8378 from mijovic/yulSourceLocations
Adding source location support to AssemblyStack
|
2020-02-25 22:34:57 +01:00 |
|
Djordje Mijovic
|
ec083c4878
|
Adding source location support to AssemblyStack and thus debugging Yul sources
|
2020-02-25 22:19:03 +01:00 |
|
chriseth
|
c5a0a434e2
|
Merge pull request #8374 from ethereum/writeAccessToSlot
Allow access to ``_slot`` for local storage pointer variables.
|
2020-02-25 22:11:13 +01:00 |
|
chriseth
|
45041e5d3a
|
Allow access to `_slot ` for local storage pointer variables.
|
2020-02-25 14:28:04 +01:00 |
|
Djordje Mijovic
|
8524e3f48d
|
Standard-JSON-Interface: Fix a bug (#8371) related to empty filenames and imports.
|
2020-02-25 01:07:36 +01:00 |
|
Djordje Mijovic
|
dd9009eba6
|
TestFileParser: Adding new keyword wei for expressing function value
|
2020-02-21 11:39:37 +01:00 |
|
chriseth
|
9dd9a68c08
|
Set version to 0.6.4.
|
2020-02-18 16:42:02 +01:00 |
|
chriseth
|
c2e22d4cab
|
Merge pull request #8221 from ethereum/structured-docs-error-locations
[parser] Source locations for structured documentation errors
|
2020-02-18 14:57:28 +01:00 |
|
chriseth
|
4115553344
|
Prepare changelog for 0.6.3 release.
|
2020-02-18 12:52:58 +01:00 |
|
Djordje Mijovic
|
18dea6b69c
|
Assembly: Added missing source field to legacy assembly json output to complete the source reference
|
2020-02-18 10:22:34 +01:00 |
|
Erik Kundt
|
125d9f6648
|
Adds changelog for locations of structured doc errors.
|
2020-02-14 15:53:39 +01:00 |
|
Daniel Kirchner
|
e3a235a492
|
Add missing changelog entries.
|
2020-02-14 14:22:11 +01:00 |
|
Gaith Hallak
|
24d6702986
|
[Yul] Prune functions that call each other but are otherwise unreferenced
|
2020-02-11 20:39:32 +03:00 |
|
Leonardo Alt
|
36928c7a35
|
Add reason string for internal reverts
|
2020-02-10 11:57:20 -03:00 |
|
chriseth
|
0b9c842656
|
Fix abstract without contract.
|
2020-02-05 12:14:14 +01:00 |
|
Daniel Kirchner
|
d3cbfb0c5c
|
Allow user-defined types as mapping keys in parser and restrict to contracts during type checking.
|
2020-02-04 17:22:03 +01:00 |
|
Erik Kundt
|
306f6d963d
|
Adds changelog entry for structured AST node introduction.
|
2020-01-30 18:26:01 +01:00 |
|
chriseth
|
abbedb0819
|
Update Changelog.md
Co-Authored-By: Erik K <erik@ethereum.org>
|
2020-01-29 13:49:45 +01:00 |
|
chriseth
|
a6dfb6a4ef
|
Changelog entry about zeroing out memory.
|
2020-01-29 09:10:09 +01:00 |
|
chriseth
|
c8994d9ee2
|
Set version to 0.6.3.
|
2020-01-27 18:57:33 +01:00 |
|
chriseth
|
99202e85ce
|
Polish changelog for 0.6.2.
|
2020-01-27 09:41:15 +01:00 |
|
chriseth
|
8e7aef63f0
|
Changelog entry.
|
2020-01-23 21:20:01 +01:00 |
|
Jason Cobb
|
f492a0a3ef
|
Update changelog for interface inheritance
|
2020-01-22 09:40:40 -05:00 |
|
Daniel Kirchner
|
ee5ff4df4e
|
Clean up visibility via contract name and fix ICE on calling unimplemented base function.
|
2020-01-16 19:13:04 +01:00 |
|
chriseth
|
3d4a2219a6
|
Merge pull request #8151 from ethereum/fixYulOptSetting
Only activate Yul optimizer if ``--optimize`` is given.
|
2020-01-16 11:26:38 +01:00 |
|
chriseth
|
b69664e7fd
|
Only activate Yul optimizer if `--optimize ` is given.
|
2020-01-15 18:35:10 +01:00 |
|
chriseth
|
6ab8802601
|
Merge pull request #8132 from ethereum/drop-lll
Remove the LLL compiler
|
2020-01-15 15:15:22 +01:00 |
|
chriseth
|
ed87b08911
|
Merge pull request #8066 from ethereum/removeAsmFlavour
Remove asm flavour
|
2020-01-15 14:21:54 +01:00 |
|
Alex Beregszaszi
|
09a9099057
|
Mention in changelog
|
2020-01-15 13:18:24 +00:00 |
|
chriseth
|
b3fe84a6ea
|
Merge pull request #7153 from djudjuu/newImportAST
import ast from JSON
|
2020-01-14 17:56:53 +01:00 |
|
chriseth
|
180344ab17
|
Changelog entry.
|
2020-01-14 17:16:25 +01:00 |
|
djudjuu
|
e8556fa1b2
|
Ast-Import from standard-json
|
2020-01-14 17:15:53 +01:00 |
|
chriseth
|
6dbadf692b
|
Merge pull request #7843 from ethereum/updateEmscriptenWasmTest
Switch to building soljson.js with base64 encoded embedded wasm binary.
|
2020-01-14 16:35:02 +01:00 |
|
Daniel Kirchner
|
90e494615e
|
Build soljson.js with embedded base64-encoded wasm binary.
|
2020-01-13 10:51:48 +01:00 |
|
Daniel Kirchner
|
9535c0f520
|
Introduce FunctionKind::Declaration and allow accessing function signatures via contract name.
|
2020-01-09 15:40:41 +01:00 |
|
chriseth
|
01dfc512a9
|
Changelog entry.
|
2020-01-08 09:57:38 +01:00 |
|
chriseth
|
d1a7ff0fbc
|
Merge pull request #8008 from ethereum/large-code
Issue warning if codesize exceeds EIP-170 limits
|
2020-01-08 09:48:59 +01:00 |
|
chriseth
|
12b52ae637
|
Merge pull request #8096 from ethereum/incrementVersion
Set version to 0.6.2.
|
2020-01-08 09:19:35 +01:00 |
|
Christian Parpart
|
345f9928ab
|
Library libdevcore renamed to libsolutil.
|
2020-01-07 15:51:50 +01:00 |
|
chriseth
|
b269eef721
|
Set version to 0.6.2.
|
2020-01-03 13:38:17 +01:00 |
|
chriseth
|
385e1bf70a
|
Set release date.
|
2020-01-03 00:04:01 +01:00 |
|
chriseth
|
42712a78ce
|
Merge branch 'release-0.5' into develop.
|
2020-01-02 23:49:43 +01:00 |
|
chriseth
|
1c2096a360
|
Changelog entry.
|
2020-01-02 18:49:56 +01:00 |
|
chriseth
|
c70bdf2b2c
|
Merge pull request #8082 from ethereum/fixRedundantContinue
Fix redundant assignment removal in combination with break / continue.
|
2020-01-02 18:46:26 +01:00 |
|
chriseth
|
c3f43fd1e6
|
Changelog entry.
|
2019-12-29 15:53:47 +01:00 |
|
Alex Beregszaszi
|
4d791b2679
|
Issue warning if codesize exceeds EIP-170 limits
|
2019-12-25 19:51:35 +01:00 |
|
chriseth
|
c44916cbd5
|
Changelog entry for try/catch.
|
2019-12-20 08:29:25 +01:00 |
|
chriseth
|
c7f75bd9dc
|
Set version to 0.6.1.
|
2019-12-18 00:04:39 +01:00 |
|
chriseth
|
1439d43ad6
|
Changelog for 0.6.0.
|
2019-12-17 19:48:55 +01:00 |
|
chriseth
|
b6fc703a27
|
Merge remote-tracking branch 'origin/release' into HEAD
|
2019-12-17 19:47:59 +01:00 |
|
chriseth
|
6453d80c08
|
Changelog entry.
|
2019-12-17 17:08:27 +01:00 |
|
Gaith Hallak
|
371e6a4801
|
Add function selector to FunctionDefinition AST JSON
|
2019-12-16 15:16:54 +03:00 |
|
Christian Parpart
|
8682af2216
|
libsolc: Overhauls memory management.
|
2019-12-11 15:17:39 +00:00 |
|
Alex Beregszaszi
|
2456c6d503
|
Update documentation about (reserved) keywords
|
2019-12-10 17:22:20 +00:00 |
|
Alex Beregszaszi
|
b71a4d6ce3
|
Sort the changelog
|
2019-12-10 16:51:59 +00:00 |
|
Alex Beregszaszi
|
e750154074
|
Some wording fixes in the changelog
|
2019-12-10 16:50:54 +00:00 |
|
chriseth
|
f6916a637e
|
Merge remote-tracking branch 'origin/develop' into develop_060
|
2019-12-09 17:16:58 +01:00 |
|
chriseth
|
9c3503834d
|
Fix semver matcher differently.
|
2019-12-09 15:45:01 +01:00 |
|
chriseth
|
9d2fc7ec8b
|
Sort changelog.
|
2019-12-09 12:34:21 +01:00 |
|
chriseth
|
ea4b9e2f98
|
Changelog wording.
|
2019-12-09 12:33:11 +01:00 |
|
chriseth
|
e061f1e743
|
Merge remote-tracking branch 'origin/develop' into HEAD
|
2019-12-05 16:44:26 +01:00 |
|
chriseth
|
1fe1459b7d
|
Merge pull request #7583 from HenryRLee/issue5081
Version Checker: 0.5.x-prerelease will match `pragma solidity ^0.5` #5081
|
2019-12-05 14:59:58 +01:00 |
|
Mathias Baumann
|
b7d5de59c5
|
Implement overridding of functions by public variables
|
2019-12-05 12:48:52 +00:00 |
|