Commit Graph
11290 Commits
Author SHA1 Message Date
chriseth eb7978d631 Always perform cleanup for EXP. 2018-09-10 14:27:57 +02:00
chriseth f190caf538 Tests. 2018-09-10 14:27:57 +02:00
chriseth cd26fa8300 Merge pull request #4896 from ethereum/expCleanup
Exp cleanup
2018-09-10 14:22:11 +02:00
chriseth b9164eaba2 Merge pull request #4937 from ethereum/fixNewline_0425
[backport] Fix newline bugs
2018-09-10 13:00:03 +02:00
chriseth a1848ac947 Merge pull request #4920 from ethereum/disallow_indexed_ref_v2_for_0_425
Disallow indexed reference types in events when using ABIEncoderV2 (backported)
2018-09-10 12:59:35 +02:00
chriseth 9f6a12eeb5 Update bug description, add regex and tests. 2018-09-10 12:58:40 +02:00
chriseth b84a1b390b Changelog entry and bug list. 2018-09-10 12:47:46 +02:00
chriseth 120438c0cf Always perform cleanup for EXP. 2018-09-10 12:47:46 +02:00
chriseth 7118f53974 Tests. 2018-09-10 12:47:46 +02:00
chriseth 55e4532c72 Changelog. 2018-09-10 12:29:07 +02:00
chriseth 30578cad81 Tests. 2018-09-10 12:28:34 +02:00
chriseth c0d9b492a2 This fixes several bugs with regards to line breaks and comments:
- any unicode line break (line feed, vertical tab, form feed, carriage
   return, NEL, LS and PS) is considered to terminate a single-line
   comment. The line break itself is considered to be the next token
   after the comment, leading to a parser error if it is not an
   ascii character (i.e. for NEL, LS and PS).
 - unterminated multiline comments are considered illegal tokens
 - '/** /' is considered an unterminated multiline comment
   (previously, whitespace was allowed before the last '/'
2018-09-10 12:28:34 +02:00
chriseth 65a439b0fb Refactor handling of whitespace. 2018-09-10 12:28:34 +02:00
chriseth 255eda2ea6 Merge pull request #4912 from ethereum/fixNewline
Fix bugs in comments.
2018-09-10 12:25:07 +02:00
chriseth 86d8502598 Merge pull request #4929 from flantony/patch-1
Add YAKINDU Solidity Tools to Integrations list
2018-09-10 11:12:30 +02:00
Florian Antony b172f89b86 Add YAKINDU Solidity Tools to Integrations list 2018-09-06 21:22:08 +02:00
chriseth 61ee88ff0e Merge pull request #4928 from ethereum/v0425_appveyor_fix
[BACKPORT] Use wildcards for MSVC version in scripts/release.bat.
2018-09-06 19:31:10 +02:00
Daniel Kirchner f531dd9fa0 Use wildcards for MSVC version in scripts/release.bat. 2018-09-06 19:13:04 +02:00
chriseth e1fdf063d2 Merge pull request #4841 from ethereum/struct_event_jsonpath
Buglist check script json path support
2018-09-06 19:08:23 +02:00
Leonardo Alt 9927964d21 Buglist check script supports json paths 2018-09-06 18:42:21 +02:00
chriseth 99022216cd Change "fixed" date. 2018-09-06 18:28:16 +02:00
Leonardo Alt 409b20f204 Bug list entry 2018-09-06 18:28:16 +02:00
Leonardo Alt 13c8bb1c89 Review suggestions 2018-09-06 18:28:16 +02:00
Leonardo Alt bc6366fd52 Add end to end tests 2018-09-06 18:28:16 +02:00
Leonardo Alt 768ea5b0be Disallow indexed reference types in events when using ABIEncoderV2 2018-09-06 18:28:14 +02:00
chriseth ba5625063c Merge pull request #4922 from ethereum/event_struct_error_0425
Disallow structs in events without ABIEncoderV2
2018-09-06 18:26:44 +02:00
Daniel Kirchner 69673f5a4b Include origin filename in the filenames generated by isolate_tests.py. 2018-09-06 18:03:38 +02:00
chriseth c57a60833d Merge pull request #4844 from ethereum/docs-1644-bytecode
Clean up metadata and clarify what small changes affect
2018-09-06 18:01:05 +02:00
chriseth 23ad225126 Merge pull request #4903 from ethereum/chriseth-patch-1
Some tuning of the documentation index.
2018-09-06 18:00:15 +02:00
chriseth f5d289b937 Merge pull request #4905 from ethereum/chriseth-patch-2
Update first part of example.
2018-09-06 17:59:38 +02:00
chriseth 2236e8173c Merge pull request #4918 from lazaridiscom/develop
ignore deps install and cache dirs
2018-09-06 17:56:14 +02:00
Chris Ward 9340fb9881 Clean up metadata and clarify what small changes affect
Updates from review
2018-09-06 17:18:36 +02:00
Leonardo Alt c577e043a4 Disallow structs in events without ABIEncoderV2 2018-09-06 17:11:53 +02:00
chriseth 507cdf6de2 Set version. 2018-09-06 16:55:53 +02:00
chriseth 4fb4846d1f Changelog. 2018-09-06 16:44:59 +02:00
chriseth 6a40048aa4 Tests. 2018-09-06 16:42:59 +02:00
chriseth 0b7b8162ca This fixes several bugs with regards to line breaks and comments:
- any unicode line break (line feed, vertical tab, form feed, carriage
   return, NEL, LS and PS) is considered to terminate a single-line
   comment. The line break itself is considered to be the next token
   after the comment, leading to a parser error if it is not an
   ascii character (i.e. for NEL, LS and PS).
 - unterminated multiline comments are considered illegal tokens
 - '/** /' is considered an unterminated multiline comment
   (previously, whitespace was allowed before the last '/'
2018-09-06 16:42:59 +02:00
chriseth 977ac9c390 Refactor handling of whitespace. 2018-09-06 16:42:59 +02:00
Daniel Kirchner f19cddd59e Merge pull request #4917 from ethereum/parserCleanup
Parser cleanup.
2018-09-06 16:01:44 +02:00
Lazaridis b9c7dd75b8 ignore deps install and cache dirs 2018-09-06 16:32:53 +03:00
Daniel Kirchner f020f96b6c More consistently use parse*() functions without argument in the parser. 2018-09-06 14:55:07 +02:00
chriseth dec5785909 Merge pull request #4846 from ethereum/docs-4574-infofeed
Update Infofeed example code and explanation
2018-09-05 21:49:04 +02:00
chriseth 522174890f Merge pull request #4872 from bakaoh/issue4716
Crash when array index value is too large
2018-09-05 21:47:42 +02:00
chriseth 08a7a51f07 Merge pull request #4887 from ethereum/addressSplit
Split IntegerType into IntegerType and AddressType.
2018-09-05 21:40:49 +02:00
chriseth 2a5997d429 Update first part of example. 2018-09-05 21:39:01 +02:00
Chris Ward 7fc496b6ab Remove unneeded paragraph 2018-09-05 15:48:19 +02:00
chriseth 160f3bf2ae Update index.rst 2018-09-05 14:39:42 +02:00
Daniel Kirchner 87804b6419 Split IntegerType into IntegerType and AddressType. 2018-09-05 12:19:14 +02:00
chriseth 9cb72fe6ca Merge pull request #4889 from liangdzou/develop
add more vim temp files to gitignore file
2018-09-05 11:08:43 +02:00
liangdzou 7982a75deb change the vim temp files pattern to more accurate version 2018-09-05 16:45:05 +08:00