Commit Graph

4958 Commits

Author SHA1 Message Date
chriseth
8236732e9a Merge pull request #458 from ethereum/MappingOfMappingExample
Update frequently-asked-questions.rst
2016-03-30 01:45:15 +02:00
RJ
0c5156ca50 Update frequently-asked-questions.rst 2016-03-29 13:05:42 -05:00
chriseth
5dd81360a9 Merge pull request #453 from michaltrzesimiech/patch-1
Update structure-of-a-contract.rst
2016-03-29 12:48:40 +02:00
chriseth
dc536004a4 Merge pull request #448 from chriseth/movesol
Move evmasm and lll.
2016-03-29 12:09:01 +02:00
michaltrzesimiech
d9158fd7ab Deleting redundant line 2016-03-26 08:48:15 +01:00
chriseth
14d6b0b2d6 Merge pull request #447 from ethereum/Initialize_Contract_with_Wei_call
Update frequently-asked-questions.rst
2016-03-26 00:05:54 +01:00
RJ
927a9710d5 Update frequently-asked-questions.rst 2016-03-25 11:25:14 -05:00
michaltrzesimiech
c994458a94 Update structure-of-a-contract.rst 2016-03-25 14:51:13 +01:00
chriseth
79167aa897 Move libevmasm and lll. 2016-03-23 23:10:10 +01:00
RJ
49dc38bac0 Update frequently-asked-questions.rst 2016-03-23 16:42:01 -05:00
chriseth
2c5641a1db Merge pull request #445 from ssonicblue/patch-1
Update style-guide.rst
2016-03-23 12:02:23 +01:00
ssonicblue
570e7353b5 Update style-guide.rst
Update section 'Variable Declarations' for consistency with the format of the rest of the document.
2016-03-23 12:34:25 +08:00
Dimitry
2851967dac includes 2016-03-22 16:05:27 +04:00
Bob Summerwill
e369e18584 Merge pull request #444 from bobsummerwill/fix_boost
Fix Windows warning for boost in solidity tests
2016-03-21 16:06:36 -07:00
Bob Summerwill
79ef51a778 Fix Windows warning for boost in solidity tests.
We need this fixed before we can enable warnings-as-errors.
2016-03-21 16:05:30 -07:00
Dimitry
332d58d9b9 add liblll lllc libevmasm 2016-03-21 22:15:14 +03:00
Dimitry
0e856a96eb Merge branch 'movelllc' into movelibevmasm 2016-03-21 21:38:51 +03:00
Dimitry
b899933947 Merge branch 'moveliblll' into movelibevmasm 2016-03-21 21:38:40 +03:00
Dimitry
28142ce5bf libevmasm 2016-03-21 21:37:15 +03:00
Dimitry
4675fad0db liblllc 2016-03-21 21:36:01 +03:00
Dimitry
bad14f428b lllc 2016-03-21 21:32:42 +03:00
Dimitry
e71933c63c Merge branch 'develop' of /home/wins/Ethereum/repomove/libethereum into movelllc 2016-03-21 15:05:13 +03:00
Dimitry
3272f940cb move lllc 2016-03-21 15:04:34 +03:00
Dimitry
a8f1b1bc11 Merge branch 'develop' of /home/wins/Ethereum/repomove/libethereum into moveliblll 2016-03-21 14:59:15 +03:00
Dimitry
e95dd9203a move liblll 2016-03-21 14:58:34 +03:00
Dimitry
ce3fc99174 Merge branch 'develop' of /home/wins/Ethereum/repomove/libethereum into develop 2016-03-21 11:56:49 +03:00
Dimitry
b50e65437e move libevmasm 2016-03-21 11:55:45 +03:00
chriseth
e759a24816 Merge pull request #433 from bobsummerwill/develop
Fixed Windows warnings
2016-03-18 11:47:23 +01:00
chriseth
e8bef6fc01 Merge pull request #432 from chriseth/alloc
Allocating arrays.
2016-03-18 11:46:08 +01:00
Bob Summerwill
a1ce66b304 Fixed Windows warnings 2016-03-18 01:22:15 -07:00
chriseth
a81173be10 Extend example 2016-03-14 15:54:12 +01:00
chriseth
d34b59453a Clarification 2016-03-14 15:46:55 +01:00
chriseth
c38797fbff Fix examples. 2016-03-14 15:45:38 +01:00
chriseth
a762694f1d Allocating arrays. 2016-03-14 15:43:38 +01:00
RJ
11d67369bd Put in specific brew version as per the umbrella 2016-03-11 14:40:45 -06:00
chriseth
1f9578cea3 Merge pull request #429 from chriseth/keywords
Breaking changes for version 0.3.0
2016-03-11 17:53:33 +01:00
chriseth
1bf87c6c2b Set version to 0.3.0 2016-03-11 17:52:24 +01:00
chriseth
9b00290d74 Remove timestamp again and some fixes for ufixed parsing. 2016-03-11 17:50:09 +01:00
chriseth
299fef0c79 Do not allow value for delegatecall functions. 2016-03-11 17:50:09 +01:00
RJ Catalano
d0054a8d29 added keyword type and some tests, changes in lexical cast 2016-03-11 17:50:09 +01:00
chriseth
d0bb87ae88 Documentation for delegatecall. 2016-03-11 17:49:59 +01:00
RJ Catalano
b8bcb706e9 stylistic change, and got lexical cast to work with an iterator range 2016-03-11 17:49:32 +01:00
LianaHus
58e07151e3 - inline and assembly keywords added
- some style fixes
2016-03-11 17:49:32 +01:00
RJ Catalano
67793f1aed changed documentation and using lexical cast 2016-03-11 17:49:32 +01:00
RJ Catalano
9f5c3977fb changed extractUnsigned to handle iterators rather than a string 2016-03-11 17:49:32 +01:00
RJ Catalano
2738f4066a changed 1 to 0 in invalid argument catch block 2016-03-11 17:49:32 +01:00
RJ Catalano
93114949a3 needed this one string of notation 2016-03-11 17:49:32 +01:00
RJ Catalano
953e92b6f5 added from identifier or keyword handling of fixed types 2016-03-11 17:49:32 +01:00
RJ Catalano
29b74be413 fixed keyword added in for token type 2016-03-11 17:49:32 +01:00
chriseth
e5514becb8 BREAKING: Implement delegatecall and make default for library calls. 2016-03-11 17:49:32 +01:00