Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4849 from lastmjs/develop | chriseth | 2018-09-14 | 1 | -1/+1 |
|\ | | | | | Introduce static elementary types to use | ||||
| * | fixing rebase conflicts | Jordan Last | 2018-09-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Blockchain basics part 2 | chriseth | 2018-09-14 | 2 | -17/+29 |
| | | |||||
* | | Merge branch 'release' into develop. | chriseth | 2018-09-14 | 2 | -1/+5 |
|\ \ | |/ |/| | |||||
| * | Set relase date of 0.4.25. | chriseth | 2018-09-13 | 1 | -0/+4 |
| | | |||||
| * | Bugfix entry regarding nested arrays returned by library functions | Leonardo Alt | 2018-09-11 | 3 | -10/+30 |
| | | |||||
| * | Buglist check script supports json paths | Leonardo Alt | 2018-09-10 | 3 | -18/+77 |
| | | |||||
| * | Update bug description, add regex and tests. | chriseth | 2018-09-10 | 2 | -47/+48 |
| | | |||||
| * | Changelog entry and bug list. | chriseth | 2018-09-10 | 2 | -6/+56 |
| | | |||||
| * | Change "fixed" date. | chriseth | 2018-09-07 | 1 | -1/+1 |
| | | |||||
| * | Bug list entry | Leonardo Alt | 2018-09-07 | 2 | -6/+28 |
| | | |||||
* | | Merge pull request #4911 from ethereum/addressPayable | Daniel Kirchner | 2018-09-13 | 8 | -38/+56 |
|\ \ | | | | | | | Payable and non-payable address type. | ||||
| * | | Add payable and non-payable state mutability to AddressType. | Daniel Kirchner | 2018-09-13 | 8 | -38/+56 |
| | | | |||||
* | | | Second part of coin example. | chriseth | 2018-09-13 | 1 | -10/+21 |
|/ / | |||||
* | | Accept ``address payable`` during parsing. | Daniel Kirchner | 2018-09-11 | 1 | -0/+1 |
| | | |||||
* | | On a yul switch, at least one case is required when there is no default ↵ | Leo Arias | 2018-09-11 | 1 | -1/+3 |
| | | | | | | | | statement | ||||
* | | Update bug description, add regex and tests. | chriseth | 2018-09-10 | 2 | -48/+49 |
| | | |||||
* | | Changelog entry and bug list. | chriseth | 2018-09-10 | 2 | -0/+50 |
| | | |||||
* | | Add YAKINDU Solidity Tools to Integrations list | Florian Antony | 2018-09-07 | 1 | -0/+5 |
| | | |||||
* | | Buglist check script supports json paths | Leonardo Alt | 2018-09-07 | 2 | -23/+29 |
| | | |||||
* | | Merge pull request #4844 from ethereum/docs-1644-bytecode | chriseth | 2018-09-07 | 1 | -17/+17 |
|\ \ | | | | | | | Clean up metadata and clarify what small changes affect | ||||
| * | | Clean up metadata and clarify what small changes affect | Chris Ward | 2018-09-06 | 1 | -18/+18 |
| | | | | | | | | | | | | Updates from review | ||||
* | | | Merge pull request #4903 from ethereum/chriseth-patch-1 | chriseth | 2018-09-07 | 1 | -9/+13 |
|\ \ \ | | | | | | | | | Some tuning of the documentation index. | ||||
| * | | | Update index.rst | chriseth | 2018-09-05 | 1 | -9/+13 |
| | | | | |||||
* | | | | Merge pull request #4905 from ethereum/chriseth-patch-2 | chriseth | 2018-09-06 | 1 | -18/+21 |
|\ \ \ \ | | | | | | | | | | | Update first part of example. | ||||
| * | | | | Update first part of example. | chriseth | 2018-09-06 | 1 | -18/+21 |
| |/ / / | |||||
* | | | | Merge pull request #4846 from ethereum/docs-4574-infofeed | chriseth | 2018-09-06 | 1 | -13/+5 |
|\ \ \ \ | |/ / / |/| | | | Update Infofeed example code and explanation | ||||
| * | | | Remove unneeded paragraph | Chris Ward | 2018-09-05 | 1 | -3/+0 |
| | | | | |||||
| * | | | Update Infofeed example code and explanation | Chris Ward | 2018-08-22 | 1 | -12/+7 |
| |/ / | |||||
* | | | Merge pull request #4883 from ethereum/docs_json_urls_allow_paths | chriseth | 2018-09-05 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Mention in docs that standard json url files need --allow-paths | ||||
| * | | | Mention in the standard json documentation that files in urls need their ↵ | Leonardo Alt | 2018-09-03 | 1 | -0/+2 |
| |/ / | | | | | | | | | | directories allowed via --allow-paths | ||||
* | | | Merge pull request #4878 from federicobond/patch-1 | chriseth | 2018-09-05 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Add hex numbers with uppercase X to grammar.txt | ||||
| * | | | Add hex numbers with uppercase X to grammar.txt | Federico Bond | 2018-09-02 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #4829 from ethereum/callBytesReturn | chriseth | 2018-09-04 | 2 | -3/+6 |
|\ \ \ | | | | | | | | | Add return data to bare calls. | ||||
| * | | | Update documentation. | Daniel Kirchner | 2018-09-04 | 2 | -3/+6 |
| | | | | |||||
* | | | | Merge pull request #4856 from ethereum/fix_docs_remix_url | chriseth | 2018-09-04 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix local remix-ide url in docs | ||||
| * | | | | Fix remix-ide url in docs | Leonardo Alt | 2018-09-04 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #4836 from ethereum/docs-1532-remapping | chriseth | 2018-09-04 | 1 | -34/+36 |
|\ \ \ \ | |/ / / |/| | | | Clarify remapping | ||||
| * | | | Clarify remapping | Chris Ward | 2018-09-04 | 1 | -34/+36 |
| | | | | | | | | | | | | | | | | Update layout-of-source-files.rst | ||||
* | | | | Remove trailing whitespace for all files in the repository. | Daniel Kirchner | 2018-09-04 | 7 | -655/+655 |
| |/ / |/| | | |||||
* | | | Merge pull request #4818 from ethereum/clarifyConstructorArgs | chriseth | 2018-08-16 | 1 | -4/+8 |
|\ \ \ | | | | | | | | | Clarify constructor arguments. | ||||
| * | | | Clarify constructor arguments. | chriseth | 2018-08-16 | 1 | -4/+8 |
| | | | | |||||
* | | | | Merge pull request #4822 from ethereum/addressStaticCall | chriseth | 2018-08-16 | 4 | -8/+13 |
|\ \ \ \ | | | | | | | | | | | Add ``staticcall`` to ``address``. | ||||
| * | | | | Add some more documentation. | Daniel Kirchner | 2018-08-15 | 3 | -7/+10 |
| | | | | | |||||
| * | | | | Add ``staticcall`` to ``address``. | Daniel Kirchner | 2018-08-15 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | Merge pull request #4820 from ethereum/disallow_indexed_ref_v2 | chriseth | 2018-08-16 | 2 | -2/+20 |
|\ \ \ \ \ | | | | | | | | | | | | | Disallow indexed reference types in events when using ABIEncoderV2 | ||||
| * | | | | | Bug list entry | Leonardo Alt | 2018-08-15 | 2 | -2/+20 |
| |/ / / / | |||||
* / / / / | Add missing parentheses in ABI Encoding section | Franco Victorio | 2018-08-16 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #4496 from ethereum/faq-reorg-contracts | chriseth | 2018-08-15 | 2 | -39/+54 |
|\ \ \ \ | |_|/ / |/| | | | Move contract related FAQ points | ||||
| * | | | Move contract related FAQ points | Chris Ward | 2018-08-15 | 2 | -39/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates from feedback Changes from feedback Further changes from review Changes from review Changes from review Changes from review | ||||
* | | | | Merge pull request #4390 from ethereum/abidecode | chriseth | 2018-08-15 | 2 | -2/+4 |
|\ \ \ \ | | | | | | | | | | | Add abi.decode | ||||
| * | | | | Documentation. | chriseth | 2018-08-15 | 2 | -2/+4 |
| | | | | | |||||
* | | | | | Merge pull request #4583 from ethereum/nested_array_library_changelog | chriseth | 2018-08-15 | 3 | -4/+61 |
|\ \ \ \ \ | |/ / / / |/| | | | | Bugfix Changelog entry regarding nested arrays returned by library functions | ||||
| * | | | | Update bug list and add regular expression to bug list and add test. | Leonardo Alt | 2018-08-14 | 3 | -16/+50 |
| | | | | | |||||
| * | | | | Bugfix entry regarding nested arrays returned by library functions | Leonardo Alt | 2018-08-14 | 2 | -4/+27 |
| | | | | | |||||
* | | | | | Merge pull request #4817 from crypto-jeronimo/fix-typo-in-docs | chriseth | 2018-08-15 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix typo in documentation. | ||||
| * | | | | | Fix typo in documentation. | Crypto Jerônimo | 2018-08-15 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #4815 from gftea/develop | chriseth | 2018-08-15 | 1 | -3/+14 |
|\ \ \ \ \ | |/ / / / |/| | | | | multiple inheritance in solidity search from right-to-left, different from python | ||||
| * | | | | clarify multiple inheritance in solidity and its differences against to python | Simon Chen | 2018-08-15 | 1 | -3/+14 |
| | | | | | |||||
* | | | | | Extend documentation about explicit and implicit conversions between ↵ | Daniel Kirchner | 2018-08-15 | 2 | -11/+103 |
| | | | | | | | | | | | | | | | | | | | | (u)intXX, bytesYY and literals. | ||||
* | | | | | Update documentation. | chriseth | 2018-08-15 | 2 | -35/+33 |
| | | | | | |||||
* | | | | | Merge pull request #4372 from JesseBusman/implicit-convertibility-functions | chriseth | 2018-08-14 | 1 | -2/+20 |
|\ \ \ \ \ | | | | | | | | | | | | | Add implicit convertibility to function pointer with higher state mutability | ||||
| * | | | | | Add implicit convertibility to function pointer with higher state mutability | Jesse Busman | 2018-08-14 | 1 | -2/+20 |
| | | | | | | |||||
* | | | | | | Merge pull request #4780 from ethereum/enumData | chriseth | 2018-08-14 | 1 | -1/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Clarify data representation of enums. | ||||
| * | | | | | | Clarify data representation of enums. | chriseth | 2018-08-14 | 1 | -1/+5 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4787 from ethereum/updateLinks | chriseth | 2018-08-14 | 1 | -27/+41 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Update links | ||||
| * | | | | | | Re-group links. | chriseth | 2018-08-09 | 1 | -24/+37 |
| | | | | | | | |||||
| * | | | | | | Update links and deprecated unmaintained tools. | chriseth | 2018-08-09 | 1 | -3/+4 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4792 from ethereum/someABIDocFixes | chriseth | 2018-08-14 | 1 | -48/+56 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Some style fixes to the ABI documentation. | ||||
| * | | | | | | Some style fixes to the ABI documentation. | chriseth | 2018-08-10 | 1 | -48/+56 |
| | | | | | | | |||||
* | | | | | | | Update documentation. | chriseth | 2018-08-14 | 4 | -39/+100 |
| | | | | | | | |||||
* | | | | | | | Update documentation examples. | chriseth | 2018-08-14 | 10 | -86/+99 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | Merge pull request #4696 from ethereum/byteLiteralConversion | chriseth | 2018-08-13 | 3 | -6/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Disallow ambiguous implicit and explicit conversions from number literals to bytesXX | ||||
| * | | | | | | Disallow ambiguous conversions between number literals and bytesXX types. | Daniel Kirchner | 2018-08-13 | 3 | -6/+5 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4618 from ethereum/docs-1211-contract-type | chriseth | 2018-08-13 | 1 | -10/+23 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add contract type to types documentation | ||||
| * | | | | | | | Update from feedback | Chris Ward | 2018-08-13 | 1 | -3/+6 |
| | | | | | | | | |||||
| * | | | | | | | Remove initial sentence. | chriseth | 2018-08-06 | 1 | -8/+5 |
| | | | | | | | | |||||
| * | | | | | | | Changes after rebasing | Chris Ward | 2018-08-01 | 1 | -12/+18 |
| | | | | | | | | |||||
| * | | | | | | | Add contract type to types doc | Chris Ward | 2018-08-01 | 1 | -0/+7 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #4794 from ethereum/tableWrap | chriseth | 2018-08-13 | 2 | -4/+4 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix table css. | ||||
| * | | | | | | | | Fix table css. | chriseth | 2018-08-10 | 2 | -4/+4 |
| | |/ / / / / / | |/| | | | | | | |||||
* / | | | | | | | Update documentation. | Daniel Kirchner | 2018-08-11 | 2 | -11/+11 |
|/ / / / / / / | |||||
* | / / / / / | Use code-block when using a different language. | chriseth | 2018-08-10 | 2 | -23/+23 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge pull request #4786 from gftea/develop | chriseth | 2018-08-09 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | | | add "ref for text "fallback function" in Types.rst | ||||
| * | | | | add link for text "fallback function" | gftea | 2018-08-09 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Extension of tools list | f-daniel | 2018-08-09 | 1 | -0/+9 |
|/ / / / | | | | | | | | | Adding some recent and reliable tools to work with smart contracts and analyze their security. | ||||
* | | | | Change note about returning dynamic arrays. | chriseth | 2018-08-09 | 1 | -8/+5 |
| | | | | |||||
* | | | | Clarify packed encoding. | chriseth | 2018-08-09 | 1 | -7/+5 |
| | | | | |||||
* | | | | Merge pull request #4684 from ethereum/underscores_in_numeric_literals | chriseth | 2018-08-09 | 1 | -0/+5 |
|\ \ \ \ | | | | | | | | | | | [BREAKING] Underscores in numeric literals | ||||
| * | | | | Cleanup & polish numbers-with-underscores parsing, also improving tests. | Christian Parpart | 2018-08-08 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Add stricter hex underscore rules | Balajiganapathi S | 2018-08-08 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Allow underscores in numbers. | Balajiganapathi S | 2018-08-08 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | Merge pull request #4665 from mattaereal/cmake-patch-solver | Alex Beregszaszi | 2018-08-09 | 1 | -0/+21 |
|\ \ \ \ \ | | | | | | | | | | | | | cmake option added to make solvers optional | ||||
| * | | | | | cmake flags to make solvers optional. Implementation of #4651 | Matías Aereal Aeón | 2018-08-08 | 1 | -0/+21 |
| | | | | | | |||||
* | | | | | | Merge pull request #4747 from ethereum/enum-docs | chriseth | 2018-08-08 | 1 | -1/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update enum with lifting the restriction for interfaces | ||||
| * | | | | | | Update enum with lifting the restriction for interfaces | Alex Beregszaszi | 2018-08-08 | 1 | -1/+0 |
| | |/ / / / | |/| | | | | |||||
* / | | | | | Yul grammar: allow multiple $ signs (matches Solidity) | Alex Beregszaszi | 2018-08-08 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Clarify allocation and initial value of free memoy pointer. | chriseth | 2018-08-07 | 1 | -2/+11 |
| | | | | | |||||
* | | | | | Update style guide with regards to CapWords requirement for contract and ↵ | Luke Schoen | 2018-08-07 | 1 | -5/+63 |
| | | | | | | | | | | | | | | | | | | | | file naming. | ||||
* | | | | | Merge pull request #4498 from ethereum/faq-reorg-intro | chriseth | 2018-08-06 | 2 | -107/+24 |
|\ \ \ \ \ | | | | | | | | | | | | | Move intro related FAQ points | ||||
| * | | | | | Move intro related FAQ points | Chris Ward | 2018-08-06 | 2 | -107/+24 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | Changes from feedback Changes from review | ||||
* | | | | | Merge pull request #4616 from ethereum/1093-interface-generator | chriseth | 2018-08-04 | 1 | -0/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Add interface generator to tools section | ||||
| * | | | | | Add interface generator to tools section | Chris Ward | 2018-07-30 | 1 | -0/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #4412 from ethereum/v050-reference-resolver-errorTypeForLoose | Christian Parpart | 2018-08-04 | 1 | -54/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [BREAKING] permanently set errorTypeForLoose from Warning to SyntaxError | ||||
| * | | | | | | Remove loose assembly features from the documentation | Christian Parpart | 2018-08-02 | 1 | -54/+3 |
| | | | | | | | |||||
* | | | | | | | Clarify truncation with addresses | Chris Ward | 2018-08-03 | 1 | -0/+8 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge pull request #4584 from dylanjw/update-abi-event-doc | chriseth | 2018-08-02 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Update doc referencing packed mode encoding for dynamic typed topic args | ||||
| * | | | | | Update doc referencing packed mode encoding for dynamic typed topic args | Dylan Wilson | 2018-07-26 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Point the documentation to the new Code of Conduct URL | Alex Beregszaszi | 2018-08-02 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #4508 from ethereum/nameCollisionCrash | Alex Beregszaszi | 2018-08-02 | 1 | -4/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | [BREAKING] Don't exclude public state variables when looking for conflicting declarations. | ||||
| * | | | | | Update documentation. | Daniel Kirchner | 2018-08-01 | 1 | -4/+4 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #4639 from ethereum/docs-fix-specify-limit | Alex Beregszaszi | 2018-08-01 | 3 | -3/+6 |
|\ \ \ \ \ | |/ / / / |/| | | | | Small clarifications around the 2300 gas stipend from transfer and send | ||||
| * | | | | Small clarifications around the 2300 gas stipend from transfer and send | Chris Ward | 2018-08-01 | 3 | -3/+6 |
| | | | | | |||||
* | | | | | Fix tests regarding contract type conversion. | chriseth | 2018-08-01 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | Disallow conversion between unrelated contract types. | chriseth | 2018-08-01 | 2 | -0/+19 |
|/ / / / | |||||
* | | | | grammar: remove stray IdentifierList rule | Alex Beregszaszi | 2018-07-31 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | This was left in #4274 (dbd0723) | ||||
* | | | | Merge pull request #4569 from ethereum/grammar-assembly | chriseth | 2018-07-30 | 1 | -3/+4 |
|\ \ \ \ | | | | | | | | | | | Update grammar.txt for inline assembly | ||||
| * | | | | grammar: rename AssemblyLocalBinding to AssemblyVariableDeclaration | Alex Beregszaszi | 2018-07-25 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | grammar: introduce AssemblyExpression and use it in Assignment/LocalBinding | Alex Beregszaszi | 2018-07-25 | 1 | -2/+3 |
| | | | | | |||||
| * | | | | grammar: support all assignment stataments in inline assembly | Alex Beregszaszi | 2018-07-25 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Clarify what ‘memory type’ is | Chris Ward | 2018-07-30 | 2 | -2/+4 |
| |/ / / |/| | | | | | | | | | | | Use RST links | ||||
* | | | | Mention that constant and payable are deprecated in the ABI spec | Alex Beregszaszi | 2018-07-25 | 1 | -0/+3 |
| | | | | |||||
* | | | | Clarify relation between stateMutability and payable/constant | Alex Beregszaszi | 2018-07-25 | 1 | -5/+6 |
|/ / / | |||||
* | | | Merge pull request #4453 from ethereum/codeOfConduct | Alex Beregszaszi | 2018-07-24 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | Add Code Of Conduct | ||||
| * | | | Adds Code Of Conduct. | Erik Kundt | 2018-07-23 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge pull request #4520 from ethereum/faq-reorg-index-tools | chriseth | 2018-07-20 | 2 | -21/+9 |
|\ \ \ \ | | | | | | | | | | | Move note on decompiling | ||||
| * | | | | Move note on decompiling | Chris Ward | 2018-07-18 | 2 | -21/+9 |
| | | | | | |||||
* | | | | | Fix typo | Chris Ward | 2018-07-20 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #4345 from ethereum/docs-tests | Alex Beregszaszi | 2018-07-18 | 1 | -0/+5 |
|\ \ \ \ | | | | | | | | | | | Document the required cpp-ethereum commit hash | ||||
| * | | | | Keep the proper aleth hash in contributing.rst | Alex Beregszaszi | 2018-07-18 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Document the required cpp-ethereum commit hash | Alex Beregszaszi | 2018-07-18 | 1 | -0/+6 |
| | | | | | |||||
* | | | | | Enforces visibility specifier and updates docs. | Erik Kundt | 2018-07-17 | 4 | -13/+11 |
|/ / / / | |||||
* | | | | Minor doc style fix | Nicolás Venturo | 2018-07-17 | 1 | -2/+1 |
| | | | | | | | | | | | | An extra newline caused a line to appear in bold. | ||||
* | | | | Merge pull request #4500 from ethereum/v050-interface-functions-must-be-external | chriseth | 2018-07-16 | 2 | -2/+3 |
|\ \ \ \ | | | | | | | | | | | [BREAKING] interface functions must be external | ||||
| * | | | | enforce interface-functions to be external-declared | Christian Parpart | 2018-07-16 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - libsolidity: Enforce interface-functions must be external-declared. - Changelog adapted to reflect changes wrt. functions in interfaces. - test: Adjustments according to prior interface-function changes. - tests: Adapting SolidityEndToEndTest to interface-function change. - docs: Adapted documentation to interface-function change. | ||||
* | | | | | Merge pull request #4512 from ↵ | chriseth | 2018-07-16 | 6 | -31/+30 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | chase1745/use-explicit-data-locations-external-tests Added default data locations to docs and other external tests. | ||||
| * | | | | | Added default data locations to docs and other external tests. | Chase McDermott | 2018-07-15 | 6 | -31/+30 |
| |/ / / / | |||||
* | | | | | Merge pull request #4505 from nventuro/patch-1 | chriseth | 2018-07-16 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Update docs allowed mapping key values | ||||
| * | | | | | Update docs allowed mapping key values | Nicolás Venturo | 2018-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Functions cannot be used as mapping keys (e.g. the following contract does not compile): ``` pragma solidity ^0.4.24; contract Foo { mapping(function (uint) pure returns (uint) => string) a; } ``` | ||||
* | | | | | | Fix typo in the function name | Michał Załęcki | 2018-07-15 | 1 | -1/+1 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #4438 from ethereum/address_members_external_tests_docs | chriseth | 2018-07-13 | 3 | -13/+16 |
|\ \ \ \ \ | | | | | | | | | | | | | Address members used by contracts: update external tests and docs | ||||
| * | | | | | Update external tests and docs | Leonardo Alt | 2018-07-12 | 3 | -13/+16 |
| | | | | | | |||||
* | | | | | | Merge pull request #4431 from ethereum/tupleDeclaration | chriseth | 2018-07-13 | 1 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Disallow multi variable declarations with mismatching number of values. | ||||
| * | | | | | | Update documentation. | Daniel Kirchner | 2018-07-13 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | removed addtional solc in docker command | Eric Ren | 2018-07-13 | 1 | -1/+1 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Removed repeated documentation | Nicolás Venturo | 2018-07-13 | 1 | -4/+0 |
|/ / / / / | | | | | | | | | | | There is already a paragraph below describing how to call functions in both their internal and external forms (and IMO it's clearer). | ||||
* | | | | | Merge pull request #4478 from ethereum/requireStorageLocation | chriseth | 2018-07-13 | 1 | -3/+6 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Turn missing storage locations into an error. | ||||
| * | | | | Update docs. | Daniel Kirchner | 2018-07-12 | 1 | -3/+6 |
| |/ / / | |||||
* / / / | Use STATICCALL for view and pure | Leonardo Alt | 2018-07-11 | 1 | -12/+21 |
|/ / / | |||||
* | | | docs: Fix typos. | Cryptomental | 2018-07-11 | 11 | -28/+28 |
| | | | | | | | | | | | | | | | | | | Used codespell and manual fixes. Refs: #4442 | ||||
* | | | Merge pull request #4212 from jvmaia/patch-3 | chriseth | 2018-07-10 | 1 | -1/+486 |
|\ \ \ | | | | | | | | | micropayment channel example with two chapters | ||||
| * | | | Some copy-editing. | chriseth | 2018-07-10 | 1 | -130/+106 |
| | | | | |||||
| * | | | add explanation about the splitSignature function | João Vítor | 2018-06-26 | 1 | -1/+5 |
| | | | | |||||
| * | | | update code version | João Vítor | 2018-06-12 | 1 | -8/+7 |
| | | | | |||||
| * | | | update micropayment channel example | João Vítor | 2018-06-08 | 1 | -69/+80 |
| | | | | |||||
| * | | | fix recoverSigner function | João Vítor | 2018-06-04 | 1 | -3/+3 |
| | | | | |||||
| * | | | fix returns | João Vítor | 2018-06-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix clainTimeout() function | João Vítor | 2018-06-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix a word | João Vítor | 2018-06-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | write the full contracts | João Vítor | 2018-06-03 | 1 | -176/+240 |
| | | | | |||||
| * | | | fix code syntax | João Vítor | 2018-05-31 | 1 | -13/+2 |
| | | | | |||||
| * | | | split long lines | João Vítor | 2018-05-31 | 1 | -26/+130 |
| | | | | |||||
| * | | | micropayment channel example with two chapters | João Vítor | 2018-05-31 | 1 | -1/+339 |
| | | | | |||||
* | | | | Merge pull request #4415 from ethereum/uninitializedStoragePointer | chriseth | 2018-07-10 | 1 | -42/+5 |
|\ \ \ \ | | | | | | | | | | | [BREAKING] Turn uninitialized storage variables into error. | ||||
| * | | | | Update documentation and Changelog. | Daniel Kirchner | 2018-07-10 | 1 | -42/+5 |
| | | | | | |||||
* | | | | | Merge pull request #4465 from ethereum/tupleAssignment | chriseth | 2018-07-10 | 1 | -5/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | Disallow tuple assignment with mismatching number of components. | ||||
| * | | | | | Update docs. | Daniel Kirchner | 2018-07-10 | 1 | -5/+0 |
| |/ / / / | |||||
* | | | | | Merge pull request #4460 from ethereum/docs-contract-abi | Alex Beregszaszi | 2018-07-10 | 1 | -4/+4 |
|\ \ \ \ \ | |/ / / / |/| | | | | Rename ABI to Contract ABI | ||||
| * | | | | Rename ABI to Contract ABI | Alex Beregszaszi | 2018-07-10 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | It has been called as the "Contract ABI" on the original wiki page too and it seems to make more sense. | ||||
* | | | | | Merge pull request #4395 from xinbenlv/patch-1 | Alex Beregszaszi | 2018-07-09 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | Indicating abbr. | ||||
| * | | | | Indicate what the abbreviation ABI stands for in the ABI documentation | xinbenlv | 2018-07-09 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #4433 from mattaereal/patch-2 | Alex Beregszaszi | 2018-07-09 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Docs: Missing new line for markdown to display properly | ||||
| * | | | | | Docs: Missing new line for markdown to display properly | Matías A. Ré Medina | 2018-07-05 | 1 | -0/+1 |
| | |_|/ / | |/| | | | | | | | | Somehow on the last PR I sent about this section a newline disappeared, I added it again. | ||||
* / | | | | Add missing periods to opcodes table in assembly.rst | Leo Arias | 2018-07-09 | 1 | -14/+14 |
|/ / / / | | | | | | | | | | | | | The table is inconsistent between `..` and `...`. This updates all the explanations to use `...`. | ||||
* | | | | Merge pull request #4380 from elopio/patch-3 | chriseth | 2018-07-04 | 1 | -42/+42 |
|\ \ \ \ | | | | | | | | | | | Update examples to use constructor keyword | ||||
| * | | | | update the style guide | Leo Arias | 2018-07-04 | 1 | -42/+42 |
| | | | | | |||||
* | | | | | Update documentation and Changelog. | Daniel Kirchner | 2018-07-04 | 2 | -6/+6 |
|/ / / / | |||||
* | | | | Merge pull request #4367 from shad-k/fix/issue-4238 | chriseth | 2018-07-04 | 3 | -23/+17 |
|\ \ \ \ | | | | | | | | | | | Add custom.css for docs to change pre tag styles | ||||
| * | | | | Add custom.css for docs to change pre tag styles | Shadab Khan | 2018-07-04 | 3 | -23/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specify white space for table cells Add custom.css for docs to change pre tag styles Specify white space for table cells Rearrange code Delete theme_overrides.css Remove extra code | ||||
* | | | | | Update documentation. | Daniel Kirchner | 2018-07-03 | 4 | -4/+3 |
| | | | | | |||||
* | | | | | grammar: removes the var-keyword from the grammar | Christian Parpart | 2018-07-03 | 1 | -3/+2 |
| | | | | | |||||
* | | | | | documentation: adjustments to not use the "var" keyword | Christian Parpart | 2018-07-03 | 5 | -41/+10 |
|/ / / / | |||||
* | | | | Fixes semantic versioning. | Erik Kundt | 2018-07-02 | 1 | -1/+1 |
| | | | | |||||
* | | | | Adds review suggestions. | Erik Kundt | 2018-07-02 | 7 | -10/+10 |
| | | | | |||||
* | | | | Updates docs to new constructor syntax. | Erik Kundt | 2018-07-02 | 7 | -39/+23 |
|/ / / | |||||
* | | | Clarify scope of 'using A for B' (#4252) | Mike | 2018-06-29 | 1 | -11/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Issue 1213: Clarify scope of 'using A for B' * Typo fix. * Further restructuring and clarification of contracts doc. * Revert closer to original wording and formatting. | ||||
* | | | Merge pull request #4375 from ethereum/fallbackExternalBackwardsCompatible | chriseth | 2018-06-29 | 3 | -11/+11 |
|\ \ \ | | | | | | | | | Fallback function has to be external: backwards-compatible changes. | ||||
| * | | | Fallback function has to be external: backwards-compatible changes. | chriseth | 2018-06-29 | 3 | -11/+11 |
| | | | | |||||
* | | | | Added static CSS to Sphinx in order to fix bug with RTD theme table wrapping | wpank | 2018-06-28 | 2 | -1/+23 |
|/ / / | |||||
* | | | Merge pull request #4097 from ethereum/noPackedExceptForPacked | chriseth | 2018-06-28 | 7 | -64/+57 |
|\ \ \ | | | | | | | | | [BREAKING] call only takes a single argument and does not pad | ||||
| * | | | Documentation. | chriseth | 2018-06-25 | 7 | -64/+57 |
| | | | | |||||
* | | | | Merge pull request #4360 from mattaereal/doc_patches-1 | Alex Beregszaszi | 2018-06-27 | 1 | -1/+43 |
|\ \ \ \ | | | | | | | | | | | Docs: Adding AFL's alternative configuration with clang. | ||||
| * | | | | Adding AFL's alternative configuration with clang. | Matías Aereal Aeón | 2018-06-27 | 1 | -1/+43 |
| | |_|/ | |/| | | |||||
* | | | | Add emit keyword to documentation. | chriseth | 2018-06-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Clarify that using msize without updating the free-memory-pointer is a bad idea | Alex Beregszaszi | 2018-06-26 | 1 | -0/+1 |
| |/ / |/| | | |||||
* | | | Update documentation for strict address literals | Alex Beregszaszi | 2018-06-25 | 1 | -1/+1 |
| | | | |||||
* | | | Disallow the years unit denomination properly | Alex Beregszaszi | 2018-06-22 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #4200 from biboran/3961 | chriseth | 2018-06-21 | 1 | -0/+100 |
|\ \ \ | | | | | | | | | #3961 - added an example of two-dimensional array encoding | ||||
| * | | | #3961 - added a more detailed description to the calculation of offsets | Timofey Solonin | 2018-06-18 | 1 | -36/+68 |
| | | | | |||||
| * | | | #3961 - rewritten encoding example in a logical order instead of a ↵ | Timofey Solonin | 2018-06-03 | 1 | -44/+44 |
| | | | | | | | | | | | | | | | | sequential order | ||||
| * | | | #3961 - added an example of abi encoding of a function with two-dimensional ↵ | Timofey Solonin | 2018-05-29 | 1 | -0/+68 |
| | | | | | | | | | | | | | | | | dynamic arrays | ||||
* | | | | C99 scoping rules by default | Leonardo Alt | 2018-06-20 | 2 | -77/+23 |
| | | | | |||||
* | | | | Clarify documentation about events (mostly topics). | chriseth | 2018-06-20 | 1 | -12/+8 |
| | | | | |||||
* | | | | Add a changelog notice to the contributing doc | Nicolás Venturo | 2018-06-19 | 1 | -0/+2 |
| | | | | |||||
* | | | | fix typo | a4nkit | 2018-06-13 | 2 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #3627 from ethereum/additional-keywords | Alex Beregszaszi | 2018-06-12 | 1 | -2/+5 |
|\ \ \ \ | | | | | | | | | | | [BREAKING] Add new reserved keywords. | ||||
| * | | | | Add new reserved keywords. | Daniel Kirchner | 2018-06-12 | 1 | -2/+5 |
| | | | | | |||||
* | | | | | Merge pull request #4232 from ethereum/renameiulia | Alex Beregszaszi | 2018-06-12 | 2 | -23/+24 |
|\ \ \ \ \ | |/ / / / |/| | | | | Rename iulia to yul in documentation. | ||||
| * | | | | Rename julia/iulia to yul in documentation. | chriseth | 2018-06-12 | 2 | -23/+24 |
| | | | | | |||||
* | | | | | Use proper SAR for signed right shifts and emulate on pre-constantinople. | Daniel Kirchner | 2018-06-12 | 1 | -7/+6 |
|/ / / / | |||||
* | | | | Update Event emit docs pragma | Harry Moreno | 2018-06-08 | 1 | -1/+1 |
| | | | | | | | | | | | | Event's `emit` usage was introduced in 0.4.21+ | ||||
* | | | | Update abi-spec.rst | feliam | 2018-06-07 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | An infinite number of items in the sequence of types? ?? A negative number of type in the sequence ?? | ||||
* | | | | doc: put the index at the bottom | taitt | 2018-06-06 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #4227 from elopio/patch-1 | chriseth | 2018-06-06 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | docs: fix typo | ||||
| * | | | | docs: fix typo | Leo Arias | 2018-06-05 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | docs: fix code annotation | Leo Arias | 2018-06-05 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #4216 from kronosapiens/patch-2 | chriseth | 2018-06-05 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Update function visibility example | ||||
| * | | | | Denote `getData` as view | Daniel Kronovet | 2018-06-04 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Update function visibility example | Daniel Kronovet | 2018-06-03 | 1 | -2/+2 |
| | |_|/ | |/| | | | | | | Two functions don't access state and should be `pure`. Also, inconsistent spacing when using arithmetic. | ||||
* | | | | Merge pull request #4201 from wjmelements/bytes-complex-type | chriseth | 2018-06-05 | 1 | -5/+3 |
|\ \ \ \ | | | | | | | | | | | move bytes and string to arrays section | ||||
| * | | | | keep stub in value types section, and move discussion to Arrays section | William Morriss | 2018-05-31 | 1 | -13/+11 |
| | | | | | |||||
| * | | | | move bytes and string to complex types section | William Morriss | 2018-05-30 | 1 | -12/+12 |
| | | | | | |||||
* | | | | | Remove documentation references to sha3 | Jason Cobb | 2018-06-04 | 1 | -2/+0 |
| | | | | | |||||
* | | | | | Fix typo | Daniel Kronovet | 2018-06-03 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #3743 from ethereum/popStorageArray | chriseth | 2018-05-31 | 1 | -1/+3 |
|\ \ \ \ | | | | | | | | | | | pop() for storage arrays | ||||
| * | | | | Adds syntax tests, documentation and changelog entry. | Erik Kundt | 2018-05-30 | 1 | -1/+3 |
| |/ / / | | | | | | | | | | | | | Refines comment for array utility function. | ||||
* | | | | Merge pull request #4176 from sifmelcara/add/calldata-keyword | chriseth | 2018-05-30 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Add a new keyword, "calldata", to allow explicitly specify data location in external function's argument list | ||||
| * | | | | Allow using `calldata` keyword to specify data location | mingchuan | 2018-05-30 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | consistency: unordered list for restrictions | William Morriss | 2018-05-30 | 1 | -5/+5 |
| |/ / / |/| | | | |||||
* | | | | Fix bug in documentation. | Arindam Mondal | 2018-05-29 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #4192 from vutsalsinghal/patch-1 | chriseth | 2018-05-29 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | CapsCase instead of camelCase | ||||
| * | | | CapsCase instead of camelCase | Vutsal Singhal | 2018-05-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #4180 from veox/use-pip-solidity-lexer | chriseth | 2018-05-28 | 3 | -84/+3 |
|\ \ \ \ | | | | | | | | | | | docs: Use Solidity lexer from PyPI, instead of a local module | ||||
| * | | | | docs: bump Solidity lexer package to v0.3.1. | Noel Maersk | 2018-05-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | That release includes stricter matching of "nested" globals, i.e. it highlights `msg.sender` but not `sender`. | ||||
| * | | | | docs: change default theme to RTD's. | Noel Maersk | 2018-05-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RTD probably has their `default` theme set to their own `rtd` theme, while CircleCI has some regular default Sphinx theme. This changes the Sphinx project configuration to use `rtd` as the theme. | ||||
| * | | | | docs: bump required Solidity lexer package version. | Noel Maersk | 2018-05-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | pygments-lexer-solidity 0.3.0 highlights NatSpec specials like @author, @title, etc.. | ||||
| * | | | | docs: remove utils/SolidityLexer.py | Noel Maersk | 2018-05-23 | 1 | -82/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Note that some features present in this local module have not been included in the upstream package yet!.. | ||||
| * | | | | docs: use SolidityLexer from pygments_lexer_solidity package. | Noel Maersk | 2018-05-23 | 2 | -1/+2 |
| | | | | | |||||
* | | | | | Merge pull request #4195 from jvmaia/patch-2 | chriseth | 2018-05-28 | 1 | -0/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | clarify warnings in contracts.rst | ||||
| * | | | | | clarify warnings in contracts.rst | João Vítor | 2018-05-28 | 1 | -0/+5 |
| | |/ / / | |/| | | | | | | | | closes #4117 | ||||
* | | | | | Merge pull request #4196 from dilatebrave/issue1210 | chriseth | 2018-05-28 | 1 | -0/+6 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | doc: making the index appear on the left pane | ||||
| * | | | | doc: making the index appear on the left pane | taitt | 2018-05-28 | 1 | -0/+6 |
| |/ / / | |||||
* / / / | Array Length mistankingly taken as Offset | ritzdorf | 2018-05-28 | 1 | -1/+1 |
|/ / / | | | | | | | The array length was directly taken as an offset without the necessary multiplication with `0x20`. | ||||
* | | | Merge pull request #4067 from ethereum/050 | chriseth | 2018-05-24 | 2 | -2/+11 |
|\ \ \ | |/ / |/| | | [BREAKING] Version 0.5.0 | ||||
| * | | Adjust tests. | Daniel Kirchner | 2018-05-17 | 2 | -2/+2 |
| | | | |||||
| * | | Disallow conversions between bytesX and uintY of different size. | Daniel Kirchner | 2018-05-17 | 1 | -0/+9 |
| |/ | |||||
* / | Minor changes to make the English more idiomatic | Flash Sheridan | 2018-05-23 | 1 | -4/+4 |
|/ | |||||
* | Split changelog into language and compiler features and set release date. | chriseth | 2018-05-16 | 1 | -0/+4 |
| | |||||
* | Merge pull request #4101 from mesqueeb/patch-2 | chriseth | 2018-05-16 | 1 | -0/+2 |
|\ | | | | | Extra line of explanation on Abstract contracts. | ||||
| * | fixed capitalisation and contractions | Luca Ban | 2018-05-16 | 1 | -1/+1 |
| | |