47 Commits
Author SHA1 Message Date
chriseth 5066424758 Build in release mode. 2018-12-18 16:20:02 +01:00
chriseth 02a8e5d4e9 Update to use memorydb for aleth. 2018-12-13 12:07:32 +01:00
Daniel Kirchner 6d82ad1338 Test updates for recent versions of aleth. 2018-12-11 04:47:05 +01:00
Mathias Baumann a3918c2341 ContribDoc: Link formatted instead of raw version of coding guidlines 2018-12-10 16:26:05 +01:00
chriseth 98a0779771 Explain how to get a list of all tests. 2018-12-03 08:26:56 +01:00
Robert Chung 4a907faf44 Added information about debugging and examples on how to run subsets of tests. 2018-12-01 21:40:43 -08:00
Chris Ward 2d5516b28d Review contributing docs for language and ease 2018-11-26 18:40:38 +01:00
chriseth af65bac737 Remove trailing whitespace. 2018-11-12 09:15:22 +01:00
Eitan Levin 1b18891424 up-for-grabs swapped for good first issue 2018-10-30 16:04:15 +02:00
Chris Ward feff3fe3e9 Final contribution review in fuzzer section 2018-10-25 18:40:40 +02:00
mordax f60251f3b4 Add extra documentation for running compiler tests on Windows 2018-10-15 11:37:02 +02:00
chriseth b93c11f7a1 fixup! fixup! fixup! [DOCS] Update contributing. 2018-10-01 13:34:36 +02:00
chriseth 593d303ced fixup! fixup! [DOCS] Update contributing. 2018-10-01 12:54:04 +02:00
chriseth 998de84836 fixup! [DOCS] Update contributing. 2018-09-27 15:24:45 +02:00
chriseth c4d8801495 [DOCS] Update contributing. 2018-09-27 15:07:00 +02:00
Richard Littauer 3af2e66ad9 Extend the CoC to cover all interactions
Previously, the guide implied it only applied to Pull Requests. See https://github.com/ethereum/solidity/issues/4445#issuecomment-418159492.
2018-09-19 10:56:07 -04:00
Jordan Last d0497aacc0 fixing rebase conflicts
add ElementaryTypes::BytesMemory and ElementaryTypes::StringMemory

fix rebase conflicts

fixing rebase conflicts

use make_shared instead of new

fix tabs and StateMutability parameter

create address and addressType functions, fix spaces in comment

fix typo and switch nonpayable to payable

fix spaces

fix comment again
2018-09-13 15:53:06 -06:00
Daniel Kirchner a102f3b783 Remove trailing whitespace for all files in the repository. 2018-09-04 11:30:30 +02:00
Alex Beregszaszi cbcdc9dc42 Point the documentation to the new Code of Conduct URL 2018-08-01 22:42:16 +01:00
Alex Beregszaszi 79ddcc7680 Merge pull request #4453 from ethereum/codeOfConduct
Add Code Of Conduct
2018-07-23 17:00:02 +01:00
Erik Kundt 1e69896cd6 Adds Code Of Conduct. 2018-07-23 17:52:59 +02:00
Alex Beregszaszi 4bd22399da Keep the proper aleth hash in contributing.rst 2018-07-18 10:20:18 +02:00
Alex Beregszaszi f351eb1b3c Document the required cpp-ethereum commit hash 2018-07-18 10:20:08 +02:00
Cryptomental eb92d5f760 docs: Fix typos.
Used codespell and manual fixes.

Refs: #4442
2018-07-10 22:57:59 +02:00
Matías A. Ré Medina de78c816b5 Docs: Missing new line for markdown to display properly
Somehow on the last PR I sent about this section a newline disappeared, I added it again.
2018-07-04 20:23:14 -03:00
Alex Beregszaszi ce4b233f8f Merge pull request #4360 from mattaereal/doc_patches-1
Docs: Adding AFL's alternative configuration with clang.
2018-06-27 17:56:51 +02:00
Matías Aereal Aeón 638ac15956 Adding AFL's alternative configuration with clang. 2018-06-27 11:02:27 -03:00
Nicolás Venturo 1edd2fa165 Add a changelog notice to the contributing doc 2018-06-19 11:04:18 -03:00
a4nkit f79efb8dbf fix typo 2018-06-13 12:50:32 +05:30
chriseth 251e4cff58 Document use of AFL. 2018-04-05 14:39:55 +02:00
chriseth 7cf09941bb Merge pull request #3657 from ethereum/codingStyle
Use coding style.
2018-04-05 10:09:53 +02:00
Erik Kundt 80458b0420 Explains test structure and update mechanism more detailed. 2018-03-27 11:55:21 +02:00
Erik Kundt 9d9c0bf908 Updates "How to contribute"
Adds detailed description of  the new syntax test tool.
2018-03-21 19:35:22 +01:00
Daniel Kirchner 3232561d97 Refactoring; fuse SyntaxTestParser and SyntaxTester to SyntaxTest. 2018-03-13 11:20:11 +01:00
chriseth 6055bc250f Use coding style. 2018-03-06 10:32:58 +01:00
chriseth 2b19bcf609 Link to dev channel 2017-12-18 13:05:08 +00:00
chriseth a1f3046647 Add SMT tests. 2017-09-29 12:44:39 +02:00
chriseth 818a371929 Explain how to run the tests in more detail. 2017-09-05 22:02:43 +01:00
Patrick Walters b166228a39 Update contributing.rst 2017-07-04 23:46:07 -05:00
Alex Beregszaszi 1d4f40e3a2 Document Whiskers. 2017-06-22 16:56:57 +02:00
chriseth 78c892aafa Undo changes to building from source. 2017-06-12 17:18:55 +02:00
Marius Kjærstad 320bc15431 Fixed "building-from-source" link
Fixed building-from-source link in contributing.rst
2017-06-10 14:33:02 +02:00
Alex Beregszaszi 83892399f0 Explain how to run soltest 2016-11-28 20:33:09 +00:00
chriseth e268b5fa3e Explain up-for-grabs issues. 2016-10-13 15:10:12 +02:00
chriseth 4f5a95d569 Update documentation to version 0.4.0. 2016-09-06 19:11:41 +02:00
Denton Liu 30f1288537 Update README to link to new contribution section 2016-08-29 14:05:46 -04:00
Denton Liu 4b74bf799c Create contribution guidelines 2016-08-29 13:28:33 -04:00