Commit Graph

7991 Commits

Author SHA1 Message Date
Alex Beregszaszi
03abf792c5 Support variable declarations without an assignment in EVM 2017-07-13 15:18:18 +02:00
Alex Beregszaszi
cee93d946d Support parsing let statements without a value 2017-07-13 15:18:18 +02:00
chriseth
2b33e0bcec Merge pull request #2544 from federicobond/error-value-transfer-non-payable
Add type error when attempting to transfer value to a non-payable contract
2017-07-13 15:08:36 +02:00
Federico Bond
da917333d9 Fix error message formatting 2017-07-12 23:59:45 -03:00
Federico Bond
f20b150f38 Add type error when attempting value transfer to a non-payable contract 2017-07-12 23:57:53 -03:00
Alex Beregszaszi
757c500bda Merge pull request #2562 from ethereum/addGnosisTestContracts
Gnosis compilation contracts.
2017-07-12 20:38:52 +02:00
chriseth
b1c1fb6c83 Gnosis compilation contracts. 2017-07-12 15:55:11 +02:00
chriseth
91f17a3662 Merge pull request #2560 from ethereum/abi-spec-nitpick
Nitpicking abi-spec.rst
2017-07-12 15:16:23 +02:00
chriseth
b7a59652f1 Merge pull request #2501 from ethereum/undef-macros
Move UndefMacros from libdevcore to libsolidity/parsing
2017-07-12 15:07:20 +02:00
chriseth
106acd9cbb Merge pull request #2522 from ethereum/testCode
Added various contracts for testing.
2017-07-12 15:03:29 +02:00
chriseth
fca8d781b4 Merge pull request #2556 from ethereum/inlineasm-calldata
Issue proper warning trying to access calldata variables in inline assembly
2017-07-12 15:02:20 +02:00
Yoichi Hirai
6307a12651
Borrow a sentence from @axic
and edit the phrase "following its type", which sounded like the data follows the type in the call data.
2017-07-12 14:37:12 +02:00
Yoichi Hirai
d5c3ef4605
Nitpicking abi-spec.rst 2017-07-12 13:27:47 +02:00
chriseth
b981ef2055 Merge pull request #1477 from ethereum/doc-remove-fixed
[WIP] docs: ``var x = 1/4`` is not working, so remove description about it
2017-07-12 12:11:13 +02:00
Alex Beregszaszi
db7ad508f8 Issue proper warning trying to access calldata variables in inline assembly 2017-07-12 10:48:44 +02:00
Alex Beregszaszi
699a3724ae Merge pull request #2545 from benjaminion/lll-alloc-updated
LLL: alloc issues round-up
2017-07-11 22:44:41 +02:00
benjaminion
3bc935d932 LLL: rewrite alloc to avoid issues with edge cases. 2017-07-11 21:22:38 +01:00
chriseth
709b1a99c1 Merge pull request #2557 from ethereum/appveyor
Add failing implicit conversion test
2017-07-11 18:38:21 +02:00
Alex Beregszaszi
1682767c6e Add failing implicit conversion test 2017-07-11 14:51:58 +01:00
Alex Beregszaszi
0b17ff1bdd Merge pull request #2554 from ethereum/minMaxValue
Some helper functions.
2017-07-11 12:31:04 +02:00
chriseth
01a1296e90 Helper functions. 2017-07-11 11:24:41 +02:00
Alex Beregszaszi
6fa5d47f8f Merge pull request #2551 from ethereum/fixStructMemberWarning
Fix invalid "explicit storage keyword" warning for reference members of structs.
2017-07-10 19:31:09 +02:00
chriseth
883666d2c0 Fix invalid "explicit storage keyword" warning for reference members of structs. 2017-07-10 18:30:41 +02:00
Alex Beregszaszi
aafcc3606c Merge pull request #2536 from ethereum/releaseChecklist
Release checklist
2017-07-09 09:54:36 +02:00
chriseth
161515f425 Release checklist 2017-07-09 08:26:57 +01:00
Alex Beregszaszi
0b5c0d60bf Merge pull request #2539 from hh3755/patch-1
typo of bitween for between
2017-07-09 00:30:51 +02:00
Alex Beregszaszi
7d1ddfc652 Merge pull request #2540 from benjaminion/lll-for-test
LLL: Test cases for for and while loops.
2017-07-09 00:30:17 +02:00
benjaminion
e3c58eada6 Test cases for for and while loops. 2017-07-08 19:55:41 +01:00
hh3755
d01b02f8cf typo of bitween for between 2017-07-08 17:23:48 +08:00
chriseth
f129372245 Merge pull request #2535 from ethereum/release
Merge release back into develop.
2017-07-06 15:55:05 +02:00
chriseth
08dade9fba Merge pull request #2534 from ethereum/chriseth-patch-1
Bump version.
2017-07-06 14:53:45 +02:00
chriseth
a0f59532b2 Update changelog. 2017-07-06 14:13:00 +02:00
chriseth
eb461b73d1 Bump version. 2017-07-06 14:11:14 +02:00
chriseth
0fb4cb1ab9 Merge pull request #2532 from ethereum/develop
Merge develop to release for 0.4.13.
2017-07-06 12:45:11 +02:00
chriseth
40d4ee4952 Merge pull request #2531 from ethereum/release0413
Release date for 0.4.13
2017-07-06 11:26:28 +02:00
chriseth
f09c55f89c Release date for 0.4.13 2017-07-06 11:06:13 +02:00
Alex Beregszaszi
eca2655cae Merge pull request #2529 from ethereum/warnThrow
Deprecate throw.
2017-07-05 22:24:45 +02:00
chriseth
0400e61e28 Deprecate throw. 2017-07-05 21:15:00 +02:00
chriseth
4bde6fa961 Merge pull request #2528 from ethereum/warnNoStorage
Warn if local storage reference variable does not use "storage" explicitly.
2017-07-05 21:14:06 +02:00
chriseth
2dd9070a4f Merge pull request #2527 from ethereum/onlyASTIfAnalysisSuccessful
Only output AST if the analysis was successful.
2017-07-05 20:40:25 +02:00
chriseth
e3f2771771 Merge pull request #2514 from ethereum/chriseth-patch-1
Run docker deployment on actual releases.
2017-07-05 19:59:44 +02:00
chriseth
a6b632811f Merge pull request #2524 from ethereum/doNotOmitErrorType
Do not omit error type.
2017-07-05 19:46:10 +02:00
chriseth
dd34277ca6 Warn if local storage reference variable does not use "storage" explicitly. 2017-07-05 19:38:00 +02:00
chriseth
3e3a048779 Merge pull request #2475 from elopio/snapcraft
Add the packaging metadata to build the solidity snap
2017-07-05 19:05:52 +02:00
chriseth
75f7f7e1e6 Do not omit error type. 2017-07-05 18:28:14 +02:00
chriseth
da48bcc51e Only output AST if the analysis was successful. 2017-07-05 18:27:32 +02:00
chriseth
ac84b36144 Added various contracts for testing. 2017-07-05 12:39:55 +02:00
Alex Beregszaszi
05a26fc98c Merge pull request #2518 from ethereum/fixInternalVariableAlreadyPresent
Fix internal variable already present error.
2017-07-05 11:04:16 +02:00
Alex Beregszaszi
2b505e7a6f Merge pull request #2521 from PWKad/patch-2
Update contributing.rst
2017-07-05 10:53:44 +02:00
Patrick Walters
b166228a39 Update contributing.rst 2017-07-04 23:46:07 -05:00