chriseth
|
59538e9a04
|
Merge pull request #3686 from ethereum/doNotIncludeItnernal
Do not include internal functions only used by constructor
|
2018-03-27 15:28:08 +02:00 |
|
chriseth
|
af26228159
|
Merge pull request #3748 from ethereum/extractScopingTests
Extract scoping tests
|
2018-03-27 15:23:36 +02:00 |
|
Alex Beregszaszi
|
32f08989db
|
Merge pull request #3646 from ethereum/blockhash-global
Move blockhash from block.blockhash to global level.
|
2018-03-27 11:40:06 +01:00 |
|
Erik Kundt
|
80458b0420
|
Explains test structure and update mechanism more detailed.
|
2018-03-27 11:55:21 +02:00 |
|
Alex Beregszaszi
|
fab527c414
|
Add runtimeOnly option to pushCombinedFunctionEntryLabel
|
2018-03-27 04:00:12 +01:00 |
|
chriseth
|
0a58e57ceb
|
Changelog entry.
|
2018-03-27 04:00:12 +01:00 |
|
chriseth
|
0a67d616db
|
Use shortcut for internal function calls to avoid runtime reference.
|
2018-03-27 04:00:12 +01:00 |
|
chriseth
|
f8f50e14d2
|
Test that internal functions only used by constructor are not included in runtime context.
|
2018-03-27 04:00:12 +01:00 |
|
bitshift
|
2c56e53046
|
Changes deprecation and adjusts tests.
|
2018-03-27 03:30:03 +01:00 |
|
bitshift
|
bddfa47e77
|
Updates docs for blockhash changes.
|
2018-03-27 03:30:03 +01:00 |
|
bitshift
|
be35a65eb3
|
Adds unit tests for moved function.
|
2018-03-27 03:30:03 +01:00 |
|
bitshift
|
ed632025fe
|
Moves blockhash function to global level.
|
2018-03-27 03:30:03 +01:00 |
|
Alex Beregszaszi
|
8bae2dba7c
|
Introduce inContractKind helper on FunctionDefinition
|
2018-03-26 11:37:38 +01:00 |
|
Alex Beregszaszi
|
ef3595b000
|
Allow overriding external functions in interfaces with public in an implementing contract
|
2018-03-26 11:35:17 +01:00 |
|
Federico Bond
|
b79531bebf
|
Improve error message when trying to shift by fractional number
|
2018-03-22 10:05:49 -03:00 |
|
Erik Kundt
|
9d9c0bf908
|
Updates "How to contribute"
Adds detailed description of the new syntax test tool.
|
2018-03-21 19:35:22 +01:00 |
|
chriseth
|
ba209fe485
|
Merge pull request #3746 from ethereum/disableCCache
Disable ccache
|
2018-03-21 18:22:50 +01:00 |
|
chriseth
|
85b0cfea9a
|
Merge pull request #3308 from ethereum/usereturndatacopy
Use returndatacopy for retrieving dynamically sized outputs.
|
2018-03-21 18:12:41 +01:00 |
|
Alex Beregszaszi
|
8fd53c1c03
|
Merge pull request #3744 from ethereum/useUsrBinEditor
Use /usr/bin/editor if exists.
|
2018-03-21 15:28:21 +00:00 |
|
chriseth
|
cddb549d2c
|
Merge pull request #3763 from mattaereal/patch-1
Fix: Missing payable at function forceOwnerChange
|
2018-03-21 16:27:12 +01:00 |
|
chriseth
|
c7860a0fba
|
Changelog entry.
|
2018-03-21 14:53:29 +00:00 |
|
chriseth
|
cc0f70263f
|
Tests for returning dynamic data.
|
2018-03-21 14:53:29 +00:00 |
|
chriseth
|
c2709a2d8e
|
Decode dynamic data.
|
2018-03-21 14:53:29 +00:00 |
|
chriseth
|
cc2f71e4ac
|
Move dynamic type removal out of the type system.
|
2018-03-21 14:53:29 +00:00 |
|
chriseth
|
32c94f5059
|
Simple size check for old ABI decoder.
|
2018-03-21 14:53:25 +00:00 |
|
chriseth
|
2cdf44f65c
|
Move the old ABI decoder code.
|
2018-03-20 15:20:43 +00:00 |
|
Matías A. Ré Medina
|
6e730df036
|
Fix: Missing payable at function forceOwnerChange
forceOwnerChange expects ether, and does not have the payable keyword.
|
2018-03-19 16:38:20 -03:00 |
|
chriseth
|
2b2527f31c
|
Merge pull request #3751 from ethereum/syntaxTestsExtensions
Only consider files ending with .sol and not starting with ~ in synta…
|
2018-03-16 13:39:01 +01:00 |
|
Daniel Kirchner
|
e68c19c47b
|
Only consider files ending with .sol and not starting with ~ in syntax tests.
|
2018-03-16 12:28:21 +01:00 |
|
chriseth
|
c9db105ad7
|
Extract scoping tests.
|
2018-03-16 00:47:32 +01:00 |
|
chriseth
|
6589555790
|
Test extraction tool.
|
2018-03-16 00:47:32 +01:00 |
|
chriseth
|
0a4d4d6c52
|
Remove ccache on circle.
|
2018-03-15 23:25:20 +01:00 |
|
chriseth
|
ea8d5f8afc
|
Use /usr/bin/editor if exists.
|
2018-03-15 18:20:23 +01:00 |
|
chriseth
|
9e1095608d
|
Merge pull request #3709 from ethereum/syntaxTestsInteractiveTool
Interactive syntax test tool.
|
2018-03-15 17:03:43 +01:00 |
|
Daniel Kirchner
|
50ad89d369
|
Only colour error type, not error message in isoltest.
|
2018-03-15 16:27:54 +01:00 |
|
Daniel Kirchner
|
7fa892eca9
|
Add interactive test tool isoltest.
|
2018-03-15 16:23:49 +01:00 |
|
Daniel Kirchner
|
269241e910
|
Add formatted printing to SyntaxTest and expand its public interface.
|
2018-03-15 16:23:46 +01:00 |
|
chriseth
|
3f1e0d8434
|
Merge pull request #3740 from DanielMReed/patch-1
Fix Typo in changelog.md
|
2018-03-15 15:41:27 +01:00 |
|
Daniel R
|
f0c174af8f
|
Fix Typo in changelog.md
|
2018-03-15 10:42:59 +00:00 |
|
Alex Beregszaszi
|
acb8ea6c94
|
Merge pull request #3614 from ethereum/notestsOnTravis
Disable tests for travis on non-release and non-tag branches.
|
2018-03-15 11:37:47 +01:00 |
|
chriseth
|
61d9f88c0e
|
Merge pull request #3724 from ethereum/externalFunctionsInLibraries
Make external library functions accessible.
|
2018-03-14 18:08:04 +01:00 |
|
chriseth
|
78abe81f08
|
Merge branch 'develop' into externalFunctionsInLibraries
|
2018-03-14 18:07:55 +01:00 |
|
chriseth
|
d0c96d53e9
|
Merge pull request #3734 from ethereum/soltestOptions
test: Rename test/TestHelper.* to test/Options.* and add Options::val…
|
2018-03-14 18:05:48 +01:00 |
|
chriseth
|
abc7a45230
|
Merge pull request #3725 from ethereum/blockhashNoCall
Allow ``block.blockhash`` without it being called.
|
2018-03-14 18:04:40 +01:00 |
|
Alex Beregszaszi
|
59658afa30
|
Merge pull request #3722 from ethereum/fixMods
Fix modifier lookup in libraries.
|
2018-03-14 17:20:51 +01:00 |
|
chriseth
|
c3f07b5294
|
Merge pull request #3730 from ethereum/docstringBug
DocStringParser: Fix error message for empty parameter description.
|
2018-03-14 16:21:29 +01:00 |
|
Daniel Kirchner
|
d63d41b3b5
|
test: Rename test/TestHelper.* to test/Options.* and add Options::validate().
|
2018-03-14 12:04:04 +01:00 |
|
chriseth
|
a5d9b05acb
|
Merge pull request #3731 from ethereum/errorNoTestPath
soltest: force the use of the --testpath option for soltest with an e…
|
2018-03-14 11:42:41 +01:00 |
|
Daniel Kirchner
|
1882c508c6
|
soltest: force the use of the --testpath option for soltest with an explicit error.
|
2018-03-14 10:45:01 +01:00 |
|
Daniel Kirchner
|
9d079fd126
|
DocStringParser: Add Changelog entry and test case for empty descriptions.
|
2018-03-14 10:34:16 +01:00 |
|