Commit Graph

9472 Commits

Author SHA1 Message Date
chriseth
917dd28eef Simplify FunctionType constructors. 2018-02-26 10:45:41 +01:00
Alex Beregszaszi
6b3a5e5d87
Merge pull request #3585 from aaroncolaco/develop
Fix example; closes #3582
2018-02-26 10:21:08 +01:00
Aaron Colaço
ef7fbf8d0c Fix example; closes #3582 2018-02-24 00:09:49 +05:30
chriseth
272262ea99
Merge pull request #3499 from ethereum/runEndToEndOnCircle
Run EndToEnd tests on circle, too.
2018-02-23 14:29:10 +01:00
chriseth
b80baa8002 Run EndToEnd tests on circle, too. 2018-02-23 13:13:48 +01:00
chriseth
cae6cc2c33
Merge pull request #3578 from etherchina/develop
Add the link for Solidity documentation in Simplified Chinese
2018-02-23 09:46:30 +01:00
Hongbin Zuo
02307235c5 add in progress 2018-02-23 16:44:05 +08:00
chriseth
f8bbf84fa4
Merge pull request #3579 from ethereum/fuzzer-stdin
Use readStandardInput in the fuzzer
2018-02-23 09:36:33 +01:00
Alex Beregszaszi
4d1b969543 Use readStandardInput in the fuzzer 2018-02-23 09:05:04 +01:00
Hongbin Zuo
fc3473b282 Why you made this change:
Talked with Chris and Matt, in order to develop stronger ethereum community in China, we decided to initiate the activity to translate Solidity documentation into Simplified Chinese version. We have invited over 10 experienced translators as a team to contribute on this effort.

What you did:
I finished translation of index.rst into Simplified Chinese and wanted it to be added into main doc index.
2018-02-23 15:06:14 +08:00
chriseth
2b62c201be
Merge pull request #3538 from ethereum/emitEvents
emit pseudo-keyword for events.
2018-02-22 22:42:04 +01:00
chriseth
97d1c70491
Merge pull request #3575 from OTTTO/develop
Recommend to explicitly label the visibility of functions.
2018-02-22 22:41:29 +01:00
Alex Beregszaszi
260eb7ab10
Merge pull request #3573 from ethereum/retryTests
Try external tests twice.
2018-02-22 20:48:11 +01:00
Dax Bondye
2ac49b3c2d Reccomend to explicitly label the visibility of functions. 2018-02-22 10:23:20 -08:00
chriseth
71a34abd87
Merge pull request #3513 from OTTTO/develop
Add "Maximum Line Length" section
2018-02-22 16:12:49 +01:00
DYLAN BECKWITH
187e50b14c Recommend consistent style for wrapping long lines. 2018-02-22 07:01:07 -08:00
chriseth
b1acb7d226 Try external tests twice. 2018-02-22 15:35:44 +01:00
chriseth
7d87aed5d0
Merge pull request #3552 from ethereum/chriseth-patch-1
ABI: Clarify padding direction.
2018-02-22 15:32:18 +01:00
chriseth
2ada9683dd
Use the term "trailing zero-bytes". 2018-02-22 15:24:14 +01:00
chriseth
b5a3b6a429 Parser test. 2018-02-22 15:17:43 +01:00
chriseth
ad010f557b Tests for warnings. 2018-02-22 15:17:43 +01:00
chriseth
8c1a8ecc2e Warn about using events without emit. 2018-02-22 15:17:42 +01:00
chriseth
f58024b974 Documentation about emitting events. 2018-02-22 15:17:42 +01:00
chriseth
04c922e5ed Changelog entry. 2018-02-22 15:17:41 +01:00
chriseth
388718b59f Introduce emit statement. 2018-02-22 15:17:30 +01:00
chriseth
8fc9535d43
Merge pull request #3565 from ethereum/doNotWarnAboutAnalysisOnlyExpFeatures
Do not warn about analysis-only experimental features.
2018-02-22 15:17:19 +01:00
chriseth
c182284d28 Do not warn about analysis-only experimental features. 2018-02-22 14:50:20 +01:00
chriseth
090d703740
Merge pull request #3571 from ethereum/cppcheck
Mark functions const
2018-02-22 14:44:33 +01:00
chriseth
ca35963f84
Merge pull request #3570 from ethereum/assembly-oversized-literals
Raise error on oversized number literals in assembly
2018-02-22 14:42:52 +01:00
Alex Beregszaszi
68a8e67cc3 Mark functions const 2018-02-22 01:25:16 +01:00
Alex Beregszaszi
42856e0f53 Add assertion for boolean literals in Julia-mode 2018-02-22 01:02:23 +01:00
Alex Beregszaszi
ae02bb5aad Raise error on oversized number literals in assembly 2018-02-22 01:02:19 +01:00
chriseth
bb2a48e05c
Merge pull request #3566 from mirgj/patch-1
Update solidity-by-example.rst
2018-02-21 21:46:59 +01:00
mirgj
d01786f0aa
Update solidity-by-example.rst
highestBidder is the address.
it's highestBid that should be != 0 to be considered as pending return.

It's that right?
2018-02-22 01:42:57 +08:00
chriseth
20d8254029
Merge pull request #3427 from duaraghav8/patch-3
Abstract Contracts: Add note about function type
2018-02-21 18:04:35 +01:00
chriseth
98324d6c89
Merge pull request #3555 from ethereum/libraryTestCallInput
Provide proper input for test call.
2018-02-21 17:23:41 +01:00
chriseth
7cec049285
Merge pull request #3548 from ethereum/documentationOnCircle
Build documentation on CircleCI.
2018-02-21 17:22:01 +01:00
chriseth
a048d69c03 Build documentation on CircleCI. 2018-02-21 16:35:37 +01:00
chriseth
16c7eabc1c
Merge pull request #3559 from ethereum/emscripten-fail-on-undefined
CMake: abort if linking results in undefined symbols with emscripten
2018-02-21 06:27:11 +01:00
chriseth
2f862b4728
Merge pull request #3561 from ldct/patch-2
Create .gitattributes
2018-02-21 00:42:53 +01:00
chriseth
3076a434ba
Merge pull request #3554 from ethereum/reuseScannerOrNot
Expect end of string at end of top-level block for assembly parser.
2018-02-21 00:41:57 +01:00
chriseth
e2bf5de8a2 Expect end of string at end of top-level block for assembly parser. 2018-02-21 00:41:39 +01:00
Li Xuanji
0936a44bea
Create .gitattributes 2018-02-20 18:41:02 -05:00
Alex Beregszaszi
c43953f9fe CMake: abort if linking results in undefined symbols with emscripten 2018-02-20 23:28:43 +01:00
Alex Beregszaszi
70790d4729
Merge pull request #3532 from aarlt/libdevcore_new_json_api
Add new JSON API for better abstraction and for supporting strict JSON parsing
2018-02-20 22:33:14 +01:00
Alexander Arlt
0f29ac4e56 Add new JSON API for better abstraction and for supporting strict JSON parsing 2018-02-20 21:58:26 +01:00
chriseth
89a8f4096c Provide proper input for test call. 2018-02-20 19:31:26 +01:00
chriseth
dcc4083b23
Merge pull request #3553 from ethereum/simpleOptimizerTestFix
Provide input for two optimizer tests.
2018-02-20 19:25:37 +01:00
chriseth
3ba8af4fd5 Provide input for two optimizer tests. 2018-02-20 18:03:39 +01:00
Alex Beregszaszi
f5f00b4ee9
Merge pull request #3535 from ethereum/fixShadowing
Fix shadowing detection for aliases
2018-02-20 16:42:02 +01:00