index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increment version.
chriseth
2017-09-22
2
-1
/
+7
*
Merge pull request #2943 from ethereum/changelog0417
chriseth
2017-09-21
2
-5
/
+9
|
\
|
*
Update bug list.
chriseth
2017-09-21
1
-0
/
+4
|
*
Changelog cleanup in preparation for 0.4.17.
chriseth
2017-09-21
1
-5
/
+5
|
/
*
Merge pull request #2945 from LefterisJP/docs_fix_fallback_gas
chriseth
2017-09-21
1
-2
/
+1
|
\
|
*
docs: Specify gas fallback function from call
Lefteris Karapetsas
2017-09-21
1
-2
/
+1
*
|
Merge pull request #2944 from ethereum/dockerfixattepmt
chriseth
2017-09-21
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Try to fix docker release deployment.
chriseth
2017-09-21
1
-1
/
+1
*
|
Merge pull request #2938 from ethereum/cmake-ccache
Paweł Bylica
2017-09-21
3
-8
/
+18
|
\
\
|
|
/
|
/
|
|
*
CMake: Better ccache configuration
Paweł Bylica
2017-09-20
3
-8
/
+18
*
|
Merge pull request #2942 from matthieucan/patch-1
chriseth
2017-09-21
1
-2
/
+2
|
\
\
|
*
|
fix typo: missing word in documentation
Matthieu Caneill
2017-09-21
1
-2
/
+2
|
/
/
*
|
Merge pull request #2902 from ethereum/warn-obsolete
chriseth
2017-09-21
3
-3
/
+38
|
\
\
|
*
|
Warn about obsolete sha3/suicide calls
Alex Beregszaszi
2017-09-19
3
-3
/
+38
*
|
|
Merge pull request #2924 from ethereum/inlineasm-assign-multi
chriseth
2017-09-20
11
-9
/
+134
|
\
\
\
|
*
|
|
Remove unintentional copy in assignment operation.
chriseth
2017-09-20
2
-20
/
+25
|
*
|
|
Limit parser recursion depth further (needed by increased assembly data struc...
Alex Beregszaszi
2017-09-20
1
-1
/
+1
|
*
|
|
Support multiple assignment in inline assembly
Alex Beregszaszi
2017-09-20
10
-25
/
+145
|
/
/
/
*
|
|
Merge pull request #2930 from ethereum/no-deps-submodule
chriseth
2017-09-20
5
-4
/
+101
|
\
\
\
|
*
|
|
Windows: Copy install_deps.cmake from cpp-dependencies repo
Paweł Bylica
2017-09-20
2
-1
/
+100
|
*
|
|
jsoncpp: Restore download dir in source tree
Paweł Bylica
2017-09-20
1
-0
/
+1
|
*
|
|
Remove deps git submodule
Paweł Bylica
2017-09-19
2
-3
/
+0
*
|
|
|
Merge pull request #2929 from ethereum/cppcheck
Alex Beregszaszi
2017-09-20
18
-43
/
+42
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Rename MiniMoustache to Whiskers in tests
Alex Beregszaszi
2017-09-20
1
-0
/
+0
|
*
|
|
Mark functions static
Alex Beregszaszi
2017-09-20
5
-16
/
+16
|
*
|
|
Limit of scope of variables in SHA3
Alex Beregszaszi
2017-09-20
1
-3
/
+2
|
*
|
|
Mark constructors explicit
Alex Beregszaszi
2017-09-20
2
-3
/
+3
|
*
|
|
Ensure parameter names match between headers and implementation
Alex Beregszaszi
2017-09-20
10
-21
/
+21
|
/
/
/
*
|
|
Merge pull request #2927 from ethereum/abispecfix
chriseth
2017-09-19
1
-4
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Clarify shorthand notation in ABI
Alex Beregszaszi
2017-09-19
1
-2
/
+2
|
*
|
Fix ABI spec regarding arrays.
chriseth
2017-09-19
1
-2
/
+2
|
|
/
*
|
Merge pull request #2926 from ethereum/deps
Paweł Bylica
2017-09-19
2
-1
/
+51
|
\
\
|
|
/
|
/
|
|
*
deps: Move and fix jsoncpp.cmake from deps submodule
Paweł Bylica
2017-09-19
2
-1
/
+51
*
|
Merge pull request #2920 from ethereum/fixConstantBytes
Alex Beregszaszi
2017-09-19
4
-1
/
+38
|
\
\
|
*
|
Add tests for constant bytes/strings
Alex Beregszaszi
2017-09-19
2
-0
/
+36
|
*
|
Allow constant byte arrays.
chriseth
2017-09-19
2
-1
/
+2
|
/
/
*
|
Merge pull request #2910 from ethereum/fallback-restrict-external
chriseth
2017-09-18
3
-1
/
+39
|
\
\
|
*
|
Force fallback to be external (experimental 0.5.0 change)
Alex Beregszaszi
2017-09-18
3
-1
/
+39
|
|
/
*
|
Merge pull request #2922 from ethereum/asm-bytes-required
chriseth
2017-09-18
1
-3
/
+3
|
\
\
|
*
|
Properly calculate bytesRequired for subs
Alex Beregszaszi
2017-09-18
1
-3
/
+3
*
|
|
Merge pull request #1673 from ethereum/structs
Alex Beregszaszi
2017-09-18
15
-79
/
+894
|
\
\
\
|
*
|
|
Fixed tests with mappings in structs and added some more.
chriseth
2017-09-16
1
-2
/
+90
|
*
|
|
Check for interface types of members and cache recursion check.
chriseth
2017-09-16
2
-21
/
+48
|
*
|
|
Add changelog
Alex Beregszaszi
2017-09-16
1
-0
/
+1
|
*
|
|
Clarify ABI & Solidity types
Alex Beregszaszi
2017-09-16
1
-2
/
+5
|
*
|
|
Use "tuple" for struct types in ABI JSON.
chriseth
2017-09-16
4
-27
/
+52
|
*
|
|
Implement struct encoder.
chriseth
2017-09-16
7
-52
/
+177
|
*
|
|
Fix tests.
chriseth
2017-09-16
5
-6
/
+11
|
*
|
|
Expect test to fail until implemented.
chriseth
2017-09-16
1
-1
/
+4
|
*
|
|
Document structs in ABI
chriseth
2017-09-16
1
-3
/
+89
|
*
|
|
Structure type json using "components".
chriseth
2017-09-16
2
-114
/
+151
|
*
|
|
Fix interface type conversion internal to structs.
chriseth
2017-09-16
4
-6
/
+46
|
*
|
|
Tests for external signatures.
chriseth
2017-09-16
1
-4
/
+28
|
*
|
|
Function signatures containing structs.
chriseth
2017-09-16
4
-45
/
+98
|
*
|
|
Update tests and error messages.
chriseth
2017-09-16
3
-14
/
+14
|
*
|
|
Check for recursive structs.
chriseth
2017-09-16
3
-4
/
+33
|
*
|
|
Allow structs as part of function interfaces.
chriseth
2017-09-16
6
-11
/
+280
|
|
/
/
*
|
|
Merge pull request #2921 from ethereum/asm-assertion-messages
chriseth
2017-09-18
1
-3
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add useful messages to exceptions in the assembler
Alex Beregszaszi
2017-09-18
1
-3
/
+3
|
|
/
*
|
Merge pull request #2905 from ethereum/circleci
chriseth
2017-09-18
4
-16
/
+56
|
\
\
|
|
/
|
/
|
|
*
Circle CI: Emscripten build
Paweł Bylica
2017-09-15
4
-16
/
+56
*
|
Merge pull request #2823 from ethereum/iuliaCompressor
Alex Beregszaszi
2017-09-16
17
-93
/
+190
|
\
\
|
|
/
|
/
|
|
*
Move ABI encoder into its own function.
chriseth
2017-09-16
6
-66
/
+83
|
*
Named assembly labels.
chriseth
2017-09-16
13
-28
/
+108
|
/
*
Merge pull request #2904 from ethereum/viewPure5
Alex Beregszaszi
2017-09-15
4
-11
/
+35
|
\
|
*
Enforce view with error for experimental 0.5.0.
chriseth
2017-09-14
4
-11
/
+35
*
|
Merge pull request #2749 from ethereum/require-visibility
chriseth
2017-09-15
10
-564
/
+588
|
\
\
|
|
/
|
/
|
|
*
Update view/pure tests to contain mandatory visibility specifiers
Alex Beregszaszi
2017-09-14
1
-53
/
+51
|
*
Update type tests to contain mandatory visibility specifiers
Alex Beregszaszi
2017-09-14
1
-495
/
+506
|
*
Update std to contain visibility specifiers
Alex Beregszaszi
2017-09-14
4
-15
/
+15
|
*
Warn if no visibility is specified on contract functions.
Alex Beregszaszi
2017-09-14
4
-1
/
+16
|
/
*
Merge pull request #2883 from ethereum/experimental-v050
Alex Beregszaszi
2017-09-14
2
-0
/
+3
|
\
|
*
Add experimental feature 'v0.5.0'
Alex Beregszaszi
2017-09-14
2
-0
/
+3
|
/
*
Merge pull request #2900 from ethereum/viewpure-warnings
Alex Beregszaszi
2017-09-14
1
-14
/
+14
|
\
|
*
Fix view/pure warnings on selector tests
Alex Beregszaszi
2017-09-14
1
-14
/
+14
|
/
*
Merge pull request #2898 from ethereum/docs-abi
chriseth
2017-09-14
1
-0
/
+5
|
\
|
*
Fix nested lists in the ABI documentation
Alex Beregszaszi
2017-09-14
1
-0
/
+5
|
/
*
Merge pull request #2473 from ethereum/functiontype-sig
Alex Beregszaszi
2017-09-14
7
-1
/
+132
|
\
|
*
Use hashing function in tests
Alex Beregszaszi
2017-09-13
1
-3
/
+3
|
*
Document function selectors
Alex Beregszaszi
2017-09-13
2
-0
/
+13
|
*
Rename .sig to .selector on function types
Alex Beregszaszi
2017-09-13
5
-17
/
+17
|
*
Add tests for function type sigs
Alex Beregszaszi
2017-09-13
2
-0
/
+105
|
*
Add sig member on function type
Alex Beregszaszi
2017-09-13
3
-1
/
+14
*
|
Merge pull request #2848 from ethereum/checkViewPure
chriseth
2017-09-14
16
-90
/
+954
|
\
\
|
*
|
Changelog entry.
chriseth
2017-09-14
1
-0
/
+1
|
*
|
Minor changes from review.
chriseth
2017-09-13
1
-9
/
+3
|
*
|
Rename to invalidInPureFunctions
chriseth
2017-09-13
3
-3
/
+3
|
*
|
Allow constant variables in pure functions.
chriseth
2017-09-06
2
-1
/
+14
|
*
|
Rename and add anonymous namespace.
chriseth
2017-09-06
3
-3
/
+6
|
*
|
Fix tests
chriseth
2017-09-06
2
-6
/
+9
|
*
|
Tone down error message.
chriseth
2017-09-06
2
-5
/
+5
|
*
|
Modifier invocation can be base constructor call
chriseth
2017-09-06
1
-5
/
+7
|
*
|
Analyze assembly.
chriseth
2017-09-06
5
-13
/
+153
|
*
|
Add view/pure information about instructions.
chriseth
2017-09-06
2
-0
/
+54
|
*
|
New tests for view and pure checker.
chriseth
2017-09-06
2
-8
/
+331
|
*
|
Do not report on overriding function and only warn for view.
chriseth
2017-09-06
1
-12
/
+19
|
*
|
Store super function.
chriseth
2017-09-06
4
-0
/
+8
|
*
|
Remove previous warning about pureness not being enforced.
chriseth
2017-09-06
1
-2
/
+0
|
*
|
Change tests to use view or pure as appropriate
Alex Beregszaszi
2017-09-06
2
-76
/
+76
|
*
|
View-pure checker.
chriseth
2017-09-06
5
-2
/
+320
*
|
|
Merge pull request #2290 from ali92hm/develop
chriseth
2017-09-13
2
-1
/
+20
|
\
\
\
|
*
|
|
Added --pretty-json commandline option
Ali92hm
2017-09-13
2
-6
/
+11
|
*
|
|
Enabling --combined-json to output to file
Ali92hm
2017-09-13
1
-1
/
+5
|
*
|
|
Added createJson method to make writing json easier
Ali92hm
2017-09-13
2
-0
/
+10
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2895 from ethereum/docs-creation
chriseth
2017-09-13
1
-38
/
+10
|
\
\
\
|
*
|
|
Overhaul contract creation section in the documentation (add reference to rem...
Alex Beregszaszi
2017-09-13
1
-38
/
+10
|
|
/
/
*
|
|
Merge pull request #2892 from ethereum/limit-duplicate-declaration-errors
chriseth
2017-09-13
2
-2
/
+21
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Limit each duplicate declaration error to 32 references
Alex Beregszaszi
2017-09-13
2
-2
/
+21
|
/
/
*
|
Merge pull request #2893 from ethereum/travis-clang-build
Alex Beregszaszi
2017-09-13
3
-27
/
+26
|
\
\
|
*
|
Travis CI: Fix Emscripten build
Paweł Bylica
2017-09-13
2
-26
/
+26
|
*
|
Travis CI: Do not cache build dir
Paweł Bylica
2017-09-13
1
-1
/
+0
|
/
/
*
|
Merge pull request #2852 from ssuman/develop
chriseth
2017-09-12
3
-8
/
+18
|
\
\
|
*
|
Display helpful warning for unused function arguments/return parameters
Suman
2017-09-12
3
-8
/
+18
*
|
|
Merge pull request #2891 from ethereum/same-declaration-exponential-error
Alex Beregszaszi
2017-09-12
1
-1
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Do not report overload conflicts for every line excessively
Alex Beregszaszi
2017-09-12
1
-1
/
+5
|
/
/
*
|
Merge pull request #2888 from ethereum/same-declaration-error
Alex Beregszaszi
2017-09-12
1
-10
/
+12
|
\
\
|
*
|
Use secondary source location as a vector in same declaration errors
Alex Beregszaszi
2017-09-12
1
-10
/
+12
*
|
|
Merge pull request #2887 from ethereum/missing-functions-list
chriseth
2017-09-12
1
-5
/
+7
|
\
\
\
|
*
|
|
Show each unimplemented function in secondary source location
Alex Beregszaszi
2017-09-12
1
-5
/
+7
|
|
/
/
*
|
|
Merge pull request #2880 from ethereum/docs-metadata
chriseth
2017-09-12
3
-144
/
+145
|
\
\
\
|
*
|
|
Promote metadata to its own chapter (split from miscellaneous)
Alex Beregszaszi
2017-09-11
3
-144
/
+145
*
|
|
|
Merge pull request #2853 from ethereum/cleanup-asm-stream
chriseth
2017-09-12
10
-60
/
+75
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Simplify assembly printing in CLI
Alex Beregszaszi
2017-09-11
1
-15
/
+8
|
*
|
|
Introduce assemblyString
Alex Beregszaszi
2017-09-11
10
-24
/
+27
|
*
|
|
Do not return the stream in asssemblyStream
Alex Beregszaszi
2017-09-11
6
-12
/
+9
|
*
|
|
Split out the JSON functionality from assembly.stream()
Alex Beregszaszi
2017-09-11
10
-46
/
+67
|
*
|
|
Mark functions static in libevmasm
Alex Beregszaszi
2017-09-11
2
-3
/
+4
|
|
/
/
*
|
|
Merge pull request #2881 from ethereum/analysis-test
chriseth
2017-09-12
3
-6
/
+6
|
\
\
\
|
*
|
|
Change retrieveContract to take name and not index
Alex Beregszaszi
2017-09-11
3
-6
/
+6
|
|
/
/
*
|
|
Merge pull request #2882 from ethereum/events
chriseth
2017-09-12
2
-4
/
+5
|
\
\
\
|
*
|
|
Do not show the same error multiple times for events
Alex Beregszaszi
2017-09-12
2
-4
/
+5
|
|
/
/
*
|
|
Merge pull request #2870 from aarongoa/develop
chriseth
2017-09-12
1
-8
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make `createAndEndowD` payable in contract creation example
Aaron Colaço
2017-09-12
1
-8
/
+9
*
|
|
Merge pull request #2875 from ethereum/travis-badge
chriseth
2017-09-11
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add the Travis build status badge
Yoichi Hirai
2017-09-07
1
-1
/
+1
|
/
/
*
|
Merge pull request #2857 from ethereum/fixTestrefactor
Alex Beregszaszi
2017-09-06
2
-5
/
+5
|
\
\
|
*
|
Fix warning checking in test framework.
chriseth
2017-09-06
2
-5
/
+5
|
/
/
*
|
Merge pull request #2873 from ethereum/largearray
chriseth
2017-09-06
2
-4
/
+4
|
\
\
|
*
|
Change array too large error message as it is valid for non-calldata too
Alex Beregszaszi
2017-09-06
2
-4
/
+4
*
|
|
Merge pull request #2842 from ethereum/chriseth-patch-1
Alex Beregszaszi
2017-09-06
1
-3
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Explain how to run the tests in more detail.
chriseth
2017-09-06
1
-3
/
+8
*
|
|
Merge pull request #2872 from ethereum/docs-abi
Alex Beregszaszi
2017-09-05
1
-119
/
+119
|
\
\
\
|
*
|
|
Convert ABI spec from Markdwon to RST
Alex Beregszaszi
2017-09-05
1
-119
/
+119
|
/
/
/
*
|
|
Merge pull request #2871 from ethereum/fixedpointdocs
chriseth
2017-09-05
2
-14
/
+24
|
\
\
\
|
*
|
|
Explain the difference between floating and fixed point
Alex Beregszaszi
2017-09-04
2
-5
/
+6
|
*
|
|
Explain fixed point types
Alex Beregszaszi
2017-09-04
1
-0
/
+9
|
*
|
|
Move fixed after int in docs
Alex Beregszaszi
2017-09-04
1
-9
/
+9
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2854 from ethereum/docs-faq
chriseth
2017-09-05
5
-93
/
+60
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Mention that different Unicode codepoint can look the same
Alex Beregszaszi
2017-09-02
1
-0
/
+4
|
*
|
Clarify some subtleties of the fallback function
Alex Beregszaszi
2017-09-02
2
-34
/
+18
|
*
|
Document character set
Alex Beregszaszi
2017-09-02
2
-7
/
+4
|
*
|
Document caveats about timestamp and blockhash
Alex Beregszaszi
2017-09-02
2
-18
/
+12
|
*
|
Document gas/value modifiers with overloading
Alex Beregszaszi
2017-09-02
2
-10
/
+6
|
*
|
Document byte[] vs bytes
Alex Beregszaszi
2017-09-02
2
-7
/
+4
|
*
|
Document call/gas modifiers properly
Alex Beregszaszi
2017-09-02
2
-17
/
+12
|
/
/
*
|
Merge pull request #2860 from ethereum/noparamsfordefaulted
Alex Beregszaszi
2017-08-31
1
-4
/
+4
|
\
\
|
*
|
Remove parameter names for defaulted functions.
chriseth
2017-08-31
1
-4
/
+4
*
|
|
Merge pull request #2812 from ethereum/removeEscape
chriseth
2017-08-31
2
-31
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use Json::valueToQuotedString directly
Alex Beregszaszi
2017-08-29
1
-4
/
+2
|
*
|
Remove escape function.
chriseth
2017-08-29
2
-31
/
+11
*
|
|
Merge pull request #2858 from ethereum/fuzzer-without-optimizer
chriseth
2017-08-31
2
-4
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Run fuzzer tests without optimizer too
Alex Beregszaszi
2017-08-31
1
-0
/
+7
|
*
|
Add --without-optimizer option to fuzzer
Alex Beregszaszi
2017-08-31
1
-4
/
+7
|
/
/
*
|
Merge pull request #2847 from ethereum/codegen-docs
Alex Beregszaszi
2017-08-29
3
-1
/
+25
|
\
\
|
*
|
Document more of the codegen features
Alex Beregszaszi
2017-08-29
3
-1
/
+25
*
|
|
Merge pull request #2846 from ethereum/refactorTests
Alex Beregszaszi
2017-08-29
3
-223
/
+275
|
\
\
\
|
*
|
|
Extract base from NameAndType and use compiler stack.
chriseth
2017-08-29
3
-223
/
+275
*
|
|
|
Merge pull request #2833 from ethereum/statemutability-builtins
chriseth
2017-08-29
5
-22
/
+24
|
\
\
\
\
|
*
|
|
|
Swap declaration/statemutability in FunctionType constructor
Alex Beregszaszi
2017-08-29
4
-11
/
+8
|
*
|
|
|
Mark all built in functions with appropriate statemutability
Alex Beregszaszi
2017-08-29
3
-12
/
+17
*
|
|
|
|
Merge pull request #2844 from ethereum/jsoncompiler
Alex Beregszaszi
2017-08-29
4
-24
/
+47
|
\
\
\
\
\
|
*
|
|
|
|
Add header for jsonCompiler
Alex Beregszaszi
2017-08-29
4
-24
/
+47
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #2843 from ethereum/anonymous-cleanup
chriseth
2017-08-29
8
-5
/
+36
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Move all file specific globals to anonymous namespace
Alex Beregszaszi
2017-08-29
8
-5
/
+36
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #2841 from ethereum/evm15-code-numbers
Greg Colvin
2017-08-29
1
-9
/
+11
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Reconcile EVM 1.5 instruction numbers with working draft EIP615
gcolvin
2017-08-29
1
-9
/
+11
|
/
/
/
*
|
|
Merge pull request #2837 from ethereum/event-overloading-abi
Alex Beregszaszi
2017-08-29
3
-3
/
+31
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Include all overloaded events in ABI
Alex Beregszaszi
2017-08-29
3
-3
/
+31
|
/
/
*
|
Merge pull request #2838 from ethereum/statemutability-event
Alex Beregszaszi
2017-08-29
1
-2
/
+6
|
\
\
|
*
|
Mark event non-payable and not view
Alex Beregszaszi
2017-08-28
1
-2
/
+6
|
/
/
*
|
Merge pull request #2835 from ethereum/compilerstack-docs
Alex Beregszaszi
2017-08-28
1
-5
/
+7
|
\
\
|
*
|
Reorder some methods in CompilerStack for readability
Alex Beregszaszi
2017-08-28
1
-5
/
+7
|
|
/
*
|
Merge pull request #2834 from ethereum/fixTypeNameParsing
Alex Beregszaszi
2017-08-28
3
-1
/
+18
|
\
\
|
|
/
|
/
|
|
*
Crash fix, parseTypeName can return null.
chriseth
2017-08-28
3
-1
/
+18
*
|
Merge pull request #2831 from ethereum/docs
Alex Beregszaszi
2017-08-28
7
-23
/
+30
|
\
\
|
*
|
Explain safe purchase (even number)
Alex Beregszaszi
2017-08-28
1
-0
/
+3
|
*
|
Add note about throw being deprecated
Alex Beregszaszi
2017-08-28
1
-0
/
+3
|
*
|
Require 0.4.12 for the VectorSum example (for loop)
Alex Beregszaszi
2017-08-28
1
-1
/
+1
|
*
|
Refer to internal ABI documentation
Alex Beregszaszi
2017-08-28
1
-4
/
+2
|
*
|
Highlight opcodes in docs
Alex Beregszaszi
2017-08-28
4
-17
/
+18
|
*
|
Fix lists and links
Alex Beregszaszi
2017-08-28
3
-1
/
+3
*
|
|
Merge pull request #2825 from ethereum/contract-unused-natspec
chriseth
2017-08-28
3
-33
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Removed unused natspec members of ContractDefinition
Alex Beregszaszi
2017-08-26
3
-33
/
+0
*
|
|
Merge pull request #2826 from Legogris/patch-1
Alex Beregszaszi
2017-08-28
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Correct package name for installing solc on Arch
Robert Edström
2017-08-27
1
-1
/
+1
|
/
/
*
|
Merge pull request #2821 from ethereum/errorreporter-copy
Alex Beregszaszi
2017-08-26
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add copy constructor to ErrorReporter (since it has assignment operator)
Alex Beregszaszi
2017-08-25
1
-0
/
+3
*
|
Merge pull request #2811 from ethereum/cleanupvectorref
Alex Beregszaszi
2017-08-26
2
-32
/
+9
|
\
\
|
*
|
Cleanup of vector_ref.h
chriseth
2017-08-26
2
-32
/
+9
*
|
|
Merge pull request #2819 from ethereum/compilerstack-typecheck
chriseth
2017-08-26
2
-23
/
+8
|
\
\
\
|
*
|
|
Update SolidityNameAndTypeResolution to match CompilerStack
Alex Beregszaszi
2017-08-25
1
-4
/
+3
|
*
|
|
Do not create a new TypeChecker instance for every contract
Alex Beregszaszi
2017-08-25
1
-3
/
+1
|
*
|
|
Attach natspec before type checking
Alex Beregszaszi
2017-08-25
1
-6
/
+4
|
*
|
|
Remove duplicate work from CompilerStack.analyze()
Alex Beregszaszi
2017-08-25
1
-10
/
+0
*
|
|
|
Merge pull request #2820 from ethereum/fallthrough
chriseth
2017-08-26
4
-6
/
+8
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Move the break in switch for readability
Alex Beregszaszi
2017-08-25
1
-3
/
+3
|
*
|
|
Mark to places fall-through
Alex Beregszaszi
2017-08-25
2
-0
/
+2
|
*
|
|
Remove fallthrough from ArrayUtils
Alex Beregszaszi
2017-08-25
1
-3
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2809 from ethereum/cleanupFixedHash
chriseth
2017-08-26
2
-139
/
+8
|
\
\
\
|
*
|
|
Cleanup of FixedHash.h
chriseth
2017-08-25
2
-139
/
+8
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2765 from ethereum/emscripten
chriseth
2017-08-25
1
-17
/
+8
|
\
\
\
|
*
|
|
Leave artifact also on root.
chriseth
2017-08-25
1
-1
/
+2
|
*
|
|
Emscripten, CI: Use CMake toolchain file
Paweł Bylica
2017-08-25
1
-3
/
+3
|
*
|
|
Travis CI: Cleanup emscripten build script
Paweł Bylica
2017-08-25
1
-13
/
+3
*
|
|
|
Merge pull request #2813 from ethereum/tightpack-warn
Alex Beregszaszi
2017-08-25
3
-0
/
+67
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Warn on using literals in tight packing
Alex Beregszaszi
2017-08-25
3
-0
/
+67
|
|
/
/
*
|
|
Merge pull request #2815 from ethereum/parser-fallthrough
Alex Beregszaszi
2017-08-25
2
-9
/
+14
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Remove two other fall-through cases in Parser
Alex Beregszaszi
2017-08-25
2
-3
/
+5
|
*
|
Remove fallthrough from literal parsing
Alex Beregszaszi
2017-08-25
1
-6
/
+9
|
|
/
*
|
Merge pull request #2808 from ethereum/cleanCommonH
chriseth
2017-08-25
6
-58
/
+25
|
\
\
|
*
|
Cleanup of Common.h
chriseth
2017-08-25
6
-58
/
+25
|
|
/
*
|
Merge pull request #2817 from ethereum/do_not_copy_so
chriseth
2017-08-25
1
-35
/
+0
|
\
\
|
|
/
|
/
|
|
*
Do not include soltest and .so files in zip archives.
chriseth
2017-08-25
1
-35
/
+0
*
|
Merge pull request #2807 from ethereum/removeABIh
chriseth
2017-08-25
3
-119
/
+18
|
\
\
|
*
|
Cleanup: Remove ABI.h
chriseth
2017-08-25
3
-119
/
+18
*
|
|
Merge pull request #2814 from ethereum/natspec-cleanup
Alex Beregszaszi
2017-08-25
2
-28
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Remove unused statements from the Natspec headers
Alex Beregszaszi
2017-08-25
2
-28
/
+1
*
|
|
Merge pull request #2792 from ethereum/statemutability-docs
chriseth
2017-08-25
2
-4
/
+22
|
\
\
\
|
*
|
|
Explain the limitations of view and pure
Alex Beregszaszi
2017-08-25
1
-0
/
+18
|
*
|
|
Clarify ABI regarding constant
Alex Beregszaszi
2017-08-25
1
-2
/
+2
|
*
|
|
Require 0.4.16 for view/pure in docs examples
Alex Beregszaszi
2017-08-25
1
-2
/
+2
|
|
/
/
*
|
|
Merge pull request #2810 from ethereum/cleanupSHA3
chriseth
2017-08-25
1
-7
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Cleanup of SHA3.h
chriseth
2017-08-25
1
-7
/
+2
|
|
/
*
|
Merge pull request #2657 from ethereum/jumpdest-remover
Alex Beregszaszi
2017-08-25
9
-22
/
+243
|
\
\
|
*
|
Add test for jumpdest removal.
chriseth
2017-08-25
1
-0
/
+84
|
*
|
Update tests.
chriseth
2017-08-25
3
-12
/
+12
|
*
|
Introduce JumpdestRemover optimisation step
Alex Beregszaszi
2017-08-25
5
-10
/
+147
*
|
|
Merge pull request #2806 from ethereum/abi
chriseth
2017-08-25
1
-9
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Reorder ABI for readability
Alex Beregszaszi
2017-08-25
1
-9
/
+10
*
|
|
Merge pull request #2805 from ethereum/release
chriseth
2017-08-25
0
-0
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge pull request #2802 from ethereum/develop
chriseth
2017-08-25
137
-1886
/
+5297
|
|
\
|
*
|
|
Merge pull request #2803 from ethereum/incrementVersion
chriseth
2017-08-25
2
-1
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Set version to 0.4.17
chriseth
2017-08-25
2
-1
/
+7
|
/
/
*
|
Merge pull request #2800 from ethereum/updateVersion
chriseth
2017-08-25
1
-1
/
+3
|
\
\
|
*
|
Describe experimental features.
chriseth
2017-08-25
1
-1
/
+3
|
/
/
*
|
Merge pull request #2797 from ethereum/updateVersion
chriseth
2017-08-25
2
-6
/
+15
|
\
\
|
*
|
Prepare 0.4.16 release.
chriseth
2017-08-25
2
-6
/
+15
|
/
/
*
|
Merge pull request #2798 from ethereum/statemutability
chriseth
2017-08-25
5
-35
/
+35
|
\
\
|
*
|
Rename statemutability to stateMutability in ABI/AST
Alex Beregszaszi
2017-08-24
5
-35
/
+35
*
|
|
Merge pull request #2799 from designium/patch-2
chriseth
2017-08-25
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
[next]