Daniel Kirchner
|
d936eebe50
|
Update Changelog.
|
2018-07-12 20:33:51 +02:00 |
|
chriseth
|
6dcafac44e
|
Merge pull request #4447 from hosho/develop
Fix NatSpec json output for "@notice" and "@dev" tags on contract definitions
|
2018-07-12 18:42:30 +02:00 |
|
chriseth
|
81271801b4
|
Merge pull request #4478 from ethereum/requireStorageLocation
Turn missing storage locations into an error.
|
2018-07-12 18:00:05 +02:00 |
|
Matthew Little
|
a0d8459d95
|
Add changelog bugfix
For fixing NatSpec json output for "@notice" and "@dev" tags on contract definitions.
|
2018-07-12 14:39:23 +02:00 |
|
chriseth
|
fa8102880f
|
Merge pull request #4428 from ethereum/enforce_staticcall_view
[BREAKING] Enforce STATICCALL for view and pure
|
2018-07-12 13:14:02 +02:00 |
|
chriseth
|
576f3ef18c
|
Merge pull request #4083 from ethereum/variable_stack_slot
[BREAKING] Allocate local variables according to their scope
|
2018-07-12 13:01:15 +02:00 |
|
Daniel Kirchner
|
aa81ac4456
|
Update Changelog.
|
2018-07-12 12:54:42 +02:00 |
|
Daniel Kirchner
|
08d0c9b7d7
|
Add Changelog entry.
|
2018-07-11 18:53:16 +02:00 |
|
Leonardo Alt
|
38026d3114
|
Use STATICCALL for view and pure
|
2018-07-11 14:45:22 +02:00 |
|
chriseth
|
f3abfa81ad
|
Merge pull request #4454 from ethereum/constructorArgCount
[BREAKING] Wrong argument count in constructor call
|
2018-07-11 14:45:05 +02:00 |
|
chriseth
|
238dbe1b99
|
Merge pull request #4388 from ethereum/noPackedLiterals
Disallow packed encoding of literals.
|
2018-07-11 14:28:20 +02:00 |
|
Erik Kundt
|
038554abe0
|
Adds changelog entry.
|
2018-07-11 01:57:14 +02:00 |
|
Cryptomental
|
140dbfdbd8
|
Code, Changelog, ReleaseChecklist: Fix typos.
Refs: #4442
|
2018-07-11 00:26:23 +02:00 |
|
chriseth
|
d84976dc87
|
Merge pull request #4376 from ethereum/fallbackExternal
Fallback functions have to be external
|
2018-07-10 21:39:25 +02:00 |
|
chriseth
|
6567cd3e51
|
Merge pull request #4466 from ethereum/tupleNotEmpty
Disallow empty tuple components.
|
2018-07-10 21:03:30 +02:00 |
|
Leonardo Alt
|
1f77deada1
|
[050] Reserving and popping local vars in their scope
|
2018-07-10 18:39:38 +02:00 |
|
chriseth
|
32b44e10c5
|
Changelog entry.
|
2018-07-10 16:27:57 +02:00 |
|
Daniel Kirchner
|
833fc8955f
|
Update changelog.
|
2018-07-10 15:28:06 +02:00 |
|
chriseth
|
7650905567
|
Merge pull request #4415 from ethereum/uninitializedStoragePointer
[BREAKING] Turn uninitialized storage variables into error.
|
2018-07-10 15:24:01 +02:00 |
|
Daniel Kirchner
|
36022493df
|
Add Changelog entry.
|
2018-07-10 12:17:01 +02:00 |
|
Daniel Kirchner
|
65631cffc2
|
Update documentation and Changelog.
|
2018-07-10 11:38:33 +02:00 |
|
chriseth
|
4747ef26fb
|
Add backticks to changelog.
|
2018-07-09 17:56:53 +02:00 |
|
Leonardo Alt
|
c1b67a845b
|
Enforce error on hex number combined with unit denomination
|
2018-07-09 17:19:41 +02:00 |
|
Alex Beregszaszi
|
c42583d27e
|
Merge pull request #4366 from ethereum/libsolc-cleanup
Implement new libsolc API
|
2018-07-09 12:30:11 +02:00 |
|
chriseth
|
f3e0bf1dd8
|
Merge pull request #4418 from ethereum/initialConstants
Only allow compile-time constants for constant state variables.
|
2018-07-05 17:07:32 +02:00 |
|
chriseth
|
c8ac861832
|
Fix allocation of byte arrays.
|
2018-07-05 14:18:14 +02:00 |
|
Daniel Kirchner
|
d9a8f2aace
|
Update documentation and Changelog.
|
2018-07-04 10:14:58 +02:00 |
|
chriseth
|
8ed3da1d5f
|
Only allow compile-time constants for constant state variables.
|
2018-07-03 23:03:26 +02:00 |
|
chriseth
|
bc6b42a9f6
|
Changelog entry.
|
2018-07-03 22:51:57 +02:00 |
|
chriseth
|
533d5d4b1c
|
Merge pull request #4379 from ethereum/constructorArgsTwice
Disallow constructor arguments given multiple times.
|
2018-07-03 22:49:02 +02:00 |
|
Daniel Kirchner
|
a7fc8a996b
|
Update Changelog.
|
2018-07-03 15:31:34 +02:00 |
|
Christian Parpart
|
0b5dd7320a
|
Changelog: added `var `-keyword change
|
2018-07-03 10:53:09 +02:00 |
|
chriseth
|
f7a9c4203e
|
Disallow packed encoding of literals.
|
2018-07-03 01:02:00 +02:00 |
|
chriseth
|
08aa7e47e4
|
Merge pull request #4305 from ethereum/transactionReceipts
Determine transaction status in RPC sessions.
|
2018-07-02 16:09:59 +02:00 |
|
Daniel Kirchner
|
334c023c72
|
Determine transaction status in RPC sessions.
|
2018-07-02 12:56:33 +02:00 |
|
chriseth
|
85b9d3927a
|
Merge pull request #4224 from ethereum/revert_wrong_calldata
[BREAKING] Revert if calldata has wrong size
|
2018-07-02 12:55:22 +02:00 |
|
Alex Beregszaszi
|
328554a4f9
|
Add new libsolc entry points (solidity_license/version/compile)
|
2018-06-29 19:30:37 +02:00 |
|
chriseth
|
f69e24c85e
|
Disallow constructor arguments given multiple times.
|
2018-06-29 16:11:21 +02:00 |
|
Leonardo Alt
|
7763d21cc6
|
Revert if calldata is too short or points out of bounds
|
2018-06-26 10:27:48 +02:00 |
|
chriseth
|
237788c0bc
|
Changelog entry.
|
2018-06-25 17:17:18 +02:00 |
|
Alex Beregszaszi
|
72e87423db
|
Disallow the years unit denomination properly
|
2018-06-21 20:21:02 +02:00 |
|
chriseth
|
0d1047181d
|
Merge pull request #4306 from ethereum/remove_050_workaround_scoping
[BREAKING] C99 scoping rules by default (remove 050 workaround)
|
2018-06-21 13:57:59 +02:00 |
|
Alex Beregszaszi
|
7e4bd3e346
|
Merge pull request #4219 from ethereum/functionTypeNamedArguments
Turn named return parameters in function types into an error.
|
2018-06-20 23:51:19 +02:00 |
|
Leonardo Alt
|
8862b3092b
|
C99 scoping rules by default
|
2018-06-20 12:53:38 +02:00 |
|
chriseth
|
ba7fbf11e7
|
Merge pull request #4300 from nventuro/optimize-out-and
Add TruthyAnd Peephole optimization
|
2018-06-20 11:38:37 +02:00 |
|
Alex Beregszaszi
|
a17059573f
|
Disallow raw callcode (was deprecated in 0.4.12)
|
2018-06-19 19:31:07 +02:00 |
|
Daniel Kirchner
|
dbfee87860
|
Return parameters in function types may not be named.
|
2018-06-18 00:05:06 +02:00 |
|
Nicolás Venturo
|
172e208c6a
|
Add TruthyAnd Peephole optimization
|
2018-06-15 11:27:39 -03:00 |
|
Daniel Kirchner
|
0319b184ce
|
Add difficulty field to genesis chain parameters to fix ipc tests for recent versions of cpp-ethereum.
|
2018-06-14 16:46:10 +02:00 |
|
chriseth
|
baeabe1c2d
|
Merge pull request #4282 from ethereum/cli-yul
[BREAKING] Renamed the --julia CLI option to --yul
|
2018-06-14 08:42:37 +02:00 |
|