aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Reset knowledge in optimizer for path joins.chriseth2016-08-013-3/+12
| | | | |
| * | | | Test case.chriseth2016-08-011-0/+58
| | | | |
* | | | | Merge pull request #788 from chriseth/emscripchriseth2016-08-015-21/+24
|\ \ \ \ \ | | | | | | | | | | | | Fix emscripten build and add caches.
| * | | | | Cache.chriseth2016-08-011-0/+9
| | | | | |
| * | | | | Fix emscripten build.chriseth2016-08-013-11/+7
| | | | | |
| * | | | | Run the tests only three times.chriseth2016-08-012-10/+8
|/ / / / /
* | | | | Merge pull request #776 from chriseth/deploydocschriseth2016-08-011-1/+5
|\ \ \ \ \ | |/ / / / |/| | | | Deploydocs
| * | | | Made snippet work as is.chriseth2016-08-011-3/+3
| | | | |
| * | | | Update contracts.rstcseberino2016-08-011-2/+6
| |/ / /
* | | | Merge pull request #773 from bobsummerwill/enable_release_flowchriseth2016-08-011-8/+8
|\ \ \ \ | | | | | | | | | | Enable the Emscripten release flow
| * | | | Enable the Emscripten release flow.Bob Summerwill2016-08-011-8/+8
| |/ / / | | | | | | | | | | | | | | | | Now that the standalone changes are committed to develop we need to "flush the pipe". When it is working we can disable the webthree-umbrella original.
* | | | Merge pull request #761 from chriseth/fixOptimizerTestschriseth2016-08-011-3/+6
|\ \ \ \ | | | | | | | | | | Fix optimizer tests.
| * | | | Fix optimizer tests.chriseth2016-08-011-3/+6
| |/ / /
* | | | Merge pull request #750 from ethereum/chriseth-patch-2chriseth2016-08-011-1/+1
|\ \ \ \ | | | | | | | | | | Correct source map definition.
| * | | | Correct source map definition.chriseth2016-07-271-1/+1
| | | | |
* | | | | Merge pull request #764 from Denton-L/make-safechriseth2016-08-011-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Throw if send() fails in example code
| * | | | | Throw if send() fails in example codeDenton Liu2016-07-301-1/+2
| | | | | |
* | | | | | Merge pull request #732 from Denton-L/document-precedencechriseth2016-08-013-1/+67
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Document precedence
| * | | | | Add unary operations to the tableDenton Liu2016-07-291-0/+2
| | | | | |
| * | | | | Link to order of precedence tableDenton Liu2016-07-291-1/+1
| | | | | |
| * | | | | Remove >>> and >>>= operatorsDenton Liu2016-07-271-3/+3
| | | | | |
| * | | | | Revert "Remove comma operator"Denton Liu2016-07-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1ec74f8cc4b952331b3003e2326eb90aa7fc2e55.
| * | | | | Fix assignment operatorsDenton Liu2016-07-271-0/+1
| | | | | |
| * | | | | Remove comma operatorDenton Liu2016-07-271-3/+0
| | | | | |
| * | | | | Add link to operator tableDenton Liu2016-07-212-0/+5
| | | | | |
| * | | | | Create order of precedence tableDenton Liu2016-07-211-0/+58
| | | | | |
* | | | | | Merge pull request #770 from bobsummerwill/standalone_changesBob Summerwill2016-08-0169-199/+5900
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Make the Solidity repository standalone
| * | | | | Make the Solidity repository standalone.Bob Summerwill2016-08-0169-199/+5900
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit is the culmination of several months of work to decouple Solidity from the webthree-umbrella so that it can be developed in parallel with cpp-ethereum (the Ethereum C++ runtime) and so that even for the Solidity unit-tests there is no hard-dependency onto the C++ runtime. The Tests-over-IPC refactoring was a major step in the same process which was already committed. This commit contains the following changes: - A subset of the CMake functionality in webthree-helpers was extracted and tailored for Solidity into ./cmake. Further cleanup is certainly possible. - A subset of the libdevcore functionality in libweb3core was extracted and tailored for Solidity into ./libdevcore. Further cleanup is certainly possible - The gas price constants in EVMSchedule were orphaned into libevmasm. - Some other refactorings and cleanups were made to sever unnecessary EVM dependencies in the Solidity unit-tests. - TravisCI and Appveyor support was added, covering builds and running of the unit-tests (Linux and macOS only for now) - A bug-fix was made to get the Tests-over-IPC running on macOS. - There are still reliability issues in the unit-tests, which need immediate attention. The Travis build has been flipped to run the unit-tests 5 times, to try to flush these out. - The Emscripten automation which was previously in webthree-umbrella was merged into the TravisCI automation here. - The development ZIP deployment step has been commented out, but we will want to read that ONLY for release branch. Further iteration on these changes will definitely be needed, but I feel these have got to sufficient maturity than holding them back further isn't winning us anything. It is go time :-)
* | | | | Merge pull request #756 from chriseth/alloczerochriseth2016-07-293-3/+21
|\ \ \ \ \ | | | | | | | | | | | | Bugfix: Allocate empty array.
| * | | | | Bugfix: Allocate empty array.chriseth2016-07-283-3/+21
|/ / / / /
* | | | | Merge pull request #751 from ethereum/chriseth-patch-3Bob Summerwill2016-07-281-3/+6
|\ \ \ \ \ | |_|/ / / |/| | | | Mix is discontinued
| * | | | Mix is discontinuedchriseth2016-07-271-3/+6
|/ / / /
* | | | Merge pull request #745 from Manidos/patch-1chriseth2016-07-271-1/+1
|\ \ \ \ | | | | | | | | | | Update contracts.rst
| * | | | Update contracts.rstManidos2016-07-271-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | I've changed line 88, because **if (msg.sender == creator)** threw an exception in solidity browser compier. Untitled:25:13: Error: Operator == not compatible with types address and contract TokenCreator if (msg.sender == creator) ^-------------------^
* | | | Merge pull request #721 from ethers/patch-5chriseth2016-07-271-1/+1
|\ \ \ \ | |_|/ / |/| | | mixedCase for modifiers
| * | | mixedCase for modifiersethers2016-07-141-1/+1
| | |/ | |/|
* | | Merge pull request #738 from DennisBPeterson/patch-3chriseth2016-07-251-0/+39
|\ \ \ | | | | | | | | Added tx.origin caution
| * | | Added tx.origin cautionDennisBPeterson2016-07-221-0/+39
|/ / /
* | | Merge pull request #731 from Denton-L/move-tokenchriseth2016-07-211-2/+2
|\ \ \ | | | | | | | | Move `in` as a keyword to reserved word section
| * | | Fix isCompareOp()Denton Liu2016-07-211-1/+1
| | | |
| * | | Move `in` as a keyword to reserved word sectionDenton Liu2016-07-211-1/+1
| | |/ | |/|
* | | Merge pull request #734 from ZhuWeiyang/patch-1chriseth2016-07-211-0/+1
|\ \ \ | | | | | | | | Missing '_' in modifier 'timedTransitions'
| * | | Missing '_' in modifier 'timedTransitions'Weiyang Zhu2016-07-211-0/+1
|/ / /
* | | Merge pull request #699 from chriseth/sourceLocationchriseth2016-07-218-64/+365
|\ \ \ | | | | | | | | WIP: Source location as part of AST.
| * | | Source mapping documentation.chriseth2016-07-211-0/+53
| | | |
| * | | Source location as part of AST.chriseth2016-07-217-64/+312
|/ / /
* | | Merge pull request #720 from chriseth/formalStatechriseth2016-07-212-48/+169
|\ \ \ | | | | | | | | Formal Verification: Handle external effects.
| * | | Handle external effects.chriseth2016-07-132-48/+169
| | |/ | |/|
* | | Merge pull request #728 from chriseth/formaloutchriseth2016-07-193-3/+22
|\ \ \ | | | | | | | | Provide formal version in json output.
| * | | Provide formal version in json output.chriseth2016-07-193-3/+22
| | | |
* | | | Merge pull request #704 from ethereum/malleabilitychriseth2016-07-191-1/+5
|\ \ \ \ | |_|_|/ |/| | | Expanded malleability risks.
| * | | Expanded malleability risks.chriseth2016-07-071-2/+6
| | | |
* | | | Merge pull request #729 from Denton-L/minor-correctionschriseth2016-07-193-4/+4
|\ \ \ \ | |_|/ / |/| | | Minor corrections to documentation
| * | | Fix typosDenton Liu2016-07-132-3/+3
| | | |
| * | | Update copyrightDenton Liu2016-07-121-1/+1
| | |/ | |/|
* | | Merge pull request #711 from chriseth/canonicalchriseth2016-07-181-8/+8
|\ \ \ | |/ / |/| | Store non-canonical version.
| * | Store non-canonical version.chriseth2016-07-111-8/+8
|/ /
* | Merge pull request #680 from Denton-L/fix-679chriseth2016-07-092-4/+12
|\ \ | | | | | | Add section about default values of variables
| * | Incorporate changesDenton Liu2016-07-091-2/+1
| | |
| * | Apply fixesDenton Liu2016-07-051-5/+4
| | |
| * | Add reference to default values in mapping sectionDenton Liu2016-07-041-1/+1
| | |
| * | Fix incorrect directivesDenton Liu2016-07-041-3/+5
| | |
| * | Add section about default values of variablesDenton Liu2016-06-231-2/+10
| | |
* | | Merge pull request #689 from redsquirrel/patch-1chriseth2016-07-091-1/+1
|\ \ \ | | | | | | | | Removing "easy" language
| * | | Removing "easy" languageDave Hoover2016-06-271-1/+1
| | | | | | | | | | | | I'm trying to steer us away from language that over-simplifies the complexity of writing secure smart contracts.
* | | | Merge pull request #700 from Denton-L/secchriseth2016-07-092-49/+52
|\ \ \ \ | | | | | | | | | | Minor Changes to #693
| * | | | Repharse sentenceDenton Liu2016-07-091-1/+2
| | | | |
| * | | | Mention dangers of polymorphismDenton Liu2016-07-081-1/+4
| | | | |
| * | | | Incorporate correctionsDenton Liu2016-07-082-4/+4
| | | | |
| * | | | Reformat codeDenton Liu2016-07-051-17/+16
| | | | |
| * | | | Correct grammar and languageDenton Liu2016-07-052-34/+34
| | |_|/ | |/| |
* | | | Merge pull request #703 from raineorshine/patch-2chriseth2016-07-081-0/+12
|\ \ \ \ | | | | | | | | | | Documentation: Add Solidity Tools
| * | | | Documentation: Add Solidity ToolsRaine Revere2016-07-061-0/+12
| |/ / /
* | | | Merge pull request #701 from svantetobias/developchriseth2016-07-081-2/+2
|\ \ \ \ | |/ / / |/| | | Fixed mix-up of variable names in Sent event
| * | | Fixed mix-up of variable names in Sent eventsvantetobias2016-07-061-2/+2
|/ / / | | | | | | event Sent(address from, address to, uint amount) defines "amount" variable but it is two times referred to as "value", which can be a bit confusing for the reader.
* | | Merge pull request #693 from chriseth/secchriseth2016-07-057-32/+263
|\ \ \ | | | | | | | | Security Considerations
| * | | Fixes.chriseth2016-07-041-10/+23
| | | |
| * | | Security Considerationschriseth2016-07-047-32/+250
|/ / /
* | | Merge pull request #608 from chriseth/testViaIPCchriseth2016-07-0117-373/+817
|\ \ \ | |/ / |/| | Test via IPC.
| * | Do not link to libethereum for tests.chriseth2016-07-011-1/+1
| | |
| * | Fix jsoncpp includes for macos.chriseth2016-07-012-3/+3
| | |
| * | Fix test contracts.chriseth2016-06-292-5/+12
| | |
| * | Re-enable registrar tests.chriseth2016-06-291-2/+2
| | |
| * | Test via ipc on travis.chriseth2016-06-292-2/+13
| | |
| * | Rename IPCSocket and removed unused code in TestHelper.chriseth2016-06-295-90/+4
| | |
| * | Fixes for gas tests.chriseth2016-06-291-1/+16
| | |
| * | Some more test fixes.chriseth2016-06-293-5/+6
| | |
| * | Fix some more tests.chriseth2016-06-298-179/+220
| | |
| * | Fix empty storage check.chriseth2016-06-291-1/+3
| | |
| * | Parse arguments in free function.chriseth2016-06-292-18/+10
| | |
| * | parse command line argumentsDimitry2016-06-292-3/+32
| | | | | | | | | | | | ipcPath
| * | replace BalanceAtDimitry2016-06-295-24/+27
| | | | | | | | | | | | | | | add addressHasCode remove m_state and sealengine
| * | Balance and storage.chriseth2016-06-295-65/+82
| | |
| * | logschriseth2016-06-295-12/+42
| | |
| * | styleDimitry2016-06-291-5/+4
| | |
| * | fix rpc miningDimitry2016-06-291-18/+12
| | |
| * | Refactor testing via IPC.chriseth2016-06-2913-194/+239
| | |
| * | Stylechriseth2016-06-293-10/+12
| | |
| * | disable tests on windowsDimitry2016-06-291-1/+1
| | |
| * | test frameworkDimitry2016-06-294-64/+375
| | | | | | | | | | | | IPC socket and RPC communication with node
| * | Initial poc to test via ipc.chriseth2016-06-291-0/+31
|/ /
* | Merge pull request #672 from pjdelport/patch-1chriseth2016-06-271-1/+1
|\ \ | | | | | | Update link to atom-ethereum-interface package
| * | Update link to atom-ethereum-interface packagePi Delport2016-06-201-1/+1
| | |
* | | Merge pull request #677 from chriseth/unusedReturnchriseth2016-06-273-0/+102
|\ \ \ | | | | | | | | Warn about unused return values.
| * | | Only warn about unused return in low-level functions.chriseth2016-06-262-7/+64
| | | |
| * | | Warn about unused return values.chriseth2016-06-263-0/+45
|/ / /
* | | Merge pull request #682 from chriseth/travischriseth2016-06-263-11/+151
|\ \ \ | | | | | | | | Use travis for tests, too.
| * | | Use travis for tests, too.chriseth2016-06-263-11/+151
| | |/ | |/|
* | | Merge pull request #685 from redsquirrel/patch-5chriseth2016-06-261-5/+5
|\ \ \ | |/ / |/| | Fixing library examples that don't compile.
| * | Fixing library examples that don't compile.Dave Hoover2016-06-251-5/+5
|/ / | | | | Addressing https://github.com/ethereum/solidity/issues/684
* | Merge pull request #658 from graup/graup-patch-1chriseth2016-06-211-1/+1
|\ \ | | | | | | Fix typo in Libraries section
| * | Fix typo in Libraries sectionPaul Grau2016-06-181-2/+2
| | |
* | | Merge pull request #555 from Denton-L/single-line-functionschriseth2016-06-211-1/+10
|\ \ \ | | | | | | | | Added a Clause in Style Guide about Single Line Function Declarations
| * | | Change whitespace section to include exceptionDenton Liu2016-05-121-1/+5
| | | | | | | | | | | | | | | | | | | | For single-line functions, some whitespace padding makes the functions slightly more readable.
| * | | Changed do_something to doSomethingDenton Liu2016-05-121-9/+9
| | | | | | | | | | | | | | | | This is in accordance to the style guide
| * | | Added a clause about short functionsDenton Liu2016-05-061-0/+5
| | | |
* | | | Merge pull request #669 from fabioberger/patch-2chriseth2016-06-211-2/+2
|\ \ \ \ | | | | | | | | | | Fix two documentation typos
| * | | | Fix two documentation typosFabio Berger2016-06-201-2/+2
| | | | |
* | | | | Merge pull request #673 from pjdelport/patch-2chriseth2016-06-211-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Restore correct inline code sample
| * | | | | Restore correct inline code samplePi Delport2016-06-201-1/+1
| | |_|_|/ | |/| | | | | | | | (This appears to have been accidentally broken in a73428b4.)
* | | | | Merge pull request #675 from pjdelport/patch-3chriseth2016-06-201-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Add missing inline code tag
| * | | | Add missing inline code tagPi Delport2016-06-201-1/+1
|/ / / /
* | | / Merge pull request #667 from fabioberger/patch-1chriseth2016-06-192-2/+2
|\| | | | |_|/ |/| | Documentation Typos
| * | Fix mis-typed word. The recipient will `run` out of gas, not `go` out of gasFabio Berger2016-06-191-1/+1
| | |
| * | Added missing word in sentenceFabio Berger2016-06-181-1/+1
|/ /
* | Merge pull request #652 from chriseth/fixStdinchriseth2016-06-151-1/+2
|\ \ | | | | | | Fix crash for input from stdin.
| * | Fix crash for input from stdin.chriseth2016-06-151-1/+2
|/ /
* | Merge pull request #646 from chriseth/versionchriseth2016-06-111-1/+1
|\ \ | | | | | | Version 0.3.5
| * | Version 0.3.5chriseth2016-06-101-1/+1
|/ /
* | Merge pull request #640 from chriseth/globalPathschriseth2016-06-108-94/+185
|\ \ | | | | | | Allow remappings to change depending on the context.
| * | Allow remappings to change depending on the context.chriseth2016-06-098-94/+185
| | |
* | | Merge pull request #644 from ethereum/chriseth-patch-1chriseth2016-06-101-13/+3
|\ \ \ | | | | | | | | Cleanup readme
| * | | Cleanup readmechriseth2016-06-091-13/+3
| | | | | | | | | | | | Licensing section was not used and adding all the authors to a file is redundant given the git history.
* | | | Merge pull request #616 from chriseth/docschriseth2016-06-103-29/+61
|\ \ \ \ | |/ / / |/| | | Removed some problems in documentation examples.
| * | | Typo.chriseth2016-06-091-1/+1
| | | |
| * | | stylechriseth2016-06-021-3/+5
| | | |
| * | | Removed some problems in documentation examples.chriseth2016-05-313-28/+58
| | | |
* | | | Merge pull request #641 from axic/patch/shift-parserchriseth2016-06-092-1/+3
|\ \ \ \ | | | | | | | | | | Trivial shift parser fixes
| * | | | Include SHR case in ExpressionCompiler::appendShiftOperatorCodeAlex Beregszaszi2016-06-081-0/+2
| | | | |
| * | | | Fix Token::isBitOp to exclude shift operatorsAlex Beregszaszi2016-06-081-1/+1
| | | | |
* | | | | Merge pull request #643 from chriseth/correctLicenseBob Summerwill2016-06-092-22/+675
|\ \ \ \ \ | | | | | | | | | | | | Align license to those in file headers.
| * | | | | Align license to those in file headers.chriseth2016-06-092-22/+675
|/ / / / /
* | | | | Merge pull request #642 from bobsummerwill/opensuseBob Summerwill2016-06-091-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix warning showing up in openSUSE build.
| * | | | Fix warning showing up in openSUSE build.Bob Summerwill2016-06-081-1/+1
| |/ / /
* | | | Merge pull request #618 from chriseth/inlineArrayschriseth2016-06-091-0/+38
|\ \ \ \ | | | | | | | | | | Document inline arrays.
| * | | | Fixed typo.chriseth2016-06-031-1/+1
| | | | |
| * | | | Document inline arrays.chriseth2016-05-311-0/+38
| | |/ / | |/| |
* | | | Merge pull request #634 from chriseth/fixConstructorOverridechriseth2016-06-083-1/+22
|\ \ \ \ | |_|/ / |/| | | Fix constructor override
| * | | Disallow implementation of abstract function by constructor of derived class.chriseth2016-06-072-1/+7
| | | |
| * | | Tests for implementation by constructor.chriseth2016-06-071-0/+15
| | | |
* | | | Merge pull request #612 from Denton-L/global-variableschriseth2016-06-074-37/+83
|\ \ \ \ | |/ / / |/| | | Cleaned up and modified global variables documentation
| * | | Added back 'For more information...' statementDenton Liu2016-06-031-0/+2
| | | |
| * | | Changed reference nameDenton Liu2016-06-022-3/+2
| | | |
| * | | Fixed a bad referenceDenton Liu2016-06-021-1/+2
| | | |
| * | | Added newlines to fix build errorDenton Liu2016-06-021-0/+2
| | | |
| * | | Documented max stack depth at 1024Denton Liu2016-06-022-2/+2
| | | |
| * | | Make address link look betterDenton Liu2016-06-021-4/+2
| | | |
| * | | uint20 is not a typeDenton Liu2016-06-021-2/+2
| | | |
| * | | Copied warning message from cherry-picked commitDenton Liu2016-06-021-3/+4
| | | |
| * | | Updated incorrect list numberDenton Liu2016-06-021-1/+1
| | | |
| * | | Document some pitfalls in connection with "send".chriseth2016-06-022-0/+24
| | | |
| * | | Link address-type and address-global methodsDenton Liu2016-06-022-0/+4
| | | |
| * | | Corrected typoDenton Liu2016-06-021-1/+1
| | | |
| * | | Named the global function parametersDenton Liu2016-05-312-6/+6
| | | |
| * | | Added section on address-related constantsDenton Liu2016-05-311-0/+15
| | | |
| * | | Corrected descriptions of hashesDenton Liu2016-05-311-3/+3
| | | |
| * | | Removed leading spaceDenton Liu2016-05-311-14/+14
| | | |
| * | | Made explicit that we use KECCAK-256Denton Liu2016-05-312-2/+2
| | | |
| * | | Removed ending periods for consistencyDenton Liu2016-05-311-3/+3
| | | |
| * | | Added the type of .balanceDenton Liu2016-05-311-1/+1
| | | |
| * | | Sorted block attributes alphabeticallyDenton Liu2016-05-312-2/+2
| | | |
| * | | Made it apparent that block.blockhash is functionDenton Liu2016-05-312-2/+2
| | | |
| * | | Corrected underline lengthDenton Liu2016-05-311-1/+1
| | | |
| * | | Corrected capitalisation on index.rstDenton Liu2016-05-311-5/+5
| |/ /
* | | Merge pull request #624 from chriseth/inaccessibleDynTypechriseth2016-06-064-17/+76
|\ \ \ | | | | | | | | Inaccessible dynamic types
| * | | Add a test for a struct accessor.chriseth2016-06-051-0/+26
| | | |
| * | | Inaccessible dynamic typeschriseth2016-06-024-17/+50
| | | |
* | | | Merge pull request #629 from giact/developchriseth2016-06-061-34/+42
|\ \ \ \ | | | | | | | | | | Updated build instructions for Ubuntu 16.04
| * | | | Up-to-date build instructions for Ubuntu 14.04Giacomo Tazzari2016-06-051-3/+25
| | | | |
| * | | | I forgot to finish typing a paragraphGiacomo Tazzari2016-06-051-1/+1
| | | | |
| * | | | Instructions to build Solidity on Ubuntu 16.04Giacomo Tazzari2016-06-051-39/+25
| |/ / / | | | | | | | | | | | | Minimal dependencies for Solidity on Ubuntu 16.04, removed those for older Ubuntu versions for now (they were a bit confusing). Removed --all and added -DETHASHCL=0 to ethbuild.sh when building Solidity only.
* | | | Merge pull request #625 from chriseth/fixheaderschriseth2016-06-051-1/+1
|\ \ \ \ | |/ / / |/| | | Include nested headers.
| * | | Include nested headers.chriseth2016-06-031-1/+1
|/ / /
* | | Merge pull request #620 from bobsummerwill/versionBob Summerwill2016-06-011-1/+1
|\ \ \ | |/ / |/| | Updated version number to 0.3.4.
| * | Updated version number to 0.3.4.Bob Summerwill2016-06-011-1/+1
|/ / | | | | | | | | This is a really minor release, corresponding to webthree-umbrella 1.2.5 -> 1.2.6. Just a couple of days worth of changes.
* | Merge pull request #596 from Denton-L/docs-inline-syntaxchriseth2016-05-3113-498/+503
|\ \ | | | | | | Corrected inline syntax in documentation
| * | Added a section about .send() returning falseDenton Liu2016-05-301-0/+3
| | |
| * | Added @Arachnid's string libraryDenton Liu2016-05-301-1/+1
| | |
| * | Removed inline code formatting for one titleDenton Liu2016-05-301-2/+2
| | |
| * | Corrected underline lengthsDenton Liu2016-05-301-30/+30
| | |
| * | Changed inline code syntaxDenton Liu2016-05-3012-456/+456
| | | | | | | | | | | | Changed from :code:`<inline>` to ``<inline>``
| * | Modified units-and-global-variables.rstDenton Liu2016-05-301-39/+39
| | | | | | | | | | | | Corrected syntax for inline code
| * | Modified types.rstDenton Liu2016-05-301-83/+83
| | | | | | | | | | | | Corrected inline code syntax
| * | Modified style-guide.rstDenton Liu2016-05-301-4/+4
| | | | | | | | | | | | Corrected inline code syntax
| * | Corrected solidity-by-example.rstDenton Liu2016-05-301-1/+1
| | | | | | | | | | | | Fixed inline code syntax
| * | Modified miscellaneous.rstDenton Liu2016-05-301-59/+61
| | | | | | | | | | | | Corrected inline code syntax
| * | Modified layout-of-source-files.rstDenton Liu2016-05-301-19/+19
| | | | | | | | | | | | Corrected inline code syntax
| * | Modified introduction-to-smart-contracts.rstDenton Liu2016-05-301-25/+25
| | | | | | | | | | | | Corrected inline code syntax
| * | Modified installing-solidity.rstDenton Liu2016-05-301-3/+3
| | | | | | | | | | | | Corrected inline code syntax
| * | Fixed whitespacing issuesDenton Liu2016-05-301-10/+10
| | |
| * | Corrected FAQ titlesDenton Liu2016-05-301-66/+66
| | |
| * | Modified frequently-asked-questions.rstDenton Liu2016-05-301-78/+78
| | | | | | | | | | | | Changed inline code syntax
| * | Modified control-structures.rstDenton Liu2016-05-301-46/+46
| | | | | | | | | | | | Changed inline code syntax
| * | Modified contracts.rstDenton Liu2016-05-301-60/+60
| | | | | | | | | | | | Changed inline code syntax
| * | Modified common-patterns.rstDenton Liu2016-05-301-4/+4
|/ / | | | | | | Now it uses proper inline code syntax
* | Merge pull request #607 from Latrasis/developBob Summerwill2016-05-281-1/+4
|\ \ | | | | | | Add Atom Solidity Linter to Docs
| * | Added Atom Solidity Linter to DocsJacob Payne2016-05-281-1/+4
|/ /
* | Merge pull request #604 from chriseth/versionchriseth2016-05-271-1/+1
|\ \ | | | | | | Set version to 0.3.3.
| * | Set version to 0.3.3.chriseth2016-05-271-1/+1
|/ /
* | Merge pull request #601 from mathvdh/patch-1chriseth2016-05-271-1/+1
|\ \ | | | | | | Typo correction in solidity-by-example.rst
| * | Typo correction in solidity-by-example.rstMathieu Van der Haegen2016-05-261-1/+1
| | | | | | | | | Just correcting a simple typo in the comments of the code
* | | Merge pull request #600 from ethereum/vimandemacschriseth2016-05-271-2/+8
|\ \ \ | |/ / |/| | Add vim and emacs plugins.
| * | Use original vim-solidity repositorychriseth2016-05-271-1/+1
| | |
| * | Add vim and emacs plugins.chriseth2016-05-261-2/+8
|/ /
* | Merge pull request #593 from Denton-L/docs-fpnchriseth2016-05-251-1/+2
|\ \ | | | | | | Fixed errors introduced by previous commit
| * | Fixed errors introduced by previous commitDenton Liu2016-05-241-1/+2
| | | | | | | | | | | | #565 introduced some errors in the documentation
* | | Merge pull request #588 from chriseth/cleanupchriseth2016-05-257-26/+49
|\ \ \ | |/ / |/| | Fix: Perform proper cleanup for bytesNN types.
| * | Fixes for invalid cleanups for small types.chriseth2016-05-205-26/+19
| | |
| * | Tests for invalid cleanup and missing bool conversion code.chriseth2016-05-202-0/+30
| | |
* | | Merge pull request #586 from chriseth/updatelinkchriseth2016-05-246-20/+10
|\ \ \ | |/ / |/| | Update links to browser-solidity.
| * | Remove remark about not being able to deploy.chriseth2016-05-201-1/+1
| | |
| * | Update links to browser-solidity.chriseth2016-05-206-20/+10
|/ /
* | Merge pull request #578 from winsvega/developchriseth2016-05-201-2/+24
|\ \ | | | | | | More Solidity IDE links
| * | More links to solidity implementationsDimitry2016-05-201-2/+24
| | |
* | | Merge pull request #565 from VoR0220/fixedDataTypechriseth2016-05-203-22/+114
|\ \ \ | | | | | | | | Fixed data typename fixes and documentation
| * | | updated docsVoR02202016-05-192-12/+61
| | | | | | | | | | | | | | | | | | | | | | | | types reference
| * | | explicit conversion and loosening of binary operations on integer and fixed ↵VoR02202016-05-192-26/+12
| | | | | | | | | | | | | | | | | | | | | | | | point types...still other problems fixed some spaces and deleted lines from failing test
| * | | current debugging infoVoR02202016-05-192-2/+59
| | | |
* | | | Merge pull request #587 from redsquirrel/patch-3chriseth2016-05-201-1/+1
|\ \ \ \ | | | | | | | | | | Typo fix in documentation
| * | | | Typo fixDave Hoover2016-05-201-1/+1
|/ / / /
* | | | Merge pull request #584 from chriseth/refactorContractCompilerchriseth2016-05-204-871/+999
|\ \ \ \ | | | | | | | | | | Refactor compiler to avoid weird swap of contexts
| * | | | Refactor compiler to avoid weird swap of contextschriseth2016-05-204-871/+999
| | | | |
* | | | | Merge pull request #585 from Denton-L/docs-installationchriseth2016-05-201-4/+4
|\ \ \ \ \ | |/ / / / |/| | | | Corrected npm repository link to solc-js
| * | | | Corrected capitalisationDenton Liu2016-05-201-3/+3
| | | | |
| * | | | Changed link to point to solc-js repoDenton Liu2016-05-201-1/+1
|/ / / /
* | | | Merge pull request #581 from Denton-L/docs-correctionschriseth2016-05-196-39/+42
|\ \ \ \ | |/ / / |/| | | Minor Corrections to Documentation Content
| * | | Corrected typoDenton Liu2016-05-191-1/+1
| | | |
| * | | Changed link from markdown to rstDenton Liu2016-05-193-4/+6
| | | | | | | | | | | | | | | | Added labels for the links to point to
| * | | Corrected capitalisation of symbol namesDenton Liu2016-05-194-21/+22
| | | |
| * | | Corrected documentation for ecrecoverDenton Liu2016-05-192-3/+3
| | | |
| * | | Corrected "who's" to "whose"Denton Liu2016-05-191-2/+2
| | | |
| * | | Changed do_something to doSomethingDenton Liu2016-05-191-9/+9
|/ / / | | | | | | | | | This is in accordance to the style guide
* | | Merge pull request #582 from chriseth/travisForDocschriseth2016-05-194-2/+15
|\ \ \ | | | | | | | | Use travis to check documentation.
| * | | Corrected errors.chriseth2016-05-193-2/+4
| | | |
| * | | Use travis to check documentation.chriseth2016-05-191-0/+11
|/ / /
* | | Merge pull request #580 from Denton-L/docs-whitespacechriseth2016-05-1912-562/+621
|\ \ \ | |/ / |/| | Corrections to Documentation Spacing
| * | Fixed a badly resolved merge conflictDenton Liu2016-05-191-3/+3
| | |
| * | Changed whitespace formattingDenton Liu2016-05-189-186/+219
| | |
| * | Added space to example codeDenton Liu2016-05-181-0/+4
| | |
| * | Removed trailing whitespaceDenton Liu2016-05-186-37/+37
| | |