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
*
Document scientific notation in integer literals
Alex Beregszaszi
2017-03-15
1
-0
/
+3
*
Add tests for negative base
Alex Beregszaszi
2017-03-15
1
-0
/
+12
*
Add tests for fractional numbers in exponential notation
Alex Beregszaszi
2017-03-15
2
-0
/
+5
*
Split out parseRational from isValidLiteral
Alex Beregszaszi
2017-03-15
2
-32
/
+58
*
Rename x to value
Alex Beregszaszi
2017-03-15
1
-16
/
+17
*
Disallow radix points in hex literals
Alex Beregszaszi
2017-03-15
1
-1
/
+6
*
Do not try parsing hex numbers as scientific notation
Alex Beregszaszi
2017-03-15
1
-1
/
+2
*
Support older version of boost
Alex Beregszaszi
2017-03-15
1
-1
/
+4
*
Support negative exponent
Alex Beregszaszi
2017-03-15
1
-6
/
+11
*
Add tests for scientific notation
Alex Beregszaszi
2017-03-15
4
-25
/
+47
*
Fix exponentional notation in number literals
Alex Beregszaszi
2017-03-15
2
-4
/
+28
*
Merge pull request #1766 from ryepdx/develop-gcc6.3.0-boost1.63.0
chriseth
2017-03-10
2
-5
/
+8
|
\
|
*
Fix 'ambiguous overload for operator==' Boost error.
Ryan Casey
2017-03-10
1
-5
/
+5
|
*
Resolve build-stopping error about 'minor' and 'major' being defined in <sys/...
Ryan Casey
2017-03-10
1
-0
/
+3
|
/
*
Merge pull request #1763 from nemofisch/develop
chriseth
2017-03-09
1
-8
/
+8
|
\
|
*
Fix delegation loop in Ballot example contract
Remo Fürst
2017-03-09
1
-8
/
+8
|
/
*
Merge pull request #1747 from ethereum/fixICEInternalConstructor
Yoichi Hirai
2017-03-09
7
-26
/
+49
|
\
|
*
Changelog entry.
chriseth
2017-03-06
1
-0
/
+1
|
*
Move public constructor property into AST itself.
chriseth
2017-03-06
5
-6
/
+10
|
*
Strict checking for AST annotation types.
chriseth
2017-03-06
1
-20
/
+20
|
*
Test for trying to construct an inconstructible contract before its definition.
chriseth
2017-03-06
1
-0
/
+18
*
|
Merge pull request #1748 from ethereum/singletonArray
chriseth
2017-03-08
2
-1
/
+15
|
\
\
|
*
|
Convert to mobile type for array type.
chriseth
2017-03-06
1
-1
/
+1
|
*
|
Test for array singletons.
chriseth
2017-03-06
1
-0
/
+14
*
|
|
Merge pull request #1749 from ethereum/compoundForTuples
chriseth
2017-03-08
3
-0
/
+18
|
\
\
\
|
*
|
|
Changelog entry.
chriseth
2017-03-08
1
-0
/
+1
|
*
|
|
Disallow compound assignment for tuples.
chriseth
2017-03-08
1
-0
/
+5
|
*
|
|
Tests for no compound assignment for tuples.
chriseth
2017-03-08
1
-0
/
+12
|
/
/
/
*
|
|
Merge pull request #1750 from ethereum/asmoctal
Yoichi Hirai
2017-03-08
4
-3
/
+24
|
\
\
\
|
*
|
|
Changelog entry.
chriseth
2017-03-07
1
-0
/
+1
|
*
|
|
Disallow octal literals.
chriseth
2017-03-07
3
-3
/
+23
|
|
/
/
*
|
|
Merge pull request #1736 from ethereum/boundoptimizer
Yoichi Hirai
2017-03-08
4
-1
/
+68
|
\
\
\
|
*
|
|
Changelog entry.
chriseth
2017-03-04
1
-0
/
+1
|
*
|
|
Add upper bound for computing constants.
chriseth
2017-03-03
2
-1
/
+5
|
*
|
|
Tests for optimizing constants.
chriseth
2017-03-03
1
-0
/
+62
*
|
|
|
Merge pull request #1699 from ethereum/asmlabels
Yoichi Hirai
2017-03-08
8
-199
/
+623
|
\
\
\
\
|
*
|
|
|
Fix error message.
chriseth
2017-03-03
1
-1
/
+1
|
*
|
|
|
Remove stack annotations from documentation.
chriseth
2017-03-03
1
-48
/
+58
|
*
|
|
|
Remove stack annotations again.
chriseth
2017-03-03
8
-132
/
+4
|
*
|
|
|
First reset stack height, then register variables.
chriseth
2017-03-03
1
-9
/
+10
|
*
|
|
|
Move lambda.
chriseth
2017-03-03
1
-3
/
+9
|
*
|
|
|
Slightly cleaner label ids.
chriseth
2017-03-03
3
-17
/
+20
|
*
|
|
|
Clarify stack height.
chriseth
2017-03-03
1
-5
/
+14
|
*
|
|
|
Partially add functions.
chriseth
2017-03-03
3
-10
/
+69
|
*
|
|
|
Generic visitor.
chriseth
2017-03-03
1
-37
/
+28
|
*
|
|
|
Refactor variable access.
chriseth
2017-03-03
1
-40
/
+30
|
*
|
|
|
Updated documentation.
chriseth
2017-03-03
1
-11
/
+47
|
*
|
|
|
Refactor CodeGen to recurse on blocks.
chriseth
2017-03-03
4
-75
/
+97
|
*
|
|
|
Analysis refactoring.
chriseth
2017-03-03
7
-115
/
+466
|
*
|
|
|
Parsing of labels with stack info.
chriseth
2017-03-03
4
-3
/
+40
|
*
|
|
|
Tests for labels with stack information.
chriseth
2017-03-03
2
-0
/
+37
|
|
/
/
/
*
|
|
|
Merge pull request #1733 from ethereum/selfReferentialConstant
chriseth
2017-03-07
6
-8
/
+231
|
\
\
\
\
|
*
|
|
|
Changelog entry.
chriseth
2017-03-06
1
-0
/
+1
|
*
|
|
|
Check for circular references in constant variables.
chriseth
2017-03-06
5
-8
/
+202
|
*
|
|
|
Tests for cyclic dependencies between constants.
chriseth
2017-03-06
1
-0
/
+28
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1737 from ethereum/localmappings
chriseth
2017-03-06
4
-4
/
+41
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Disallow uninitialized mapping variables.
chriseth
2017-03-06
1
-2
/
+5
|
*
|
|
Error constructor.
chriseth
2017-03-06
2
-2
/
+12
|
*
|
|
Test for uninitialized mapping.
chriseth
2017-03-06
1
-0
/
+24
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1746 from ethereum/dontwarnAllUpper
chriseth
2017-03-06
1
-1
/
+5
|
\
\
\
|
*
|
|
Mention way to remove warning.
chriseth
2017-03-06
1
-1
/
+5
|
|
/
/
*
|
|
Merge pull request #1744 from ethereum/chriseth-patch-1
chriseth
2017-03-06
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add keywords delete and for
chriseth
2017-03-06
1
-1
/
+1
*
|
|
Merge pull request #1735 from federicobond/fix-compilation
chriseth
2017-03-06
2
-1
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix header.
chriseth
2017-03-04
1
-1
/
+1
|
*
|
Add missing header for boost::noncopyable
Federico Bond
2017-03-03
1
-0
/
+1
|
*
|
Replace deprecated BOOST_MESSAGE with BOOST_TEST_MESSAGE
Federico Bond
2017-03-03
1
-1
/
+1
|
|
/
*
|
Merge pull request #1742 from intellij-solidity/develop
chriseth
2017-03-06
1
-0
/
+3
|
\
\
|
*
|
Add IntelliJ plugin to Solidity integrations
Leonid Logvinov
2017-03-05
1
-0
/
+3
|
/
/
*
|
Merge pull request #1702 from ethereum/assertError
Yoichi Hirai
2017-03-04
5
-27
/
+25
|
\
\
|
|
/
|
/
|
|
*
Remove assert for now.
chriseth
2017-02-24
4
-27
/
+23
|
*
Change effect of assert to invalid opcode.
chriseth
2017-02-16
3
-7
/
+9
*
|
Merge pull request #1725 from ethereum/ipcreadloop
chriseth
2017-03-03
2
-18
/
+41
|
\
\
|
*
|
Style.
chriseth
2017-03-02
1
-1
/
+2
|
*
|
Some logging around account creation.
chriseth
2017-03-01
1
-2
/
+7
|
*
|
Try reading multiple times from IPC.
chriseth
2017-02-25
2
-17
/
+34
*
|
|
Merge pull request #1727 from ethereum/fixtuples
Yoichi Hirai
2017-03-02
3
-0
/
+19
|
\
\
\
|
*
|
|
Changelog entry.
chriseth
2017-03-02
1
-0
/
+1
|
*
|
|
Disallow variable declaration with inferred empty tuple type.
chriseth
2017-03-02
1
-0
/
+5
|
*
|
|
Test for declaring variable with empty tuple type.
chriseth
2017-03-02
1
-0
/
+13
|
/
/
/
*
|
|
Merge pull request #1728 from ethereum/externalfunctiontypes
chriseth
2017-03-02
3
-1
/
+19
|
\
\
\
|
*
|
|
Changelog entry.
chriseth
2017-03-01
1
-0
/
+1
|
*
|
|
Convert reference types to pointers in member function conversion.
chriseth
2017-03-01
1
-1
/
+1
|
*
|
|
Test case for external function type with calldata argument.
chriseth
2017-03-01
1
-0
/
+17
|
|
/
/
*
|
|
Merge pull request #1719 from ethereum/fuzzerLine
chriseth
2017-03-01
5
-5
/
+35
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Script for filtering unique failures.
chriseth
2017-02-25
1
-0
/
+14
|
*
|
Print full error on failure.
chriseth
2017-02-25
1
-1
/
+1
|
*
|
Compiler error is not a failure.
chriseth
2017-02-25
1
-1
/
+0
|
*
|
Add line info to serious exceptions.
chriseth
2017-02-25
3
-3
/
+20
|
/
/
*
|
Merge pull request #1700 from ethereum/fixNoMobile
chriseth
2017-02-24
3
-2
/
+9
|
\
\
|
*
\
Merge branch 'develop' into fixNoMobile
chriseth
2017-02-24
21
-170
/
+484
|
|
\
\
|
*
|
|
Some checks for the existence of mobile type.
chriseth
2017-02-16
3
-2
/
+9
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1651 from ethereum/transfer-method
chriseth
2017-02-24
11
-21
/
+85
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Disallow setting .gas() on .transfer()
Alex Beregszaszi
2017-02-24
3
-27
/
+5
|
*
|
Remove obsolete .send() entry from FAQ
Alex Beregszaszi
2017-02-24
1
-10
/
+0
|
*
|
Fix test for gas overloading in .transfer()
Alex Beregszaszi
2017-02-24
1
-2
/
+13
|
*
|
Prefer .transfer() over .send() in the documentation
Alex Beregszaszi
2017-02-24
1
-10
/
+10
|
*
|
Do not keep the gas stipend if sending non-zero value
Alex Beregszaszi
2017-02-24
1
-1
/
+1
|
*
|
Document transfer()
Alex Beregszaszi
2017-02-24
4
-3
/
+11
|
*
|
Support gas modifier on addr.transfer()
Alex Beregszaszi
2017-02-24
3
-2
/
+10
|
*
|
Add type checking test for address methods
Alex Beregszaszi
2017-02-24
1
-0
/
+18
|
*
|
Add test for address.transfer()
Alex Beregszaszi
2017-02-24
1
-0
/
+36
|
*
|
Implement address.transfer()
Alex Beregszaszi
2017-02-24
4
-5
/
+20
*
|
|
Merge pull request #1706 from ethereum/fixasmlocation
chriseth
2017-02-24
2
-1
/
+2
|
\
\
\
|
*
|
|
Changelog entry.
chriseth
2017-02-24
1
-0
/
+1
|
*
|
|
Print source location before items.
chriseth
2017-02-24
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #1710 from ethereum/strictasmtests
chriseth
2017-02-24
1
-30
/
+69
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix compiler warning.
chriseth
2017-02-20
1
-1
/
+1
|
*
|
Also check imbalanced stack.
chriseth
2017-02-20
1
-2
/
+3
|
*
|
Check error messages for assembly tests.
chriseth
2017-02-17
1
-29
/
+67
*
|
|
Merge pull request #1714 from dimorinny/develop
chriseth
2017-02-22
1
-1
/
+1
|
\
\
\
|
*
|
|
add payable attribute
Dmitriy Merkurev
2017-02-22
1
-1
/
+1
*
|
|
|
Merge pull request #1715 from TokenMarketNet/miohtama-patch-1
chriseth
2017-02-22
1
-1
/
+17
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Downgrade instructions for Homebrew Solidity
Mikko Ohtamaa
2017-02-22
1
-1
/
+17
|
/
/
/
*
|
|
Merge pull request #1705 from ethereum/fixasmbug
chriseth
2017-02-20
3
-1
/
+15
|
\
\
\
|
*
|
|
Deposit one stack item for non-value types in inline assembly type checking.
chriseth
2017-02-20
2
-1
/
+2
|
*
|
|
Test for unbalanced stack due to loading two values from outside.
chriseth
2017-02-20
1
-0
/
+13
|
/
/
/
*
|
|
Merge pull request #1703 from ethereum/fuzzer
Alex Beregszaszi
2017-02-18
3
-22
/
+115
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Report failures correctly to AFL.
chriseth
2017-02-17
1
-4
/
+4
|
*
|
Include non-fuzzing fuzzer tests in commandline run.
chriseth
2017-02-17
1
-4
/
+19
|
*
|
Add executable for use with AFL.
chriseth
2017-02-16
2
-18
/
+96
|
|
/
*
|
Merge pull request #1627 from ethereum/asmfunctions
chriseth
2017-02-17
7
-41
/
+162
|
\
\
|
*
|
More tests.
chriseth
2017-02-16
1
-0
/
+10
|
*
|
Assembly printer for functions.
chriseth
2017-02-16
2
-0
/
+20
|
*
|
Parsing function calls.
chriseth
2017-02-16
5
-37
/
+69
|
*
|
Parsing function definitions.
chriseth
2017-02-16
5
-6
/
+65
|
|
/
*
|
Merge pull request #1701 from ethereum/fixFatalErrors
chriseth
2017-02-17
7
-73
/
+103
|
\
\
|
|
/
|
/
|
|
*
Fix early exist for fatal errors.
chriseth
2017-02-16
6
-73
/
+87
|
*
Test case.
chriseth
2017-02-16
1
-0
/
+16
|
/
*
Merge pull request #1674 from ethereum/assemblyPrinter
chriseth
2017-02-15
5
-4
/
+271
|
\
|
*
Test for unicode string literals.
chriseth
2017-02-15
1
-0
/
+11
|
*
Assembly printing fixes.
chriseth
2017-02-14
1
-5
/
+5
|
*
Tests for printing assembly.
chriseth
2017-02-14
1
-0
/
+56
|
*
Review changes.
chriseth
2017-02-14
3
-4
/
+4
|
*
Assembly printer.
chriseth
2017-02-14
4
-4
/
+204
|
/
*
Merge pull request #1620 from ethereum/refactorEntry
Yoichi Hirai
2017-02-14
13
-87
/
+150
|
\
|
*
Review comments.
chriseth
2017-02-14
3
-7
/
+7
|
*
Allow different entry scope for registerDeclarations.
chriseth
2017-02-14
3
-9
/
+22
|
*
Extract scopes into compiler stack.
chriseth
2017-02-14
7
-6
/
+19
|
*
Refactor type system to allow multiple entry points.
chriseth
2017-02-14
4
-15
/
+27
|
*
Refactor NameAndTypeResolver and SyntaxChecker to allow other entry points.
chriseth
2017-02-14
7
-62
/
+87
*
|
Merge pull request #1697 from ethereum/test-script-kill
Alex Beregszaszi
2017-02-14
1
-3
/
+4
|
\
\
|
*
|
Kill the right eth process in tests
chriseth
2017-02-14
1
-3
/
+4
|
/
/
*
|
Merge pull request #1692 from ethereum/rpc-mining-time
chriseth
2017-02-14
2
-11
/
+12
|
\
\
|
|
/
|
/
|
|
*
Use std::chrono and not boost::posix_Time
Alex Beregszaszi
2017-02-13
2
-3
/
+4
|
*
Simplify mining loop
Alex Beregszaszi
2017-02-13
1
-8
/
+3
|
*
Use maxMiningTime in mining as opposed to poll counter
Alex Beregszaszi
2017-02-13
2
-4
/
+9
*
|
Merge pull request #1684 from federicobond/sphinx-highlight
Alex Beregszaszi
2017-02-14
1
-15
/
+9
|
\
\
|
*
|
Update the sphinx highlighting rules
Federico Bond
2017-02-14
1
-15
/
+9
*
|
|
Merge pull request #1693 from ethereum/nodejsversion
chriseth
2017-02-14
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Use version 6
chriseth
2017-02-14
1
-2
/
+2
|
*
|
Install nvm
chriseth
2017-02-14
1
-0
/
+2
*
|
|
Merge pull request #1661 from ethereum/asm-revert
chriseth
2017-02-13
17
-8
/
+67
|
\
\
\
|
*
|
|
Use the revert opcode in assert()
Alex Beregszaszi
2017-02-11
1
-2
/
+8
|
*
|
|
Check for state changes in revert() tests
Alex Beregszaszi
2017-02-11
1
-0
/
+5
|
*
|
|
Add tests for revert()
Alex Beregszaszi
2017-02-11
2
-0
/
+24
|
*
|
|
Document revert()
Alex Beregszaszi
2017-02-11
3
-3
/
+6
|
*
|
|
Use the REVERT opcode for throw;
Alex Beregszaszi
2017-02-11
1
-1
/
+3
|
*
|
|
Document revert()
Alex Beregszaszi
2017-02-11
2
-0
/
+4
|
*
|
|
Support revert()
Alex Beregszaszi
2017-02-11
4
-1
/
+10
|
*
|
|
Add REVERT to libevmasm
Alex Beregszaszi
2017-02-11
5
-1
/
+7
*
|
|
|
Merge pull request #1676 from ethereum/test-modifytimestamp
chriseth
2017-02-13
5
-5
/
+30
|
\
\
\
\
|
*
|
|
|
Compare start/end timestamp
Alex Beregszaszi
2017-02-10
1
-1
/
+4
|
*
|
|
|
Create getBlockByNumber RPC method
Alex Beregszaszi
2017-02-10
3
-4
/
+11
|
*
|
|
|
Do not use modifyTimestamp where not needed
Alex Beregszaszi
2017-02-10
1
-2
/
+5
|
*
|
|
|
Add blockNumber and blockTimestamp to ExecutionFramework
Alex Beregszaszi
2017-02-10
4
-0
/
+12
*
|
|
|
|
Merge pull request #1691 from ethereum/nodejsversion
Alex Beregszaszi
2017-02-13
1
-1
/
+2
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Try different nodejs version request formatting.
chriseth
2017-02-13
1
-1
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #1690 from ethereum/failifdockerdeployfalide
chriseth
2017-02-13
1
-11
/
+16
|
\
\
\
\
|
*
|
|
|
Fix test expressions.
chriseth
2017-02-13
1
-11
/
+16
*
|
|
|
|
Merge pull request #1689 from ethereum/failifdockerdeployfalide
chriseth
2017-02-13
1
-0
/
+2
|
\
|
|
|
|
|
*
|
|
|
Fail if docker deploy failed.
chriseth
2017-02-13
1
-0
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #1680 from VoR0220/fixEmscriptenDeployment
Alex Beregszaszi
2017-02-12
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
should fix all the emscripten errors and problems associated with it
RJ Catalano
2017-02-12
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #1683 from ethereum/travis-fix
Alex Beregszaszi
2017-02-12
1
-17
/
+21
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix macOS builds
Alex Beregszaszi
2017-02-12
1
-5
/
+9
|
*
|
|
Run every travis script in a subshell
Alex Beregszaszi
2017-02-12
1
-12
/
+12
|
/
/
/
*
|
|
Merge pull request #1678 from ethereum/assert
Alex Beregszaszi
2017-02-11
8
-6
/
+44
|
\
\
\
|
*
|
|
Use different wording for assert
Alex Beregszaszi
2017-02-11
2
-2
/
+2
|
*
|
|
Cleanup is not needed for assert()
Alex Beregszaszi
2017-02-10
1
-1
/
+1
|
*
|
|
Document user provided exceptions
Alex Beregszaszi
2017-02-10
1
-0
/
+4
|
*
|
|
Document assert()
Alex Beregszaszi
2017-02-10
2
-2
/
+5
|
*
|
|
Add tests for assert()
Alex Beregszaszi
2017-02-10
1
-0
/
+19
|
*
|
|
Implement assert as a global function
Alex Beregszaszi
2017-02-10
4
-4
/
+16
|
|
/
/
*
|
|
Merge pull request #1616 from VoR0220/DockerReleaseAutomation
chriseth
2017-02-10
5
-66
/
+99
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Check for tag in travis.
chriseth
2017-02-10
1
-2
/
+2
|
*
|
clarify branches for docker to push on and clarify where to find cmakelists.txt
RJ Catalano
2017-02-10
1
-4
/
+3
|
*
|
minor fixups
RJ Catalano
2017-02-10
2
-2
/
+2
|
*
|
edit the documentation for the travis file
RJ Catalano
2017-02-10
1
-3
/
+4
|
*
|
defeat race condition
RJ Catalano
2017-02-10
1
-2
/
+2
|
*
|
create automated docker deployment
RJ Catalano
2017-02-10
2
-9
/
+30
|
*
|
reorganize deps installation
RJ Catalano
2017-02-10
1
-20
/
+17
|
*
|
reorganize travis
RJ Catalano
2017-02-10
1
-35
/
+50
|
|
/
*
|
Merge pull request #1669 from ethereum/ipc-cleanup
chriseth
2017-02-10
2
-32
/
+23
|
\
\
|
|
/
|
/
|
|
*
Ensure that the whole message was written on Windows IPC
Alex Beregszaszi
2017-02-09
1
-1
/
+1
|
*
Simplify the Windows IPC code
Alex Beregszaszi
2017-02-09
1
-6
/
+3
|
*
Detect closed sockets in IPC
Alex Beregszaszi
2017-02-09
1
-1
/
+2
|
*
Do not expect a new line, rather buffer up the response in IPC
Alex Beregszaszi
2017-02-09
2
-20
/
+17
|
*
Use only send/recv in IPC
Alex Beregszaszi
2017-02-09
2
-8
/
+4
*
|
Merge pull request #1675 from ethereum/debug-mac
Alex Beregszaszi
2017-02-09
1
-1
/
+1
|
\
\
|
*
|
Do not use -Og for debug mode (won't work on Mac/clang)
Alex Beregszaszi
2017-02-09
1
-1
/
+1
|
|
/
*
|
Merge pull request #1672 from ethereum/nodeversion
chriseth
2017-02-09
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Use nodejs 6
chriseth
2017-02-09
1
-1
/
+1
*
|
Merge pull request #1668 from ethereum/build-test-progress
chriseth
2017-02-09
3
-6
/
+3
|
\
\
|
|
/
|
/
|
|
*
Do not log dots in soltest on windows
Alex Beregszaszi
2017-02-09
1
-3
/
+0
|
*
Include --show-progress in soltest
Alex Beregszaszi
2017-02-09
2
-3
/
+3
*
|
Merge pull request #1387 from ethereum/json-interface
chriseth
2017-02-09
3
-39
/
+267
|
\
\
|
|
/
|
/
|
|
*
Simplify the compiler API section (and remove pseudo code)
Alex Beregszaszi
2017-02-09
1
-18
/
+6
|
*
Drop the legacy assembly output
Alex Beregszaszi
2017-02-09
1
-9
/
+6
|
*
Include language field in the JSON
Alex Beregszaszi
2017-02-09
1
-0
/
+3
|
*
Move file into sourceLocation
Alex Beregszaszi
2017-02-09
1
-4
/
+4
|
*
Update the AST output
Alex Beregszaszi
2017-02-09
1
-9
/
+11
|
*
Explain every contract output field
Alex Beregszaszi
2017-02-09
1
-11
/
+38
|
*
Support linkReferences with length specified
Alex Beregszaszi
2017-02-09
1
-1
/
+4
|
*
Error list should have sourceLocation
Alex Beregszaszi
2017-02-09
1
-6
/
+4
|
*
Updated EVM output
Alex Beregszaszi
2017-02-09
1
-13
/
+16
|
*
Make contracts output two-level
Alex Beregszaszi
2017-02-09
1
-14
/
+16
|
*
Update errors output
Alex Beregszaszi
2017-02-09
1
-17
/
+20
|
*
Include pseudo-code of compiler API
Alex Beregszaszi
2017-02-09
1
-1
/
+13
|
*
Change layout and include API, Input, Output sections
Alex Beregszaszi
2017-02-09
1
-11
/
+17
|
*
Add metadata.useLiteralContent option
Alex Beregszaszi
2017-02-09
1
-0
/
+5
|
*
Update output selection
Alex Beregszaszi
2017-02-09
1
-27
/
+40
|
*
Update settings section
Alex Beregszaszi
2017-02-09
1
-8
/
+21
|
*
Update sources definition based on the metadata
Alex Beregszaszi
2017-02-09
1
-9
/
+25
|
*
Place into a code block
Alex Beregszaszi
2017-02-09
1
-0
/
+3
|
*
The metadata section has been moved, make only a reference to it
Alex Beregszaszi
2017-02-09
1
-95
/
+5
|
*
Update the metadata JSON spec
Alex Beregszaszi
2017-02-09
1
-10
/
+23
|
*
Update the metadata JSON spec
Alex Beregszaszi
2017-02-09
1
-1
/
+7
|
*
Add missing fields
Alex Beregszaszi
2017-02-09
1
-1
/
+4
|
*
Describe the ABI output field
Alex Beregszaszi
2017-02-09
1
-1
/
+3
|
*
Update with https://pad.riseup.net/p/7x3G896a3NLA
Alex Beregszaszi
2017-02-09
1
-27
/
+121
|
*
Add language and some minor corrections and clarifications.
chriseth
2017-02-09
1
-6
/
+9
|
*
Document input description and metadata output.
chriseth
2017-02-09
3
-39
/
+142
|
/
*
Merge pull request #1662 from ethereum/ipc-safety-checks
Alex Beregszaszi
2017-02-09
1
-7
/
+11
|
\
|
*
Use BOOST_REQUIRE() and stop at the first failure
Alex Beregszaszi
2017-02-09
1
-5
/
+5
|
*
Check the return value of RPC calls
Alex Beregszaszi
2017-02-09
1
-6
/
+8
|
*
Avoid crash if fdopen failed in IPC
Alex Beregszaszi
2017-02-09
1
-0
/
+2
|
*
Ensure that a valid RPC response is received through IPC
Alex Beregszaszi
2017-02-09
1
-1
/
+1
|
/
*
Merge pull request #1667 from ethereum/build-fix
Alex Beregszaszi
2017-02-09
1
-6
/
+12
|
\
|
*
Ensure that all commands succed and move back to root
Alex Beregszaszi
2017-02-09
1
-6
/
+12
*
|
Merge pull request #1643 from federicobond/patch-1
chriseth
2017-02-09
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
grammar.txt: Add rule for tuple destructuring
Federico Bond
2017-02-09
1
-1
/
+2
*
|
Merge pull request #1663 from ethereum/mac-tests-fix
chriseth
2017-02-08
1
-1
/
+1
|
\
\
|
*
|
Fix tests on mac (wc produces whitespace)
Alex Beregszaszi
2017-02-08
1
-1
/
+1
|
/
/
*
|
Merge pull request #1653 from ethereum/node-version
chriseth
2017-02-07
1
-2
/
+2
|
\
\
|
*
|
Require node.js >= 5
Alex Beregszaszi
2017-02-07
1
-2
/
+2
*
|
|
Merge pull request #1655 from ethereum/docs-version
chriseth
2017-02-07
1
-2
/
+8
|
\
\
\
|
*
\
\
Merge branch 'develop' into docs-version
chriseth
2017-02-07
9
-11
/
+17
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #1660 from ethereum/asm-selfdestruct
chriseth
2017-02-07
8
-11
/
+11
|
\
\
\
\
|
*
\
\
\
Merge branch 'develop' into asm-selfdestruct
chriseth
2017-02-07
1
-0
/
+6
|
|
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
[next]