chriseth
|
bbdc885478
|
Increment version number.
|
2018-02-14 08:43:49 +01:00 |
|
chriseth
|
3155dd8058
|
Merge pull request #3503 from ethereum/develop
Merge develop into release for v0.4.20.
|
2018-02-14 05:00:41 +01:00 |
|
chriseth
|
ef8292c6bb
|
Update Changelog.md
|
2018-02-13 22:43:20 +01:00 |
|
Alex Beregszaszi
|
fc7d3f1357
|
Merge pull request #3501 from ethereum/prepareRelease
Prepare 0.4.20 release.
|
2018-02-13 20:45:10 +00:00 |
|
chriseth
|
fccede62ce
|
Prepare 0.4.20 release.
|
2018-02-13 17:17:46 +01:00 |
|
chriseth
|
23484ba6a4
|
Merge pull request #3498 from ethereum/allowthisfselector
Allow `this.f.selector` to be pure.
|
2018-02-13 17:08:35 +01:00 |
|
chriseth
|
f84b2c4514
|
Merge pull request #3147 from Balajiganapathi/alternative_scope
Suggest alternatives when identifier not found. Closes #3058.
|
2018-02-13 16:48:21 +01:00 |
|
chriseth
|
1dcd7c5e0b
|
Fix: remove reference.
|
2018-02-13 15:04:10 +00:00 |
|
chriseth
|
5747985e6a
|
Use one-dimensional vector.
|
2018-02-13 15:04:10 +00:00 |
|
chriseth
|
12c3eb8880
|
Suggestion to improve readability.
|
2018-02-13 15:04:10 +00:00 |
|
chriseth
|
dc0a25f1cd
|
Minor changes.
|
2018-02-13 15:04:03 +00:00 |
|
Balajiganapathi S
|
8a491c77ba
|
Restructure code for alternative identifier suggestions
|
2018-02-13 15:00:15 +00:00 |
|
Balajiganapathi S
|
d123e777d3
|
Add tests for similarity routine
|
2018-02-13 14:59:36 +00:00 |
|
Balajiganapathi S
|
b1417b318f
|
Move string distance function to utils and format error message
|
2018-02-13 14:59:33 +00:00 |
|
Balajiganapathi S
|
2859834e58
|
Suggest alternatives when identifier not found.
|
2018-02-13 14:54:36 +00:00 |
|
chriseth
|
aea9e7fe54
|
Add tests for selectors for public variables.
|
2018-02-13 14:15:02 +01:00 |
|
Alex Beregszaszi
|
8f8ad3840e
|
Merge pull request #3349 from federicobond/number-improv
Avoid output messages size blow-up using huge bignums literals
|
2018-02-13 12:36:05 +00:00 |
|
chriseth
|
1d21f30f82
|
Merge pull request #3398 from ConsenSys/install-lllc
Allow lllc to be installed via Make
|
2018-02-13 12:46:15 +01:00 |
|
chriseth
|
560fbd0df1
|
Always use shortened literal number representation.
|
2018-02-13 11:43:47 +01:00 |
|
Alex Beregszaszi
|
52e55b75a2
|
Turn off lllc installation by default
|
2018-02-13 10:21:16 +00:00 |
|
Matthew Halpern
|
da36c82a0a
|
Allow lllc to be installed
|
2018-02-13 10:20:43 +00:00 |
|
Alex Beregszaszi
|
f8810ef9e8
|
Merge pull request #3497 from ethereum/modandchangelog
Mention mod-and-replacement in changelog.
|
2018-02-13 10:18:59 +00:00 |
|
chriseth
|
5916cf1e0a
|
Allow this.f.selector to be pure.
|
2018-02-13 11:00:59 +01:00 |
|
chriseth
|
927adb8f2a
|
Mention mod-and-replacement in changelog.
|
2018-02-13 08:51:11 +01:00 |
|
chriseth
|
729c6a95f8
|
Merge pull request #3425 from jevogel/3301
Deprecate the var keyword in SyntaxChecker
|
2018-02-13 08:40:41 +01:00 |
|
chriseth
|
a75d4ec60e
|
Merge pull request #2818 from ethereum/testGnosis
Also test gnosis contracts.
|
2018-02-13 08:38:55 +01:00 |
|
Alex Beregszaszi
|
27ef979458
|
Merge pull request #3374 from ethereum/optim-mod-pow2
Replace MOD with AND if constant is power of 2
|
2018-02-13 00:39:49 +00:00 |
|
Alex Beregszaszi
|
c7ce6db32a
|
Merge pull request #3477 from ethereum/emscripten-exceptions
Disable greedy exception catcher in Emscripten build
|
2018-02-13 00:13:09 +00:00 |
|
Alex Beregszaszi
|
4876842f69
|
Replace fixed-version pragmas in Gnosis
|
2018-02-12 23:26:07 +00:00 |
|
chriseth
|
32fdb1cd4b
|
Use node 7 as required by Gnosis contracts
|
2018-02-12 23:26:07 +00:00 |
|
chriseth
|
9956d1dd7b
|
Also test Gnosis contracts.
|
2018-02-12 23:26:03 +00:00 |
|
Federico Bond
|
a320ffeafd
|
Avoid output messages size blow-up using huge bignums literals
|
2018-02-12 22:53:33 +00:00 |
|
chriseth
|
1e09d6ba7b
|
Test for Mod-And rule.
|
2018-02-12 22:47:04 +00:00 |
|
Alex Beregszaszi
|
037b97ef4a
|
Replace MOD with AND if constant is power of 2
|
2018-02-12 22:47:04 +00:00 |
|
Alex Beregszaszi
|
b4f99312e6
|
Disable greedy exception catcher in Emscripten build
|
2018-02-12 22:44:51 +00:00 |
|
Alex Beregszaszi
|
954903b505
|
Merge pull request #3489 from ethereum/fixZepplein
Fix some weird zeppelin tests.
|
2018-02-12 22:44:13 +00:00 |
|
Alex Beregszaszi
|
573aa01fd2
|
Adjust tests for multiple errors with the var keyword
|
2018-02-12 22:39:42 +00:00 |
|
Alex Beregszaszi
|
3ddbf1617f
|
Do not use var where not neccessary in tests
|
2018-02-12 22:37:35 +00:00 |
|
Jimmy Vogel
|
dc5ad899d0
|
Deprecate the var keyword (and mark it an error as experimental 0.5.0 feature)
|
2018-02-12 22:37:26 +00:00 |
|
chriseth
|
8795036919
|
Merge pull request #3479 from ethereum/multiError
Support searching inside multiple errors.
|
2018-02-12 22:20:58 +01:00 |
|
chriseth
|
2ce2f08742
|
Fix some weird zeppelin tests.
|
2018-02-12 21:17:58 +00:00 |
|
chriseth
|
bf36821080
|
Merge pull request #3478 from ethereum/simplifierFormatNumber
Format number nicely in the IULIA simplifier.
|
2018-02-12 21:57:05 +01:00 |
|
chriseth
|
676cf52264
|
Support searching inside multiple errors.
|
2018-02-12 16:41:31 +01:00 |
|
Alex Beregszaszi
|
69e2f497ba
|
Merge pull request #3474 from ethereum/circle2
Split emscripten circle job into build and test.
|
2018-02-12 10:13:27 +00:00 |
|
chriseth
|
49d867d27b
|
Merge pull request #3484 from federicobond/fix-segfault
Fix segfault with undeclared array types
|
2018-02-12 10:40:18 +01:00 |
|
Federico Bond
|
75a3a707a2
|
Fix segfault with undeclared array types
|
2018-02-11 21:40:41 -03:00 |
|
chriseth
|
d7e5cc3f97
|
Pretty-print constants in simplifier.
|
2018-02-09 19:00:40 +01:00 |
|
chriseth
|
d84c9e148b
|
Generic pretty-printed numbers..
|
2018-02-09 19:00:40 +01:00 |
|
chriseth
|
937f16afef
|
Handle version for solcjs tests.
|
2018-02-09 18:24:12 +01:00 |
|
chriseth
|
981ff308ec
|
Split solcjs and external tests.
|
2018-02-09 18:24:12 +01:00 |
|