chriseth
|
738906c235
|
Update solidity-in-depth.rst
|
2018-09-13 18:17:01 +02:00 |
|
Daniel Kirchner
|
e7daed68c1
|
Merge pull request #4911 from ethereum/addressPayable
Payable and non-payable address type.
|
2018-09-13 17:30:54 +02:00 |
|
chriseth
|
8e924fd644
|
Second part of coin example.
|
2018-09-13 15:52:43 +02:00 |
|
Daniel Kirchner
|
12aaca1645
|
Add payable and non-payable state mutability to AddressType.
|
2018-09-13 15:15:49 +02:00 |
|
Daniel Kirchner
|
1ce3581a52
|
Accept `address payable ` during parsing.
|
2018-09-11 14:52:23 +02:00 |
|
Leo Arias
|
d33a99799d
|
On a yul switch, at least one case is required when there is no default statement
|
2018-09-11 01:27:47 +00:00 |
|
chriseth
|
9f6a12eeb5
|
Update bug description, add regex and tests.
|
2018-09-10 12:58:40 +02:00 |
|
chriseth
|
b84a1b390b
|
Changelog entry and bug list.
|
2018-09-10 12:47:46 +02:00 |
|
Florian Antony
|
b172f89b86
|
Add YAKINDU Solidity Tools to Integrations list
|
2018-09-06 21:22:08 +02:00 |
|
Leonardo Alt
|
9927964d21
|
Buglist check script supports json paths
|
2018-09-06 18:42:21 +02:00 |
|
chriseth
|
c57a60833d
|
Merge pull request #4844 from ethereum/docs-1644-bytecode
Clean up metadata and clarify what small changes affect
|
2018-09-06 18:01:05 +02:00 |
|
chriseth
|
23ad225126
|
Merge pull request #4903 from ethereum/chriseth-patch-1
Some tuning of the documentation index.
|
2018-09-06 18:00:15 +02:00 |
|
chriseth
|
f5d289b937
|
Merge pull request #4905 from ethereum/chriseth-patch-2
Update first part of example.
|
2018-09-06 17:59:38 +02:00 |
|
Chris Ward
|
9340fb9881
|
Clean up metadata and clarify what small changes affect
Updates from review
|
2018-09-06 17:18:36 +02:00 |
|
chriseth
|
dec5785909
|
Merge pull request #4846 from ethereum/docs-4574-infofeed
Update Infofeed example code and explanation
|
2018-09-05 21:49:04 +02:00 |
|
chriseth
|
2a5997d429
|
Update first part of example.
|
2018-09-05 21:39:01 +02:00 |
|
Chris Ward
|
7fc496b6ab
|
Remove unneeded paragraph
|
2018-09-05 15:48:19 +02:00 |
|
chriseth
|
160f3bf2ae
|
Update index.rst
|
2018-09-05 14:39:42 +02:00 |
|
chriseth
|
c9f50b36aa
|
Merge pull request #4883 from ethereum/docs_json_urls_allow_paths
Mention in docs that standard json url files need --allow-paths
|
2018-09-04 20:11:23 +02:00 |
|
chriseth
|
926085fc71
|
Merge pull request #4878 from federicobond/patch-1
Add hex numbers with uppercase X to grammar.txt
|
2018-09-04 19:44:23 +02:00 |
|
chriseth
|
cc7daf7b47
|
Merge pull request #4829 from ethereum/callBytesReturn
Add return data to bare calls.
|
2018-09-04 16:31:25 +02:00 |
|
chriseth
|
d88e5039cc
|
Merge pull request #4856 from ethereum/fix_docs_remix_url
Fix local remix-ide url in docs
|
2018-09-04 14:12:59 +02:00 |
|
chriseth
|
fbeb663741
|
Merge pull request #4836 from ethereum/docs-1532-remapping
Clarify remapping
|
2018-09-04 14:12:43 +02:00 |
|
Leonardo Alt
|
2f258b005e
|
Fix remix-ide url in docs
|
2018-09-04 14:10:25 +02:00 |
|
Chris Ward
|
448118caec
|
Clarify remapping
Update layout-of-source-files.rst
|
2018-09-04 13:49:01 +02:00 |
|
Daniel Kirchner
|
cf69433f23
|
Update documentation.
|
2018-09-04 13:31:10 +02:00 |
|
Daniel Kirchner
|
a102f3b783
|
Remove trailing whitespace for all files in the repository.
|
2018-09-04 11:30:30 +02:00 |
|
Leonardo Alt
|
d4fd4847de
|
Mention in the standard json documentation that files in urls need their directories allowed via --allow-paths
|
2018-09-03 15:11:35 +02:00 |
|
Federico Bond
|
f2f1462585
|
Add hex numbers with uppercase X to grammar.txt
|
2018-09-02 12:57:21 -03:00 |
|
Chris Ward
|
1475cde288
|
Update Infofeed example code and explanation
|
2018-08-22 14:28:43 +02:00 |
|
chriseth
|
146e89c2ec
|
Merge pull request #4818 from ethereum/clarifyConstructorArgs
Clarify constructor arguments.
|
2018-08-16 14:54:28 +02:00 |
|
chriseth
|
9a6b447843
|
Clarify constructor arguments.
|
2018-08-16 14:45:50 +02:00 |
|
chriseth
|
cc6fa6d61f
|
Merge pull request #4822 from ethereum/addressStaticCall
Add ``staticcall`` to ``address``.
|
2018-08-16 00:13:21 +02:00 |
|
chriseth
|
c164f80ba6
|
Merge pull request #4820 from ethereum/disallow_indexed_ref_v2
Disallow indexed reference types in events when using ABIEncoderV2
|
2018-08-15 22:31:01 +02:00 |
|
Franco Victorio
|
4209953b37
|
Add missing parentheses in ABI Encoding section
|
2018-08-15 15:42:46 -03:00 |
|
Leonardo Alt
|
c00db3c247
|
Bug list entry
|
2018-08-15 17:37:21 +02:00 |
|
Daniel Kirchner
|
db48925907
|
Add some more documentation.
|
2018-08-15 17:06:42 +02:00 |
|
Daniel Kirchner
|
7ca0aaaf6f
|
Add `staticcall to address `.
|
2018-08-15 16:06:48 +02:00 |
|
chriseth
|
2ed793c4d3
|
Merge pull request #4496 from ethereum/faq-reorg-contracts
Move contract related FAQ points
|
2018-08-15 15:54:37 +02:00 |
|
Chris Ward
|
5ba2fddb54
|
Move contract related FAQ points
Updates from feedback
Changes from feedback
Further changes from review
Changes from review
Changes from review
Changes from review
|
2018-08-15 15:40:35 +02:00 |
|
chriseth
|
6c0261e6ab
|
Merge pull request #4390 from ethereum/abidecode
Add abi.decode
|
2018-08-15 12:31:26 +02:00 |
|
chriseth
|
c7d2af2637
|
Merge pull request #4583 from ethereum/nested_array_library_changelog
Bugfix Changelog entry regarding nested arrays returned by library functions
|
2018-08-15 12:30:54 +02:00 |
|
chriseth
|
122cd6517c
|
Documentation.
|
2018-08-15 10:45:16 +02:00 |
|
chriseth
|
3c5226cefb
|
Merge pull request #4817 from crypto-jeronimo/fix-typo-in-docs
Fix typo in documentation.
|
2018-08-15 10:42:38 +02:00 |
|
chriseth
|
2946b7cdc5
|
Merge pull request #4815 from gftea/develop
multiple inheritance in solidity search from right-to-left, different from python
|
2018-08-15 10:41:53 +02:00 |
|
Simon Chen
|
dd960c3d4f
|
clarify multiple inheritance in solidity and its differences against to python
|
2018-08-15 09:45:18 +02:00 |
|
Crypto Jerônimo
|
628919f416
|
Fix typo in documentation.
|
2018-08-15 08:18:57 +01:00 |
|
Daniel Kirchner
|
4f3f4a916b
|
Extend documentation about explicit and implicit conversions between (u)intXX, bytesYY and literals.
|
2018-08-14 21:42:01 +02:00 |
|
chriseth
|
e3b6c5a4bd
|
Update documentation.
|
2018-08-14 18:07:15 +02:00 |
|
chriseth
|
34d3000dcc
|
Merge pull request #4372 from JesseBusman/implicit-convertibility-functions
Add implicit convertibility to function pointer with higher state mutability
|
2018-08-14 17:29:16 +02:00 |
|