Commit Graph

12889 Commits

Author SHA1 Message Date
Chua Chee Wee
15427dc8d3
Change phrase in type deduction
updated phrase in type deduction from "any value of this type" to "the highest value of this type"
2017-11-16 23:18:06 +08:00
chriseth
03b3faa8ef Tone down similarity to JavaScript. 2017-11-16 13:18:43 +01:00
Alex Beregszaszi
58e452d14d
Merge pull request #3173 from federicobond/improve-number-grammar
Improve rule for decimal numbers in grammar.txt
2017-11-16 09:43:47 +00:00
chriseth
0c1fc594ef
Merge pull request #3209 from ethereum/unimplemented-msgs
Add explanation to unimplemented assertions
2017-11-16 04:32:51 -05:00
Federico Bond
58a0f09f8e Improve rule for decimal numbers in grammar.txt 2017-11-15 17:11:45 -03:00
Alex Beregszaszi
f2e9dea5e7
Merge pull request #3194 from kseo/print-using-for
Print using for directive in ASTPrinter
2017-11-15 17:20:49 +00:00
Alex Beregszaszi
c1e202618c Add explanation to unimplemented assertions 2017-11-15 17:19:29 +00:00
Kwang Yul Seo
02db1ad584 Print using for directive in ASTPrinter 2017-11-16 01:36:57 +09:00
Alex Beregszaszi
5e55b27e28
Merge pull request #3207 from ethereum/chriseth-patch-2
Remove obsolote statement about msg.sender and library calls.
2017-11-15 16:36:14 +00:00
Alex Beregszaszi
08fec146ba
Merge pull request #3206 from kseo/outdated-comment
Update outdated comments
2017-11-15 16:35:53 +00:00
Alex Beregszaszi
ed3ce43d6d
Merge pull request #3189 from kseo/unused
Remove unused method
2017-11-15 16:31:22 +00:00
chriseth
3121608d7c
Remove obsolote statement about msg.sender and library calls. 2017-11-15 17:08:42 +01:00
Kwang Yul Seo
33664c04a8 Update outdated comments
_errors -> _errorReporter.
2017-11-16 00:28:41 +09:00
chriseth
e3206d8e6c
Merge pull request #3205 from ethereum/LianaHus-patch-1-docs
Update index.rst
2017-11-15 08:18:11 -05:00
Liana Husikyan
9d328d308d
Update index.rst
Some minor text editing.
2017-11-15 03:18:30 +01:00
chriseth
bc39e730b6
Merge pull request #3201 from kseo/typo
Fix a typo
2017-11-14 18:53:47 -05:00
Francisco Giordano
0b3ef5bbc7 Make tuple components optional in documented grammar 2017-11-14 16:35:50 -03:00
Kwang Yul Seo
f364529713 Fix a typo
A semicolon was mistakenly inserted where a string concatenation
operator was meant.
2017-11-14 21:50:09 +09:00
chriseth
060b2c2b23
Merge pull request #3191 from kseo/redundant-check
Remove a redundant check
2017-11-13 05:54:41 -05:00
Kwang Yul Seo
d70ff5f8c3 Remove a redundant check
m_type can't be FunctionType::Kind::DelegateCall.
2017-11-13 09:54:55 +09:00
Kwang Yul Seo
486647fd38 Remove unused method
The body of Function::functionIdentifier is missing and is not used.
2017-11-12 22:27:05 +09:00
Alex Beregszaszi
284c383972
Merge pull request #3188 from guanqun/fix-deps-script
Update the script for Ubuntu Artful 17.10
2017-11-10 21:14:22 -05:00
Guanqun Lu
664f33afe0 Update the script for Ubuntu Artful 17.10 2017-11-11 03:01:33 +08:00
janat08
dfac04d139
Update introduction-to-smart-contracts.rst 2017-11-09 05:17:28 +06:00
Alex Beregszaszi
dc154b4e56
Merge pull request #3155 from chuacw/patch-1
Changed limitation to feature
2017-10-30 12:08:51 +00:00
Chua Chee Wee
d4db1624b5
Changed limitation to feature
Changed the word "limitation" to "feature" for the note where transfer is described.
2017-10-30 15:40:28 +08:00
Alex Beregszaszi
eb140bc6d6
Merge pull request #3150 from walter-weinmann/develop
abi-spec: example code doesn't fit grammar.txt.
2017-10-29 13:28:34 +00:00
walter-weinmann
fcf66721da abi-spec: example code doesn't fit grammar.txt. 2017-10-29 11:58:00 +01:00
Christian Pamidov
f9b240096f Fixed typos (#3139) 2017-10-28 12:48:57 +01:00
chriseth
1e085f85de Merge pull request #3133 from federicobond/add-missing-tests
Add missing name resolver tests
2017-10-27 16:53:46 +02:00
Federico Bond
3cd6ac418a Add missing name resolver tests 2017-10-26 14:13:33 -03:00
chriseth
59d4dfbd9b Merge pull request #3130 from nakov/patch-1
Improved the "Naming" section
2017-10-26 10:34:58 +02:00
Svetlin Nakov
58778be567 Fixed typos 2017-10-25 22:58:18 +03:00
Svetlin Nakov
f39cf7be41 Improved the "Naming" section
Improved the "Naming" section. Added naming examples. Improved consistency.
2017-10-25 10:33:26 +03:00
Alex Beregszaszi
cacc0e4b46 Merge pull request #2607 from federicobond/better-error-output
cmdlineTests: print solc output instead of contract code on error
2017-10-24 12:16:55 +01:00
Boris Kostenko
3c91564dd9 Include modexp precompile in genesis for testing (#3114) 2017-10-24 10:42:48 +01:00
chriseth
1313e9d882 Merge pull request #3126 from limexp/fix/2300-skip-bytecodecompare
Fix PR #3113. No bytecodecompare if tests failed
2017-10-24 11:01:36 +02:00
Boris Kostenko
c06fc97f3c Fix folder changes 2017-10-23 23:08:07 +03:00
Boris Kostenko
baaa032a75 No bytecodecompare if tests failed (issue #2300)
Fix PR #3113
2017-10-23 23:02:42 +03:00
Alex Beregszaszi
6f4220ef55 Merge pull request #3117 from ethereum/wallet-test
Do not use the precompile address 0x05 in the wallet tests
2017-10-23 20:51:03 +01:00
Alex Beregszaszi
dcbcd36be7 Do not use the precompile address 0x05 in the wallet tests (but a randomized address) 2017-10-23 20:20:32 +01:00
chriseth
31318305f3 Merge pull request #3113 from limexp/fix/2300-skip-bytecodecompare
No bytecodecompare if tests failed (issue #2300)
2017-10-23 10:57:23 +02:00
chriseth
dc6b1f02bc Merge pull request #3092 from rivenhk/b_2885
added formatting when source snippets is too long
2017-10-23 10:54:52 +02:00
rivenhk
ccc54c84f3 updated Changelog.md 2017-10-22 00:28:31 +08:00
chriseth
4f30582db4 Merge pull request #3053 from wjmelements/nit-examples
Replace biddingTime with auctionEnd in auction example
2017-10-20 18:06:45 +02:00
chriseth
90b0a6efb9 Merge pull request #3119 from ethereum/rpc-account
Fix RPC account creation with gaps
2017-10-20 17:04:52 +02:00
chriseth
7d0e46bf59 Merge pull request #3030 from ethereum/smt-variable-types
SMT enforce variable types
2017-10-20 16:55:09 +02:00
Alex Beregszaszi
faa0a662c7 Always create the correct account even if gaps are needed 2017-10-20 14:23:37 +01:00
Alex Beregszaszi
81e9c679c4 Add helper RPCSession::createAccount 2017-10-20 14:23:37 +01:00
Alex Beregszaszi
bdd2858bfd Merge pull request #3107 from ethereum/constexpr-detailed
More detailed errors for invalid array lengths (such as division by zero)
2017-10-20 13:23:16 +01:00