Commit Graph

8334 Commits

Author SHA1 Message Date
Bob Summerwill
9c8eefc46b Flip whitelisting back to 'release' branch.
Also, it looks like my auth token is no good.
Christian will likely have to create one for it to work.
I that he has super-powers for solidity which I do not.
I believe I am a full admin for cpp-ethereum, though, so should be able to generate working auth tokens for that.
2016-08-11 14:04:31 -07:00
Bob Summerwill
8109a4ea5e Merge pull request #871 from bobsummerwill/enable_zip
Added comments about 'auth_token' setup for Appveyor
2016-08-11 13:52:20 -07:00
Denton Liu
33e96cbdd9 Update README 2016-08-11 16:43:04 -04:00
Bob Summerwill
c48248607f Added comments about 'auth_token' setup for Appveyor.
Switched the white-listed branch to 'develop', so we can dry-run the Windows ZIP generation here.
On success, will then delete those artifacts and switch the whitelisting back to 'release', pending creation of a release branch for the solidity repo.
2016-08-11 13:36:49 -07:00
Denton Liu
0f1fb33d58 Add minor corrections 2016-08-11 14:34:36 -04:00
Alex Sinyagin
cbedc7b343 Fix Mapping and InlineAssembly in JSON AST 2016-08-11 17:00:19 +00:00
Alex Sinyagin
a7ff352d38 Fix JSON AST structure 2016-08-11 17:00:19 +00:00
chriseth
69e5409bc5 Merge pull request #857 from cholewa1992/patch-1
Update installing-solidity.rst
2016-08-11 18:53:28 +02:00
chriseth
c26bb83ec2 Merge pull request #870 from chriseth/fixppa
Debug publishing.
2016-08-11 18:27:08 +02:00
chriseth
2561b73a40 Debug publishing. 2016-08-11 18:25:24 +02:00
Denton Liu
1634a79bd8 Correct all UTF-8 spellings 2016-08-11 11:10:47 -04:00
Denton Liu
2a492f59c9 Add double-quotes to style guide 2016-08-11 11:10:47 -04:00
Denton Liu
f2389b3314 Change i.e. to e.g. 2016-08-11 11:10:47 -04:00
Denton Liu
e4f9e1f788 Mention single-quotes 2016-08-11 11:10:47 -04:00
Denton Liu
581114da3e Correct UTF-8 spellings 2016-08-11 11:10:47 -04:00
Denton Liu
058e5f0159 Update contracts and descriptions 2016-08-11 10:45:47 -04:00
chriseth
f2bec51a96 Merge pull request #867 from chriseth/fixppa
Debug publishing.
2016-08-11 16:39:59 +02:00
chriseth
ded6c67424 Debug publishing. 2016-08-11 16:39:38 +02:00
Denton Liu
4737100d00 Change withdrawal example
The example is now a "King of the Ether"-esque contract. This is
actually relevant as they suffered an attack because of an almost
identical issue.

See the post-mortem here:
https://www.kingoftheether.com/postmortem.html
2016-08-11 10:35:45 -04:00
Denton Liu
92a711c4fb Remove after from grammar.txt 2016-08-11 10:15:59 -04:00
Denton Liu
58d37f24ae Remove After test case 2016-08-11 10:15:59 -04:00
Denton Liu
1ff7ba0b06 Remove after keyword from documentation 2016-08-11 10:15:59 -04:00
Denton Liu
faf0b3f669 Remove After from Types.cpp 2016-08-11 10:15:59 -04:00
Denton Liu
cab8e63a0e Revert "Change After to a deprecated token"
This reverts commit 91c97f73b50fc87662b5490b2fe6de1c6ef376c7.
2016-08-11 10:15:59 -04:00
Denton Liu
be98d3db51 Change After to a deprecated token 2016-08-11 10:15:59 -04:00
Denton Liu
5ee846e39f Remove After from ExpressionCompiler 2016-08-11 10:15:59 -04:00
Denton Liu
0988eba4fe Remove after from Token.h 2016-08-11 10:15:59 -04:00
chriseth
7c15fa661a Merge pull request #862 from chriseth/fixpublish
Fix the publishing script to not publish multiple times per day.
2016-08-11 12:34:09 +02:00
chriseth
188a9dcb53 Fix the publishing script to not publish multiple times per day. 2016-08-11 12:21:20 +02:00
Bob Summerwill
e2a46b6a70 Merge pull request #861 from bobsummerwill/zips
Re-add the ZIP release flow for Solidity
2016-08-10 14:22:21 -07:00
Bob Summerwill
52a6737aa5 Re-add the ZIP release flow for Solidity.
It is all within conditionals such that it only works for 'release'.
Just want to start on getting it re-enabled.
Also disabled the Appveyor cache, because it is unreliable.
2016-08-10 14:12:37 -07:00
chriseth
5a3740378f Merge pull request #824 from Denton-L/fix-typo
Fix typo
2016-08-10 21:22:49 +02:00
chriseth
b7c26f4628 Merge pull request #722 from NicolaiSoeborg/develop
Fixes to grammar.txt [WIP]
2016-08-10 21:18:56 +02:00
chriseth
988fe5e5aa Merge pull request #859 from chriseth/fixppa
Fix ppa script
2016-08-10 21:07:15 +02:00
chriseth
ba4cfdac5e Update release date. 2016-08-10 21:04:14 +02:00
chriseth
6f02de791e Fix ppa script. 2016-08-10 21:03:59 +02:00
Denton Liu
666c46ac29 Use store example 2016-08-10 11:11:13 -04:00
Bob Summerwill
3fc68da5cf Merge pull request #848 from bobsummerwill/alpine_linux_install_deps
Blind attempt at adding Alpine Linux support to release.sh
2016-08-10 08:06:51 -07:00
chriseth
55858de1e9 Merge pull request #794 from chriseth/fixastsource
Fix segfault in ast output.
2016-08-10 16:58:17 +02:00
Denton Liu
b688d33055 Change example to auction 2016-08-10 10:42:51 -04:00
Denton Liu
a6c9d85399 Remove trailing whitespace 2016-08-10 10:42:51 -04:00
chriseth
c0bce89133 Merge pull request #775 from chriseth/version
Version 0.3.6
2016-08-10 16:40:55 +02:00
Denton Liu
617daa1f00 Fix withdrawal pattern documentation 2016-08-10 10:40:55 -04:00
Denton Liu
82365f21c0 Link to withdraw pattern 2016-08-10 10:40:55 -04:00
Denton Liu
efb48659dd Add section about withdrawal pattern 2016-08-10 10:40:55 -04:00
chriseth
60c21d24bc Version 0.3.6 2016-08-10 16:39:25 +02:00
chriseth
9fe5fe79cd Add changelog to source tree. 2016-08-10 16:39:25 +02:00
chriseth
e6a031d4e5 Merge pull request #823 from chriseth/releaseppa
PPA release script, still work in progress.
2016-08-10 16:39:11 +02:00
chriseth
fc60839105 Merge pull request #826 from axic/utf8-check
AST printer: do not output invalid UTF8 sequences
2016-08-10 16:31:27 +02:00
Jacob Benjamin Cholewa
adfb2f2b9f Update installing-solidity.rst
The JsonCpp library is also a needed dependency
2016-08-10 15:23:54 +02:00