chriseth
|
5ee3ceaef7
|
Remove leftover couts.
|
2017-09-29 12:44:39 +02:00 |
|
chriseth
|
f3fe043cc1
|
Merge pull request #2989 from ethereum/filterMoreWarnigs
Allow frameworks to filter warnings.
|
2017-09-29 12:41:26 +02:00 |
|
chriseth
|
08effa0af5
|
More verbose error messages.
|
2017-09-29 12:05:45 +02:00 |
|
chriseth
|
9d8edb46f2
|
Allow test frameworks to filter out some warnings.
|
2017-09-29 12:05:45 +02:00 |
|
chriseth
|
b921846880
|
Merge pull request #2936 from ethereum/proper-address-overload-resolution
Fix overload resolution when conflict is with members of address
|
2017-09-29 10:23:56 +02:00 |
|
Alex Beregszaszi
|
d5d1a08b09
|
Pull out helper to apply address member to contract members
|
2017-09-28 14:54:15 +01:00 |
|
Alex Beregszaszi
|
aa6de49457
|
Simplify address overloading
|
2017-09-28 14:53:41 +01:00 |
|
Alex Beregszaszi
|
7cb4d714c7
|
Fix overload resolution when conflict is with members of address (balance, transfer, etc)
|
2017-09-28 13:57:19 +01:00 |
|
Alex Beregszaszi
|
010189d58e
|
Merge pull request #2986 from ethereum/fixsourcelocationofvariabledecsatement
Fix source location of VariableDeclarationStatement.
|
2017-09-28 13:50:23 +01:00 |
|
Zetherz
|
c6c3163c2a
|
Fixed code example (#2955)
|
2017-09-28 13:21:02 +01:00 |
|
chriseth
|
4d01d0865e
|
Merge pull request #2983 from ethereum/verboseAssembly
Better readable encoder assembly.
|
2017-09-28 13:18:34 +02:00 |
|
chriseth
|
639b85f498
|
Fix source location of VariableDeclarationStatement.
|
2017-09-27 19:27:36 +02:00 |
|
chriseth
|
58847dd062
|
Merge pull request #2985 from martriay/patch-1
Update contracts.rst
|
2017-09-27 19:24:29 +02:00 |
|
Martín Triay
|
ab4f97a80b
|
Update contracts.rst
Fixed web3 URL
|
2017-09-27 13:59:26 -03:00 |
|
chriseth
|
acd70557cc
|
Test encoder for empty structs.
|
2017-09-27 17:55:04 +02:00 |
|
chriseth
|
3ebe29a031
|
Better readable encoder assembly.
|
2017-09-27 15:59:59 +02:00 |
|
chriseth
|
2940964044
|
ABI encoder fixes and test.
|
2017-09-27 15:57:39 +02:00 |
|
Alex Beregszaszi
|
3f783c8dad
|
Merge pull request #2975 from ethereum/encode-memory
Split encodeToMemory into packedEncode and abiEncode
|
2017-09-27 13:04:37 +01:00 |
|
Alex Beregszaszi
|
a27b23bacb
|
Merge pull request #2979 from ethereum/globalcontext-simplify
Format GlobalContext for readability
|
2017-09-27 12:45:46 +01:00 |
|
Alex Beregszaszi
|
204214f070
|
Split encodeToMemory to packedEncode and abiEncode
|
2017-09-27 11:32:19 +01:00 |
|
chriseth
|
b19c2f26cf
|
Merge pull request #2972 from ethereum/cmake-cleanup-include-paths
CMake: Cleanup include paths
|
2017-09-27 12:24:30 +02:00 |
|
Alex Beregszaszi
|
0dda5eeca3
|
Order GlobalContext entries
|
2017-09-27 11:19:53 +01:00 |
|
Alex Beregszaszi
|
82673b7b3f
|
Format GlobalContext for readability
|
2017-09-27 11:19:53 +01:00 |
|
Alex Beregszaszi
|
a657d3b1a1
|
Make most of the parameters mandatory in encodeToMemory
|
2017-09-27 11:15:27 +01:00 |
|
chriseth
|
9c62647f19
|
Merge pull request #2978 from ethereum/infer-location
Report correct location for inferred types in packed encoding
|
2017-09-27 12:13:01 +02:00 |
|
chriseth
|
445e20a35b
|
Merge pull request #2976 from ethereum/fix-abi-check
Fix other test to use ABI_CHECK
|
2017-09-27 12:12:28 +02:00 |
|
chriseth
|
f9e43cf920
|
Merge pull request #2974 from ethereum/docs-abi-tight
Document packed ABI
|
2017-09-27 12:08:48 +02:00 |
|
chriseth
|
809d5ce128
|
Merge pull request #2973 from ethereum/address-160
Ensure that address types are always declared as 160bit
|
2017-09-27 12:04:51 +02:00 |
|
Alex Beregszaszi
|
dcb61352f6
|
Report correct location for inferred types in packed encoding
|
2017-09-27 10:21:24 +01:00 |
|
Alex Beregszaszi
|
9ea812598d
|
Fix other test to use ABI_CHECK
|
2017-09-27 00:50:35 +01:00 |
|
Alex Beregszaszi
|
a7592fa801
|
Document packed ABI
|
2017-09-26 22:48:49 +01:00 |
|
Alex Beregszaszi
|
ee65ecfb3b
|
Ensure that address types are always declared as 160bit
|
2017-09-26 22:46:33 +01:00 |
|
Paweł Bylica
|
ffd440ccff
|
CMake: Cleanup include paths
|
2017-09-26 22:44:57 +02:00 |
|
Alex Beregszaszi
|
6db13311dd
|
Merge pull request #2946 from ethereum/cmake
CMake: Add compiler warning about implicit fallthough
|
2017-09-26 21:00:36 +01:00 |
|
Paweł Bylica
|
5722f3083c
|
CMake: Add compiler warning about implicit fallthough
|
2017-09-26 14:21:01 +02:00 |
|
Alex Beregszaszi
|
eb5a6aacd9
|
Merge pull request #2961 from ethereum/fixEndToEndTestsInputs
Fix encoded EndToEnd inputs.
|
2017-09-26 12:09:47 +01:00 |
|
chriseth
|
af4d8779bb
|
Merge pull request #2934 from ethereum/fallthrough
Remove last two instances of switch fall-through
|
2017-09-26 11:38:22 +02:00 |
|
chriseth
|
95ec2fd0b6
|
Fix encoded EndToEnd inputs.
|
2017-09-25 19:33:38 +02:00 |
|
Alex Beregszaszi
|
a72237f275
|
Merge pull request #2954 from wadeAlexC/develop
Better message for unexpected trailing commas in parameter lists
|
2017-09-25 15:36:34 +01:00 |
|
Alex Beregszaszi
|
e6bbbb330c
|
Merge pull request #2937 from ethereum/failureDiagnosis
Improved error messages for EndToEnd tests.
|
2017-09-25 12:58:17 +01:00 |
|
chriseth
|
a23f7f38b9
|
Merge pull request #2909 from bernardpeh/mydev
faq typo
|
2017-09-25 12:01:20 +02:00 |
|
chriseth
|
d45629d909
|
Update frequently-asked-questions.rst
|
2017-09-25 12:01:09 +02:00 |
|
Alex Beregszaszi
|
cb6cdfe780
|
Simplify switch statements by refactoring internal break statements
|
2017-09-25 10:57:21 +01:00 |
|
Alex Beregszaszi
|
74972f5fa6
|
Avoid switch fallthrough in ExpressionCompiler
|
2017-09-25 10:51:58 +01:00 |
|
Alex Beregszaszi
|
3e5d81578a
|
Avoid switch fallthrough in CompilerUtils
|
2017-09-25 10:51:58 +01:00 |
|
chriseth
|
8e4f242274
|
Improved error messages for EndToEnd tests.
|
2017-09-25 10:49:25 +01:00 |
|
wadeAlexC
|
0099911ace
|
Better error message for unexpected trailing comma in parameter lists
|
2017-09-25 10:42:01 +01:00 |
|
bernard peh
|
5ffd119990
|
minor tuning to sentence to be more accurate
|
2017-09-25 19:29:10 +10:00 |
|
Alex Beregszaszi
|
ccb689701e
|
Merge pull request #2940 from ethereum/verboseErrors
More verbos error reports.
|
2017-09-22 17:32:29 +01:00 |
|
Alex Beregszaszi
|
1be33872ba
|
Merge pull request #2935 from ethereum/cleanupTestHelpers
Cleanup test helper macros.
|
2017-09-22 16:48:37 +01:00 |
|