aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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
| | |
| * | Added an extra necessary linebreakDenton Liu2016-05-181-0/+1
| | |
| * | Removed trailing whitespaceDenton Liu2016-05-182-7/+7
| | |
| * | Fixed table formattingDenton Liu2016-05-181-141/+141
| | |
| * | Replaced tabs with spacesDenton Liu2016-05-181-97/+97
| | |
| * | Increased clarity of assembly statementDenton Liu2016-05-181-2/+5
| | |
| * | Corrected spacing to four spacesDenton Liu2016-05-181-38/+40
| | |
| * | Removed trailing spaceDenton Liu2016-05-181-1/+1
| | |
| * | Replaced all tabs with spacesDenton Liu2016-05-181-50/+50
| | |
| * | More code-style correctionsDenton Liu2016-05-181-5/+21
|/ /
* | Merge pull request #572 from Melvillian/fix-example-contract-abichriseth2016-05-181-1/+1
|\ \ | | | | | | fix example solidity contract code by adding argument to constructor
| * | fix example solidity contract code by adding argument to constructorAlex Melville2016-05-161-1/+1
| | |
* | | Merge pull request #545 from chriseth/accessFunLabelschriseth2016-05-186-21/+62
|\ \ \ | | | | | | | | Allow access to functions in inline assembly.
| * | | Typochriseth2016-05-171-1/+1
| | | |
| * | | Allow access to functions in inline assembly.chriseth2016-05-126-21/+62
| | | |
* | | | Merge pull request #501 from VoR0220/quitIfNoArgumentschriseth2016-05-171-1/+8
|\ \ \ \ | | | | | | | | | | Make solc quit if no arguments are supplied to the compiler.
| * | | | much better and simpler way of handling thisVoR02202016-05-141-1/+8
| | | | |
* | | | | Merge pull request #566 from ethereum/msvc2015Paweł Bylica2016-05-171-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Suppress a warning in LLL parser on MSVC 2015
| * | | | | Suppress a warning in LLL parser on MSVC 2015Paweł Bylica2016-05-131-0/+4
| | | | | |
* | | | | | Merge pull request #575 from moneroexamples/fix_call_of_overloaded_gcc61Bob Summerwill2016-05-171-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | fix: error: call of overloaded ‘list(int, <brace-enclosed initializer…
| * | | | | fix: error: call of overloaded ‘list(int, <brace-enclosed initializer ↵moneroexample2016-05-171-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | list>)’ Issue: https://github.com/ethereum/solidity/issues/574 Compilation of webthree-umbrella on Arch with gcc 6.1 results in the following error: /home/mwo/webthree-umbrella/solidity/libsolidity/analysis/NameAndTypeResolver.cpp:299:51: error: call of overloaded ‘list(int, <brace-enclosed initializer list>)’ is ambiguous list<list<ContractDefinition const*>> input(1, {}); This can be overcome by explicitly specifying initial value, for example: list<list<ContractDefinition const*>> input(1, list<ContractDefinition const*>{})
* | | | | Merge pull request #546 from chriseth/fixiszerochriseth2016-05-143-5/+25
|\ \ \ \ \ | | | | | | | | | | | | Correctly use not/bnot/iszero.
| * | | | | Correctly use not/bnot/iszero.chriseth2016-05-093-5/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A long time ago, some opcodes were renamed. Now we should only have not (bitwise negation) and iszero (logical negation).
* | | | | | Merge pull request #543 from raineorshine/patch-1chriseth2016-05-141-2/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add this.balance and this.send to units-and-global-variables.rst
| * | | | | Update units-and-global-variables.rst with link to address refRaine Revere2016-05-101-5/+2
| | | | | |
| * | | | | Add this.balance and this.send to units-and-global-variables.rstRaine Revere2016-05-091-0/+4
| |/ / / / | | | | | | | | | | I looked here for this information and didn't initially find it. Hoping to help out others who think the same way as me and look here.
* | | | | Merge pull request #557 from Denton-L/scopingchriseth2016-05-131-0/+57
|\ \ \ \ \ | |_|/ / / |/| | | | Added Section about Scoping Behaviours
| * | | | Removed unnecessary periodDenton Liu2016-05-131-2/+2
| | | | |
| * | | | Added origin of scoping rulesDenton Liu2016-05-121-0/+1
| | | | |
| * | | | Moved comment to more logical placeDenton Liu2016-05-121-1/+1
| | | | |
| * | | | Removed trailing spacesDenton Liu2016-05-121-4/+4
| | | | |
| * | | | Added contentDenton Liu2016-05-121-0/+51
| | | | |
| * | | | Changed the titleDenton Liu2016-05-121-4/+3
| | | | |
| * | | | Created scoping sectionDenton Liu2016-05-121-0/+6
| |/ / /
* | | | Merge pull request #552 from mario02423/patch-1chriseth2016-05-121-1/+1
|\ \ \ \ | |_|/ / |/| | | Update style-guide.rst
| * | | Update style-guide.rstmario024232016-05-101-1/+1
| |/ / | | | | | | Removed extraneous comma from line 366
* | | Merge pull request #402 from VoR0220/fixedDataTypechriseth2016-05-1213-210/+1047
|\ \ \ | |/ / |/| | Fixed Type initial PR
| * | Remove unused tests and add asserts for not implemented parts in code ↵chriseth2016-05-117-37/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generation. quick fix on christian's rational change so that ubuntu will stop yelling be more specific with rational declaration for Windows sake rational in namespace correction for windows
| * | Simplify interface of RationalNumber.chriseth2016-05-115-24/+25
| | |
| * | Special case for moving sign bit to fractional part.chriseth2016-05-111-5/+10
| | |
| * | Cleanup.chriseth2016-05-111-14/+19
| | |
| * | Disallow explicit fixed->enum, but allow bytes->fixed.chriseth2016-05-111-1/+1
| | |
| * | Some cleanup.chriseth2016-05-112-60/+32
| | |
| * | Replace "unsigned int" by "unsigned".chriseth2016-05-111-9/+9
| | |
| * | Prefer mobileType() to check rational range.chriseth2016-05-113-26/+23
| | |
| * | Correctly handle unexpected exceptions during tests.chriseth2016-05-111-2/+34
| | |
| * | reorganized tests and fixed mobile types and implicit conversions of ↵VoR02202016-05-103-181/+263
| | | | | | | | | | | | | | | | | | | | | | | | rationals and fixed point types one final tweak check for null types
| * | updated algorithm for bit finding...now to figure out literal valueVoR02202016-05-106-144/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tiny fixups changed location of the check got rid of extra space and fixed a couple of things added binary results bits change back literal value
| * | changed algorithm for finding bitsVoR02202016-05-101-29/+37
| | |
| * | much better way of doing modulusVoR02202016-05-101-8/+2
| | |
| * | added bytes conversion tests, resolved that, converted to binary scaling, ↵VoR02202016-05-105-87/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactored the find algo to prevent large numbers and take into account integer bytes think we're good on solidity type name resolution now removed couts updates to documentation and more removed couts along with literal value implementation forgot semicolons
| * | fixing modulus and Solidity Name and Type ResolutionVoR02202016-05-104-284/+10
| | | | | | | | | | | | | | | | | | minor fixes current attempts at binary fixup
| * | rational renamingVoR02202016-05-102-4/+4
| | |
| * | changed names for Rational Constants and categoriesVoR02202016-05-106-49/+53
| | |
| * | currently what we haveVoR02202016-05-102-5/+9
| | |
| * | got exponents up and working with their inverse, changed a few of the ↵RJ Catalano2016-05-105-93/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests....something is working that likely shouldn't be slight changes to how to flip the rational negative around...still trying to figure it out tests added updated tests odd differences in trying soltest from solc binary, let me know if you can replicate test not working for odd reason fixed test problem with fixed literals...still need a way to log this error broken up the tests, added some, changed some things in types and began compiler work moar tests and prepping for rebuilding much of the types.cpp file further fixing infinite loop still happening but it's somewhere in the fixedPoint methodd fractional bits needed algo improved! Eliminated 2 errors Corrected problems with the previous commit. No infinite loops. Actually appear to have corrected an error
| * | size capabilities functioning properly for fixed typesRJ Catalano2016-05-101-9/+4
| | |
| * | fixed problem with var...probably a conversion problem for fixed in size ↵RJ Catalano2016-05-103-5/+73
| | | | | | | | | | | | | | | | | | | | | | | | capabilities adding fixed type tests Removing bitshift and regrouping fixed type tests together
| * | fix for token bug, also quick fix for the wei and secondsRJ Catalano2016-05-102-2/+2
| | |
| * | Rational implemented...trying to figure out exponentialRJ Catalano2016-05-102-54/+45
| | |
| * | initial work for fixed types...potentially needing a constant literal type ↵RJ Catalano2016-05-1013-135/+1010
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for this notation Rational implemented...trying to figure out exponential fix for token bug, also quick fix for the wei and seconds fixed problem with var...probably a conversion problem for fixed in size capabilities adding fixed type tests Removing bitshift and regrouping fixed type tests together size capabilities functioning properly for fixed types got exponents up and working with their inverse, changed a few of the tests....something is working that likely shouldn't be slight changes to how to flip the rational negative around...still trying to figure it out tests added updated tests odd differences in trying soltest from solc binary, let me know if you can replicate test not working for odd reason fixed test problem with fixed literals...still need a way to log this error broken up the tests, added some, changed some things in types and began compiler work moar tests and prepping for rebuilding much of the types.cpp file further fixing initial work for fixed types...potentially needing a constant literal type for this
* | Merge pull request #541 from Denton-L/developchriseth2016-05-076-90/+208
|\| | | | | Minor Documentation Changes
| * Removed trailing whitespaceDenton Liu2016-05-061-2/+2
| |
| * Removed bulleted listDenton Liu2016-05-061-3/+3
| |
| * Moved the location of the "||"Denton Liu2016-05-061-3/+3
| |
| * Fixed up formattingDenton Liu2016-05-061-62/+94
| |
| * Corrected formattingDenton Liu2016-05-061-9/+37
| |
| * Rephrased awkward phrasingDenton Liu2016-05-061-1/+1
| |