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
path:
root
/
Changelog.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Suggest the experimental ABI encoder if using structs as function parameters
Alex Beregszaszi
2017-12-11
1
-0
/
+2
*
Warn for assembly labels too
Alex Beregszaszi
2017-12-06
1
-0
/
+1
*
Increment version to 0.4.20.
chriseth
2017-12-01
1
-0
/
+6
*
Preparation for 0.4.19 release.
chriseth
2017-11-30
1
-4
/
+4
*
Limit output according to the selected targets in StandardCompiler
Alex Beregszaszi
2017-11-30
1
-0
/
+1
*
ABI decoder.
chriseth
2017-11-30
1
-0
/
+2
*
If statement for Iulia / inline assembly.
chriseth
2017-11-22
1
-0
/
+1
*
Allow constant integer variables as array lengths.
Balajiganapathi S
2017-11-22
1
-0
/
+1
*
Improves address literal checksum error message
wadeAlexC
2017-11-17
1
-0
/
+1
*
Merge pull request #3092 from rivenhk/b_2885
chriseth
2017-10-23
1
-0
/
+1
|
\
|
*
updated Changelog.md
rivenhk
2017-10-22
1
-0
/
+1
*
|
More detailed errors for invalid array lengths (such as division by zero).
Alex Beregszaszi
2017-10-20
1
-0
/
+1
*
|
Turn usage of callcode into an error as experimental 0.5.0 feature
Alex Beregszaszi
2017-10-19
1
-0
/
+1
*
|
Increment version to 0.4.19.
chriseth
2017-10-18
1
-0
/
+6
*
|
Update changelog for 0.4.18 release.
chriseth
2017-10-18
1
-7
/
+7
*
|
Merge pull request #2925 from ethereum/tuple-value-check
chriseth
2017-10-18
1
-0
/
+1
|
\
\
|
*
|
Validate each tuple literal
Alex Beregszaszi
2017-10-18
1
-0
/
+1
|
|
/
*
/
Do not accept truncated function selectors.
chriseth
2017-10-18
1
-0
/
+2
|
/
*
Allocate one byte per memory byte array element instead of 32.
chriseth
2017-10-17
1
-0
/
+1
*
Merge pull request #3077 from ethereum/optimze_pops
chriseth
2017-10-17
1
-0
/
+1
|
\
|
*
Assume peephole optimizer was successful if number of pops increased.
chriseth
2017-10-14
1
-0
/
+1
*
|
Allow ``gas`` in view functions.
chriseth
2017-10-16
1
-0
/
+1
|
/
*
Force interface functions as external (0.5.0)
Alex Beregszaszi
2017-10-06
1
-0
/
+1
*
Require location keyword for local variables (0.5.0)
Alex Beregszaszi
2017-10-06
1
-0
/
+1
*
Do not add members of address to contracts in experimental 0.5.0
Alex Beregszaszi
2017-10-05
1
-3
/
+4
*
Merge pull request #3029 from ethereum/tanwisgas
Alex Beregszaszi
2017-10-05
1
-0
/
+3
|
\
|
*
Send all gas for 0.5.0.
chriseth
2017-10-05
1
-0
/
+3
*
|
Merge pull request #2901 from ethereum/compiler-names
chriseth
2017-10-05
1
-0
/
+1
|
\
\
|
*
|
Restrict contracts compiled via outputSelection (but not the individual outpu...
Alex Beregszaszi
2017-10-05
1
-0
/
+1
|
|
/
*
/
Do not consider shadowing in variable names inside event declarations
Federico Bond
2017-10-05
1
-0
/
+1
|
/
*
Disallow non-pure constant state variables in 0.5.0
Federico Bond
2017-10-03
1
-0
/
+1
*
Emit error when declaring event with same name and arguments twice
Federico Bond
2017-09-30
1
-0
/
+1
*
Unary + now a synax error (experimental 0.5.0)
Rhett Aultman
2017-09-30
1
-0
/
+1
*
Validate array length in type checker
Alex Beregszaszi
2017-09-29
1
-0
/
+1
*
Fix overload resolution when conflict is with members of address (balance, tr...
Alex Beregszaszi
2017-09-28
1
-0
/
+2
*
Fix source location of VariableDeclarationStatement.
chriseth
2017-09-28
1
-0
/
+1
*
Better error message for unexpected trailing comma in parameter lists
wadeAlexC
2017-09-25
1
-0
/
+1
*
Increment version.
chriseth
2017-09-22
1
-0
/
+6
*
Changelog cleanup in preparation for 0.4.17.
chriseth
2017-09-21
1
-5
/
+5
*
Merge pull request #2902 from ethereum/warn-obsolete
chriseth
2017-09-21
1
-1
/
+3
|
\
|
*
Warn about obsolete sha3/suicide calls
Alex Beregszaszi
2017-09-19
1
-1
/
+3
*
|
Support multiple assignment in inline assembly
Alex Beregszaszi
2017-09-20
1
-0
/
+1
|
/
*
Allow constant byte arrays.
chriseth
2017-09-19
1
-0
/
+1
*
Merge pull request #2910 from ethereum/fallback-restrict-external
chriseth
2017-09-18
1
-1
/
+2
|
\
|
*
Force fallback to be external (experimental 0.5.0 change)
Alex Beregszaszi
2017-09-18
1
-1
/
+2
*
|
Add changelog
Alex Beregszaszi
2017-09-16
1
-0
/
+1
|
/
*
Move ABI encoder into its own function.
chriseth
2017-09-16
1
-0
/
+1
*
Merge pull request #2904 from ethereum/viewPure5
Alex Beregszaszi
2017-09-15
1
-0
/
+1
|
\
|
*
Enforce view with error for experimental 0.5.0.
chriseth
2017-09-14
1
-0
/
+1
*
|
Warn if no visibility is specified on contract functions.
Alex Beregszaszi
2017-09-14
1
-0
/
+1
|
/
*
Add experimental feature 'v0.5.0'
Alex Beregszaszi
2017-09-14
1
-0
/
+1
*
Merge pull request #2473 from ethereum/functiontype-sig
Alex Beregszaszi
2017-09-14
1
-0
/
+1
|
\
|
*
Rename .sig to .selector on function types
Alex Beregszaszi
2017-09-13
1
-1
/
+1
|
*
Add sig member on function type
Alex Beregszaszi
2017-09-13
1
-0
/
+1
*
|
Merge pull request #2848 from ethereum/checkViewPure
chriseth
2017-09-14
1
-0
/
+1
|
\
\
|
*
|
Changelog entry.
chriseth
2017-09-14
1
-0
/
+1
*
|
|
Limit each duplicate declaration error to 32 references
Alex Beregszaszi
2017-09-13
1
-0
/
+1
|
|
/
|
/
|
*
|
Display helpful warning for unused function arguments/return parameters
Suman
2017-09-12
1
-0
/
+1
*
|
Do not show the same error multiple times for events
Alex Beregszaszi
2017-09-12
1
-0
/
+1
|
/
*
Include all overloaded events in ABI
Alex Beregszaszi
2017-08-29
1
-1
/
+1
*
Crash fix, parseTypeName can return null.
chriseth
2017-08-28
1
-0
/
+2
*
Warn on using literals in tight packing
Alex Beregszaszi
2017-08-25
1
-0
/
+1
*
Introduce JumpdestRemover optimisation step
Alex Beregszaszi
2017-08-25
1
-0
/
+1
*
Set version to 0.4.17
chriseth
2017-08-25
1
-0
/
+6
*
Describe experimental features.
chriseth
2017-08-25
1
-1
/
+3
*
Prepare 0.4.16 release.
chriseth
2017-08-25
1
-6
/
+11
*
Rename statemutability to stateMutability in ABI/AST
Alex Beregszaszi
2017-08-24
1
-1
/
+1
*
Add ABI test for pure function
Alex Beregszaszi
2017-08-24
1
-1
/
+1
*
Introduce pure specifier on functions
Alex Beregszaszi
2017-08-24
1
-0
/
+1
*
Merge pull request #2770 from ethereum/recursionInAsm
chriseth
2017-08-24
1
-0
/
+1
|
\
|
*
Check recursion depth in assembly parser.
chriseth
2017-08-22
1
-0
/
+1
*
|
Changelog entry.
chriseth
2017-08-23
1
-0
/
+1
*
|
Introduce view (and keep constant as an alias)
Alex Beregszaszi
2017-08-23
1
-0
/
+1
*
|
Reject the creation of interface with the new statement
Alex Beregszaszi
2017-08-22
1
-0
/
+1
|
/
*
Fix crash related to ``using for`` without a library.
chriseth
2017-08-21
1
-0
/
+1
*
Merge branch 'develop' into library-constructor
chriseth
2017-08-21
1
-0
/
+1
|
\
|
*
Be more strict about number literals in assembly.
chriseth
2017-08-21
1
-0
/
+1
*
|
Library cannot have constructors
Alex Beregszaszi
2017-08-21
1
-0
/
+1
|
/
*
Warn about shift of literals.
chriseth
2017-08-16
1
-0
/
+1
*
Add statemutability field to the ABI
Alex Beregszaszi
2017-08-15
1
-0
/
+1
*
Prevent too deep recursion in parser.
chriseth
2017-08-15
1
-0
/
+1
*
Merge pull request #2703 from ethereum/warnAboutLargeStorageArrays
chriseth
2017-08-14
1
-0
/
+1
|
\
|
*
Warn about large storage structures.
chriseth
2017-08-12
1
-0
/
+1
*
|
Improve override changes signature error message
Federico Bond
2017-08-12
1
-0
/
+1
|
/
*
Enforce commas in tuple syntax
Federico Bond
2017-08-12
1
-0
/
+1
*
Store experimental flag in metadata CBOR
Alex Beregszaszi
2017-08-11
1
-0
/
+2
*
Show previous visibility specifier in parser error
Alex Beregszaszi
2017-08-09
1
-0
/
+1
*
Set version to 0.4.16.
chriseth
2017-08-09
1
-0
/
+6
*
Update changelog.
chriseth
2017-08-08
1
-1
/
+1
*
Disable unimplemented library functions instead
Alex Beregszaszi
2017-08-08
1
-2
/
+2
*
Raise error when using unimplemented internal library functions.
Alex Beregszaszi
2017-08-08
1
-0
/
+1
*
Constructors must be implemented if declared.
Alex Beregszaszi
2017-08-05
1
-0
/
+1
*
Merge pull request #2687 from ethereum/show-unimplemented-funcs
Alex Beregszaszi
2017-08-05
1
-0
/
+1
|
\
|
*
Show unimplemented function if trying to instantiate an abstract class
Alex Beregszaszi
2017-08-04
1
-0
/
+1
*
|
Do not mark overloaded functions as shadowing
Alex Beregszaszi
2017-08-05
1
-0
/
+1
|
/
*
Merge pull request #2673 from ethereum/builtin-gas
chriseth
2017-08-04
1
-0
/
+1
|
\
|
*
Disallow gas modifier on sha255/ripemd160/ecrecover
Alex Beregszaszi
2017-08-02
1
-0
/
+1
*
|
.delegatecall() should always return a boolean of execution status
Alex Beregszaszi
2017-08-02
1
-0
/
+1
|
/
*
Provide new account gas for low-level callcode/delegatecall
Alex Beregszaszi
2017-08-01
1
-0
/
+1
*
Increment version to 0.4.15
chriseth
2017-07-31
1
-0
/
+6
*
Release date for version 0.4.14.
chriseth
2017-07-31
1
-1
/
+1
*
Changelog and bug list entry.
chriseth
2017-07-28
1
-0
/
+1
*
Remove the need of jumping out of the fallback
Alex Beregszaszi
2017-07-28
1
-0
/
+1
*
Merge pull request #2635 from ethereum/fixCrashOnAssignmentToNonLValue
Alex Beregszaszi
2017-07-27
1
-0
/
+1
|
\
|
*
Changelog entry.
chriseth
2017-07-27
1
-0
/
+1
*
|
Re-allow multiple modifiers per function.
chriseth
2017-07-27
1
-0
/
+1
*
|
Merge pull request #2566 from ethereum/metadata-only-relevant
chriseth
2017-07-27
1
-0
/
+1
|
\
\
|
*
|
Only include files usde in metadata
Alex Beregszaszi
2017-07-19
1
-0
/
+1
*
|
|
Warn about shadowing variables.
Alex Beregszaszi
2017-07-25
1
-0
/
+1
|
|
/
|
/
|
*
|
Add test and changelog
Alex Beregszaszi
2017-07-19
1
-0
/
+1
|
/
*
Mark modifiers as internal
Alex Beregszaszi
2017-07-19
1
-0
/
+1
*
Properly export the license() method in Emscripten
Alex Beregszaszi
2017-07-18
1
-0
/
+1
*
Include types in explicit conversion error message
Alex Beregszaszi
2017-07-14
1
-0
/
+1
*
Issue error properly for oversized arrays for calldata
Alex Beregszaszi
2017-07-14
1
-1
/
+2
*
Add changelog and documentation
Alex Beregszaszi
2017-07-13
1
-0
/
+1
*
Add type error when attempting value transfer to a non-payable contract
Federico Bond
2017-07-13
1
-0
/
+1
*
Issue proper warning trying to access calldata variables in inline assembly
Alex Beregszaszi
2017-07-12
1
-0
/
+1
*
Fix invalid "explicit storage keyword" warning for reference members of structs.
chriseth
2017-07-11
1
-0
/
+1
*
Update changelog.
chriseth
2017-07-06
1
-0
/
+7
*
Release date for 0.4.13
chriseth
2017-07-06
1
-1
/
+1
*
Deprecate throw.
chriseth
2017-07-06
1
-1
/
+2
*
Merge pull request #2528 from ethereum/warnNoStorage
chriseth
2017-07-06
1
-0
/
+3
|
\
|
*
Warn if local storage reference variable does not use "storage" explicitly.
chriseth
2017-07-06
1
-0
/
+3
*
|
Merge pull request #2527 from ethereum/onlyASTIfAnalysisSuccessful
chriseth
2017-07-06
1
-0
/
+1
|
\
\
|
*
|
Only output AST if the analysis was successful.
chriseth
2017-07-06
1
-0
/
+1
|
|
/
*
/
Do not omit error type.
chriseth
2017-07-06
1
-0
/
+1
|
/
*
Changelog entry.
chriseth
2017-07-05
1
-0
/
+3
*
Bump version.
chriseth
2017-07-03
1
-0
/
+2
*
Set release date.
chriseth
2017-07-03
1
-2
/
+2
*
Add component to the changelog entries
Alex Beregszaszi
2017-07-03
1
-2
/
+2
*
Remove extra UTF-8 entry
Alex Beregszaszi
2017-07-03
1
-1
/
+0
*
Add instruction shadows solidity variables
Alex Beregszaszi
2017-07-03
1
-0
/
+1
*
Reorder changelog for alphabetical order
Alex Beregszaszi
2017-07-03
1
-16
/
+16
*
Changelog entry.
chriseth
2017-07-01
1
-0
/
+1
*
MLOAD has side-effects, treat it like that in the optimiser
Alex Beregszaszi
2017-07-01
1
-0
/
+1
*
Warn on JUMP/JUMPI in inline assembly
Alex Beregszaszi
2017-07-01
1
-0
/
+1
*
Warn about callcode.
chriseth
2017-06-30
1
-0
/
+1
*
Fix negative stack size checks.
chriseth
2017-06-28
1
-0
/
+1
*
Changelog entry.
chriseth
2017-06-28
1
-0
/
+1
*
Merge branch 'develop' into utf8-strict-parser
chriseth
2017-06-27
1
-0
/
+3
|
\
|
*
Merge pull request #2437 from ethereum/warnDoubleCopyStorage
Alex Beregszaszi
2017-06-27
1
-0
/
+1
|
|
\
|
|
*
Warn about copies in storage that might overwrite unexpectedly.
chriseth
2017-06-26
1
-0
/
+1
|
*
|
Disallow comparisons between some types.
chriseth
2017-06-26
1
-0
/
+1
|
|
/
*
/
Implement strict UTF-8 validation
Alex Beregszaszi
2017-06-26
1
-1
/
+2
|
/
*
Merge pull request #2450 from ethereum/addressstring
Alex Beregszaszi
2017-06-26
1
-0
/
+1
|
\
|
*
Changelog entry.
chriseth
2017-06-22
1
-0
/
+1
*
|
Merge pull request #2460 from ethereum/disallowMultiModifier
Alex Beregszaszi
2017-06-26
1
-0
/
+1
|
\
\
|
*
|
Disallow invoking the same modifier multiple times.
chriseth
2017-06-24
1
-0
/
+1
*
|
|
Merge pull request #2442 from ethereum/remove-why3
chriseth
2017-06-26
1
-0
/
+1
|
\
\
\
|
*
|
|
Remove Why3 generator
Alex Beregszaszi
2017-06-25
1
-0
/
+1
|
|
/
/
*
/
/
Change invalid opcode to revert for input validation.
chriseth
2017-06-24
1
-0
/
+1
|
/
/
*
|
Merge pull request #2213 from ethereum/jsoncompiler
chriseth
2017-06-23
1
-0
/
+1
|
\
\
|
*
|
Rewrite jsonCompiler using StandardCompiler
Alex Beregszaszi
2017-06-22
1
-0
/
+1
|
|
/
*
|
Fix address literals not being treated as compile-time constants
Federico Bond
2017-06-23
1
-0
/
+1
*
|
Merge pull request #2452 from ethereum/fixPassingEmptyString
Alex Beregszaszi
2017-06-23
1
-0
/
+1
|
\
\
|
*
|
Fix ABI encoding of empty string literal.
chriseth
2017-06-22
1
-0
/
+1
|
|
/
*
|
Merge pull request #2426 from ethereum/miniMoustache
Alex Beregszaszi
2017-06-23
1
-0
/
+1
|
\
\
|
*
|
Changelog entry for Whiskers.
chriseth
2017-06-22
1
-0
/
+1
|
|
/
*
/
Fix segmentation fault with constant function parameters
Federico Bond
2017-06-22
1
-0
/
+1
|
/
*
Merge pull request #2225 from ethereum/julia-for
chriseth
2017-06-19
1
-0
/
+2
|
\
|
*
Mention functions in changelog.
chriseth
2017-06-16
1
-0
/
+1
|
*
Changelog and documentation.
chriseth
2017-06-16
1
-0
/
+1
*
|
Changelog entry.
chriseth
2017-06-16
1
-0
/
+1
|
/
*
Merge branch 'develop' into asm-aux
chriseth
2017-06-15
1
-2
/
+2
|
\
|
*
Merge pull request #2192 from winsvega/develop
Alex Beregszaszi
2017-06-15
1
-1
/
+1
|
|
\
|
|
*
add new opcode instructions to the parser
Dimitry
2017-06-15
1
-1
/
+1
*
|
|
Print auxiliary data in the assembly
Alex Beregszaszi
2017-06-15
1
-1
/
+2
|
/
/
*
|
Merge pull request #2381 from ethereum/fixcrash
chriseth
2017-06-15
1
-0
/
+1
|
\
\
|
*
|
Fix a crash about a non-callable expression.
chriseth
2017-06-14
1
-0
/
+1
*
|
|
Merge pull request #2384 from ethereum/parseFunctionalInstructions
chriseth
2017-06-15
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Enforce function arguments when parsing functional instructions.
chriseth
2017-06-14
1
-0
/
+1
|
|
/
*
/
Introduce CREATE2 in the assembler
Alex Beregszaszi
2017-06-14
1
-2
/
+2
|
/
*
Add a changelog entry
Yoichi Hirai
2017-06-13
1
-3
/
+4
*
Add changelog entry for keccak256
Alex Beregszaszi
2017-05-30
1
-0
/
+2
*
Better error messages during parsing functional instructions
Alex Beregszaszi
2017-05-24
1
-0
/
+4
*
Merge pull request #2265 from roadriverrail/inline_asm_unused_warning
chriseth
2017-05-22
1
-0
/
+3
|
\
|
*
Analyze InlineAssembly for variable use
Rhett Aultman
2017-05-22
1
-0
/
+3
*
|
minor fixes and changelog update
djudjuu
2017-05-22
1
-0
/
+1
|
/
*
Bump version.
chriseth
2017-05-04
1
-0
/
+2
*
Update permalink for optimizer bug and fix release date.
chriseth
2017-05-03
1
-1
/
+1
*
Finalize changelog.
chriseth
2017-05-03
1
-1
/
+1
*
Merge pull request #2206 from ethereum/fixoptimizer
chriseth
2017-05-03
1
-0
/
+1
|
\
|
*
Fix number representation bug.
chriseth
2017-05-02
1
-0
/
+1
*
|
Warn on unused local variables
Rhett Aultman
2017-05-03
1
-0
/
+1
*
|
Deprecate use of unary '+'
Rhett Aultman
2017-04-29
1
-0
/
+1
|
/
*
Merge pull request #1711 from ethereum/asmfunctions
chriseth
2017-04-26
1
-0
/
+2
|
\
|
*
Mention requirement changes in changelog
Alex Beregszaszi
2017-04-26
1
-0
/
+1
|
*
Changelog entry.
chriseth
2017-04-25
1
-0
/
+1
*
|
Update Changelog.md
chriseth
2017-04-26
1
-1
/
+1
*
|
Changelog: add a point about fee schedule update
Yoichi Hirai
2017-04-25
1
-0
/
+1
|
/
*
Warn about side-effect free statements.
chriseth
2017-04-21
1
-0
/
+1
*
Update changelog
Alex Beregszaszi
2017-04-21
1
-0
/
+3
*
Fix source index allocation in CompilerStack. Depending on compiler(optimisat...
Alex Beregszaszi
2017-04-21
1
-1
/
+4
*
Support --allow-paths in the CLI
Alex Beregszaszi
2017-04-20
1
-0
/
+2
*
Implement missing assembly output functions and do not use PushString for ass...
chriseth
2017-04-12
1
-0
/
+1
*
Changelog entry.
chriseth
2017-03-22
1
-0
/
+3
*
Changelog
Alex Beregszaszi
2017-03-18
1
-0
/
+3
*
Bump version to 0.4.11.
chriseth
2017-03-16
1
-0
/
+2
*
Finalize changelog.
chriseth
2017-03-16
1
-2
/
+2
*
Merge pull request #1698 from ethereum/exp-notation
chriseth
2017-03-15
1
-0
/
+1
|
\
|
*
Fix exponentional notation in number literals
Alex Beregszaszi
2017-03-15
1
-0
/
+1
*
|
Merge pull request #1729 from ethereum/constantvariables
Yoichi Hirai
2017-03-15
1
-0
/
+1
|
\
\
|
*
|
Turn non-constant constants error into warning.
chriseth
2017-03-15
1
-1
/
+1
|
*
|
Changelog entry.
chriseth
2017-03-13
1
-0
/
+1
*
|
|
Merge pull request #1767 from ethereum/longlibnames
Yoichi Hirai
2017-03-15
1
-0
/
+1
|
\
\
\
|
*
|
|
Allow long library names.
chriseth
2017-03-14
1
-0
/
+1
*
|
|
|
Require and Assert.
chriseth
2017-03-14
1
-1
/
+2
|
/
/
/
*
|
|
Merge pull request #1768 from ethereum/abortiffileexists
Yoichi Hirai
2017-03-13
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Do not overwrite files unless forced.
chriseth
2017-03-11
1
-0
/
+1
|
|
/
*
|
Merge pull request #1751 from ethereum/warnLiteralExpBase
Yoichi Hirai
2017-03-11
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Warn about literal constant base in exponentiation.
chriseth
2017-03-07
1
-0
/
+1
*
|
Merge pull request #1747 from ethereum/fixICEInternalConstructor
Yoichi Hirai
2017-03-09
1
-0
/
+1
|
\
\
|
*
|
Changelog entry.
chriseth
2017-03-06
1
-0
/
+1
|
|
/
*
|
Changelog entry.
chriseth
2017-03-08
1
-0
/
+1
*
|
Merge pull request #1750 from ethereum/asmoctal
Yoichi Hirai
2017-03-08
1
-0
/
+1
|
\
\
|
*
|
Changelog entry.
chriseth
2017-03-07
1
-0
/
+1
|
|
/
*
|
Merge pull request #1736 from ethereum/boundoptimizer
Yoichi Hirai
2017-03-08
1
-0
/
+1
|
\
\
|
*
|
Changelog entry.
chriseth
2017-03-04
1
-0
/
+1
|
|
/
*
/
Changelog entry.
chriseth
2017-03-06
1
-0
/
+1
|
/
*
Changelog entry.
chriseth
2017-03-02
1
-0
/
+1
*
Changelog entry.
chriseth
2017-03-01
1
-0
/
+1
*
Merge pull request #1700 from ethereum/fixNoMobile
chriseth
2017-02-24
1
-0
/
+1
|
\
|
*
Merge branch 'develop' into fixNoMobile
chriseth
2017-02-24
1
-0
/
+3
|
|
\
|
*
|
Some checks for the existence of mobile type.
chriseth
2017-02-16
1
-0
/
+1
*
|
|
Merge pull request #1651 from ethereum/transfer-method
chriseth
2017-02-24
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Implement address.transfer()
Alex Beregszaszi
2017-02-24
1
-0
/
+1
*
|
|
Changelog entry.
chriseth
2017-02-24
1
-0
/
+1
|
/
/
*
|
Deposit one stack item for non-value types in inline assembly type checking.
chriseth
2017-02-20
1
-0
/
+1
*
|
Fix early exist for fatal errors.
chriseth
2017-02-16
1
-0
/
+1
|
/
*
Document revert()
Alex Beregszaszi
2017-02-11
1
-0
/
+2
*
Use different wording for assert
Alex Beregszaszi
2017-02-11
1
-1
/
+1
*
Implement assert as a global function
Alex Beregszaszi
2017-02-10
1
-0
/
+1
*
Do not create directories . and ..
Alex Beregszaszi
2017-02-06
1
-0
/
+1
*
Always escape filenames in solc
Alex Beregszaszi
2017-02-06
1
-0
/
+1
*
Disallow arrays with negative length
Alex Beregszaszi
2017-02-02
1
-0
/
+3
*
Add changelog for function types to address conversion
Alex Beregszaszi
2017-02-01
1
-0
/
+3
*
Version update
chriseth
2017-02-01
1
-0
/
+2
*
Release date for 0.4.9
chriseth
2017-02-01
1
-1
/
+1
*
Mention in changelog that invalid as an opcode is valid inline assembly
Alex Beregszaszi
2017-01-27
1
-1
/
+2
*
Merge pull request #1598 from wuestholz/develop
chriseth
2017-01-27
1
-0
/
+2
|
\
|
*
Changelog and review suggestions.
chriseth
2017-01-27
1
-0
/
+2
*
|
Merge pull request #1451 from LefterisJP/fix_build
chriseth
2017-01-27
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Changelog entry.
chriseth
2017-01-27
1
-0
/
+1
*
|
Merge pull request #1604 from ethereum/checksums
Alex Beregszaszi
2017-01-26
1
-0
/
+1
|
\
\
|
*
|
Warn about invalid checksums of addresses.
chriseth
2017-01-25
1
-0
/
+1
|
|
/
*
|
Add literal metadata sources to changelog
Alex Beregszaszi
2017-01-26
1
-0
/
+1
*
|
Rewording in changelog.
chriseth
2017-01-26
1
-1
/
+1
*
|
Do not allow shadowing inline assembly instructions with variables
Alex Beregszaszi
2017-01-25
1
-0
/
+1
|
/
*
Changelog entry.
chriseth
2017-01-24
1
-0
/
+4
*
Merge pull request #1245 from ethereum/1215
chriseth
2017-01-24
1
-0
/
+1
|
\
[next]