Denton Liu
|
41ad2110c2
|
Fix control-structures
|
2016-08-24 11:43:56 -04:00 |
|
Denton Liu
|
1655f3b7bf
|
Update contracts.rst
|
2016-08-24 11:43:55 -04:00 |
|
Denton Liu
|
4bd96d9382
|
Fix description about how blocks work
|
2016-08-24 11:43:55 -04:00 |
|
Denton Liu
|
c65735fc19
|
Change XXX bit to XXX-bit
|
2016-08-24 11:43:55 -04:00 |
|
Denton Liu
|
72f2799556
|
Fix typo
|
2016-08-24 11:43:55 -04:00 |
|
Denton Liu
|
c58e460ba2
|
Change example code formatting
|
2016-08-24 11:43:55 -04:00 |
|
Denton Liu
|
02a72871d2
|
Change capitalisation
|
2016-08-24 11:43:55 -04:00 |
|
Denton Liu
|
ac799aff0e
|
Remove trailing whitespaces
|
2016-08-24 11:43:55 -04:00 |
|
chriseth
|
e20afc71ce
|
Merge pull request #942 from redsquirrel/patch-1
Small documentation update
|
2016-08-24 11:52:59 +02:00 |
|
Dave Hoover
|
1bb53ad3e7
|
Small documentation update
|
2016-08-23 22:53:30 -05:00 |
|
chriseth
|
cab0f5448f
|
Merge pull request #921 from chriseth/astjsoncleanup
JSON AST: Some attribute cleanup. Add linearized base contracts.
|
2016-08-23 17:14:13 +02:00 |
|
chriseth
|
9a2d1a737f
|
Merge pull request #936 from chriseth/fixFormalExp
Fix crash when using json compiler with exponentiation.
|
2016-08-23 17:03:46 +02:00 |
|
chriseth
|
de535a74cf
|
Merge pull request #940 from chriseth/publishViaNode
Use the new update script.
|
2016-08-23 14:45:19 +02:00 |
|
chriseth
|
9db9d3b12b
|
Use the new update script.
|
2016-08-23 14:22:53 +02:00 |
|
chriseth
|
7183658c16
|
Merge pull request #926 from chriseth/pushasm
Explicitly specify length of push data for assembly output.
|
2016-08-22 21:25:08 +02:00 |
|
chriseth
|
345c0f36fb
|
Fix crash when using json compiler with exponentiation.
|
2016-08-20 03:45:39 +02:00 |
|
chriseth
|
0d736fde6d
|
Merge pull request #706 from Denton-L/withdrawal-pattern
Add Withdrawal Pattern Example
|
2016-08-20 02:57:07 +02:00 |
|
Denton Liu
|
876b39e8e5
|
Fix StandardToken
|
2016-08-19 11:21:54 -04:00 |
|
Denton Liu
|
9ca4948d6a
|
CoinAdd .sol prefix to files
|
2016-08-19 11:13:24 -04:00 |
|
Denton Liu
|
e25fcecaf4
|
Rename to StandardToken
|
2016-08-19 11:03:14 -04:00 |
|
Denton Liu
|
e91e945933
|
Remove unnecessary contracts
|
2016-08-19 11:02:54 -04:00 |
|
Mircea Moca
|
01dc055d42
|
Update contracts.rst
I think it's more clear now and without the risk of mentioning the yet discussed accessor concept
|
2016-08-19 17:47:57 +03:00 |
|
Denton Liu
|
74545e70a4
|
Update std imports
|
2016-08-19 10:34:50 -04:00 |
|
Denton Liu
|
04ffff3cac
|
Add ExampleToken
|
2016-08-19 10:34:50 -04:00 |
|
Denton Liu
|
fd578f0ed5
|
Add Token contract
|
2016-08-19 10:34:50 -04:00 |
|
Denton Liu
|
0cd2fc310b
|
Change imports
|
2016-08-19 10:34:50 -04:00 |
|
Denton Liu
|
bf430709d5
|
Add back standard contracts
|
2016-08-19 10:34:50 -04:00 |
|
Denton Liu
|
e00f802f72
|
Remove standard contracts
|
2016-08-19 10:34:50 -04:00 |
|
chriseth
|
35276d99e0
|
JSON AST: Some attribute cleanup. Add linearized base contracts.
|
2016-08-19 13:05:12 +02:00 |
|
chriseth
|
64cec9793a
|
Merge pull request #919 from asinyagin/develop
Add the missing AST-JSON converters
|
2016-08-19 12:55:24 +02:00 |
|
chriseth
|
32c93cf9c9
|
Merge pull request #920 from Denton-L/document-throwing
Add documentation about throwing
|
2016-08-19 11:43:33 +02:00 |
|
Denton Liu
|
e27493aa83
|
Remove throw from withdrawal pattern
|
2016-08-18 12:56:39 -04:00 |
|
Denton Liu
|
bbe7c493ad
|
Document throwing on contract-creation fail
|
2016-08-18 12:47:41 -04:00 |
|
Alex Darby
|
41eaf3a0cc
|
Updated the function withdraw() in the SimpleAuction and BlindAuction contracts to not use a 'throw' if a address send() fails.
|
2016-08-18 18:00:30 +02:00 |
|
Alex Sinyagin
|
4b9eb299d0
|
Rename root AST JSON node to SourceUnit
|
2016-08-18 15:38:20 +00:00 |
|
chriseth
|
cc0bc9b908
|
Explicitly specify length of push data for assembly output.
|
2016-08-18 16:37:42 +02:00 |
|
Alex Sinyagin
|
4387d8bbe3
|
Do not add children to EnumValue and PlaceholderStatement elements in JSON AST
|
2016-08-18 13:29:44 +00:00 |
|
Alex Sinyagin
|
9139d763d3
|
Use the full names for JSON AST nodes
|
2016-08-18 13:12:15 +00:00 |
|
Alex Sinyagin
|
5061eb2b2b
|
Move creation of the root element of JSON AST to the SourceUnit visitor
|
2016-08-18 12:51:17 +00:00 |
|
Alex Sinyagin
|
406f3a4b5d
|
Add ast json converter for PlaceholderStatement
|
2016-08-18 12:30:00 +00:00 |
|
Alex Sinyagin
|
e9c894c9f8
|
Add ast json converter for ArrayTypeName
|
2016-08-18 12:30:00 +00:00 |
|
Alex Sinyagin
|
bdc2436ae3
|
Add ast json converter for ModifierInvocation and EventDefinition
|
2016-08-18 12:30:00 +00:00 |
|
Alex Sinyagin
|
a5d15e6895
|
Add ast json converter for ModifierDefinition
|
2016-08-18 12:29:59 +00:00 |
|
Alex Sinyagin
|
95832da16e
|
Add ast json converter for EnumValue
|
2016-08-18 12:29:59 +00:00 |
|
Alex Sinyagin
|
a9e04217a4
|
Add ast json converter for EnumDefinition
|
2016-08-18 12:29:59 +00:00 |
|
Alex Sinyagin
|
af64219e17
|
Check source loctaion in the InhertanceSpecifier test
|
2016-08-18 12:29:59 +00:00 |
|
Alex Sinyagin
|
40ca2c9e97
|
Add ast json converter for UsingForDirective
|
2016-08-18 12:29:59 +00:00 |
|
Alex Sinyagin
|
9e7fc12463
|
Add a ast json converter for InheritanceSpecifier
|
2016-08-18 12:29:59 +00:00 |
|
Mircea Moca
|
ee51894e73
|
Update contracts.rst
Extended example according to the discussed stuff, clarification & typos
|
2016-08-18 14:16:01 +03:00 |
|
Denton Liu
|
c2cfc819a2
|
Document throwing on calling empty code
|
2016-08-17 14:13:53 -04:00 |
|