chriseth
62d8be9e21
Warning about using integer literals in division.
2016-03-11 16:44:24 +01:00
uberlaufer
770d509af6
Update contracts.rst
2016-03-10 20:55:53 +01:00
uberlaufer
ec3800b28e
shortened lines to 79
2016-03-10 20:53:13 +01:00
uberlaufer
ac03a08bec
Update contracts.rst
...
minor grammar and spelling corrections
2016-03-10 19:12:16 +01:00
Georgios Paralykidis
858274cb19
Typo fix.
2016-03-08 23:13:34 +01:00
MrChico
3dbb8ad92a
ecrecover takes uint8, not byte
2016-03-02 14:57:09 +01:00
Oleg Iakovlev
683f01fb22
[Minor]: typo fix
2016-03-01 13:15:20 +02:00
holgerd77
aec2f4879a
Added in-depth links to function modifiers, structs and enums in structure section
2016-02-19 12:05:56 +01:00
holgerd77
448d1601ce
Name-spacing the structure reference links for not being confused with the globally probably more used in-depth links
2016-02-19 11:47:16 +01:00
holgerd77
acee4b7040
Added in-depth links for further reading to the state variable, function and function modifier overview in the structure section
2016-02-19 11:30:00 +01:00
holgerd77
6640e9e918
Changed reference naming from understore to dash separation for consistency with existing naming
2016-02-19 11:03:30 +01:00
holgerd77
2e52170d7a
Added examples, references to structure section
2016-02-18 11:45:15 +01:00
holgerd77
688313cc51
Comment code examples
2016-02-18 11:08:20 +01:00
holgerd77
0e44481b0f
Code blocks for compiler use section
2016-02-18 11:00:33 +01:00
holgerd77
9904dc386d
Use code blocks for import syntax explanations for better readability
2016-02-18 10:34:23 +01:00
chriseth
c6c3c78327
Merge pull request #382 from chriseth/bytesIndex
...
Index access for bytesXX.
2016-02-11 14:09:53 +01:00
RJ
7b5d96c43b
Update frequently-asked-questions.rst
...
Correcting inline array documentation
2016-02-10 10:53:08 -06:00
RJ
543cc33681
Update frequently-asked-questions.rst
2016-02-10 10:45:46 -06:00
chriseth
13732aed12
Documentation.
2016-02-09 17:07:04 +01:00
Andres Nötzli
1d9f8c26f5
[Documentation] Add details on libjsonrpccpp-dev
...
Add explanation to the documentation that the package name changes from `libjson-rpc-cpp-dev` to `libjsonrpccpp-dev` and is supplied by the universe repository instead of the Ethereum PPA.
2016-02-03 13:04:29 -08:00
Andres Nötzli
f311a6123d
[Documentation] Include correct dev package
...
The Ubuntu part of the installation guide mentions `libjson-rpc-cpp-dev`. However, the correct name seems to be `libjsonrpccpp-dev`.
2016-02-01 11:43:26 -08:00
chriseth
02161b29b8
documentation
2016-01-29 23:17:43 +01:00
chriseth
bdbb7d8a40
Merge pull request #370 from chriseth/redirects
...
Path remappings for solc.
2016-01-28 17:05:12 +01:00
chriseth
bdfd8a6e07
Update index.rst
2016-01-27 18:06:41 +01:00
chriseth
873f961bf4
Add a link to the ethereum stackexchange.
2016-01-27 18:04:30 +01:00
chriseth
92e8c9aec9
Document remappings
2016-01-25 21:02:06 +01:00
Lu Guanqun
41039705ac
[cond-expr] add one doc about conditional expression
2016-01-22 17:14:01 +00:00
chriseth
ca45cfee8c
Merge pull request #306 from pipermerriam/piper/flesh-out-naming-conventions
...
Flesh out naming convention in the Style Guide
2016-01-14 11:38:56 +01:00
chriseth
9ed15c40c6
Some more clarifications about remappings.
2016-01-13 17:35:38 +01:00
chriseth
154dd8cb02
Extended documentation about imports.
2016-01-13 17:35:05 +01:00
chriseth
02c1aacd25
Merge pull request #345 from VoR0220/develop
...
Inline Arrays
2016-01-12 19:01:35 +01:00
RJ Catalano
c45593a444
clarification on dynamic arrays, switcheroo on typepointer, and a documentation test added
2016-01-11 23:41:20 -06:00
chriseth
3d66e5ad2e
Refund actual deposit, and not bid value.
...
Thanks to @jonasnick for finding this.
Fixes #349
2016-01-12 00:47:23 +01:00
RJ Catalano
b230fe1905
forgot to take the auto tabs off...turned into spaces
2016-01-11 15:48:41 -06:00
RJ Catalano
9c29cf79cf
added documentation and one last test for struct creation inline
2016-01-11 15:36:30 -06:00
Piper Merriam
3af5db99b8
fix spelling and heading title
2016-01-06 16:26:08 -07:00
chriseth
252bd142b9
Merge pull request #331 from u2/doc_fix2
...
docs: code sytle
2016-01-04 11:50:22 +01:00
chriseth
306245113d
Merge pull request #329 from guanqun/patch-2
...
[docs]: change unsupported underscore to star
2016-01-04 11:47:47 +01:00
u2
af2e4c0673
docs: code sytle
2015-12-30 20:56:46 +08:00
Lu Guanqun
e213d7f25b
[docs]: change unsupported underscore to start
...
highlight "not"
2015-12-30 13:46:05 +08:00
Lu Guanqun
04eecdc73f
[docs]: add an ending period
2015-12-30 12:28:03 +08:00
chriseth
6b711d0527
Merge pull request #316 from chriseth/docs
...
Fixes in the misc section.
2015-12-21 17:37:08 +01:00
chriseth
8fe89455b3
Fixes in the misc section.
2015-12-21 16:54:32 +01:00
ethers
f03a8c9cb7
sending value to an overloaded function
...
from https://gitter.im/ethereum/solidity?at=5673fb41b5777fb85ba496fa
2015-12-18 18:13:17 -08:00
RJ
96854548f8
Update installing-solidity.rst
2015-12-17 12:55:51 -06:00
RJ
14c7ceef28
Update installing-solidity.rst
2015-12-17 10:36:31 -06:00
RJ Catalano
8edd409c61
new doc
2015-12-17 10:31:37 -06:00
Piper Merriam
d1882bc753
use mixedCase
2015-12-17 08:57:02 -07:00
Piper Merriam
d63ae5a5fa
Flesh out naming convention section of docs
2015-12-16 16:21:04 -07:00
chriseth
5622011bc5
Note about private note being invisible.
2015-12-14 16:22:52 +01:00
chriseth
c7ec85754a
Pygments highlighting rules for Solidity.
2015-12-10 17:30:33 +01:00
chriseth
ca10971291
Merge pull request #293 from chriseth/doc_index
...
Documentation index page and build instructions.
2015-12-10 15:47:18 +01:00
chriseth
9fd7200847
Overflow check.
2015-12-10 12:34:46 +01:00
chriseth
3ce73e0bd3
Added build guide.
2015-12-10 12:22:53 +01:00
chriseth
b344bbac5d
Improved index page.
2015-12-10 11:36:27 +01:00
RJ
8223abaf20
Update for_Ze_Devs.md
2015-12-09 20:45:17 -06:00
RJ
2385f2ffbc
Update for_Ze_Devs.md
2015-12-09 14:04:06 -06:00
RJ
dfea21209e
Update for_Ze_Devs.md
2015-12-09 13:57:05 -06:00
RJ
1f1b180d94
Create for_Ze_Devs.md
...
tentative means to get a dev environment set up for the compiler on OS X
2015-12-09 13:54:26 -06:00
chriseth
92c789a89c
Added some lost changes.
2015-12-07 23:35:39 +01:00
chriseth
99bb8a9740
Add pdf config.
2015-12-07 23:35:39 +01:00
chriseth
64fa9ca478
Imported documentation.
2015-12-07 22:35:51 +01:00