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
/
SolidityEndToEndTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix solidity tests.
Gav Wood
2015-04-09
1
-2
/
+2
*
Merge pull request #1546 from chriseth/sol_assumeContractNotCreated
Gav Wood
2015-04-09
1
-4
/
+0
|
\
|
*
Retain more gas for the case that the called contract is not yet created.
chriseth
2015-04-07
1
-4
/
+0
*
|
fixes
Liana Husikyan
2015-04-08
1
-7
/
+15
*
|
added < uint256 uinttype to test
Liana Husikyan
2015-04-08
1
-0
/
+5
*
|
added implementation to append code for State variable accessor
Liana Husikyan
2015-04-08
1
-4
/
+5
*
|
some more tests
Liana Husikyan
2015-04-08
1
-6
/
+33
*
|
added createing FunctionType from ArrayType VariableDeclaration
Liana Husikyan
2015-04-08
1
-0
/
+13
|
/
*
Disable SHA256/RIPEMD tests for now.
Gav Wood
2015-04-07
1
-0
/
+4
*
Allow Solidity build to be disabled.
Gav Wood
2015-04-05
1
-1
/
+3
*
Merge pull request #1341 from chriseth/sol_packedStorage
chriseth
2015-03-20
1
-1
/
+142
|
\
|
*
Disallowed special case of bytes0 arrays.
chriseth
2015-03-18
1
-0
/
+24
|
*
Packing for arrays.
chriseth
2015-03-18
1
-1
/
+118
*
|
Reorganizing conversion EndToEndTests
Lefteris Karapetsas
2015-03-19
1
-27
/
+50
*
|
Explicit conversion between bytes and int of any size
Lefteris Karapetsas
2015-03-18
1
-0
/
+25
|
/
*
added test to check anonymous events with user specified topics
Liana Husikyan
2015-03-17
1
-0
/
+22
*
changed the position of 'anonymous' keyword: event <name>() anonymous.
Liana Husikyan
2015-03-17
1
-1
/
+1
*
Added anonymous flag to event.
Liana Husikyan
2015-03-17
1
-1
/
+1
*
added test for anonymous event
Liana Husikyan
2015-03-17
1
-0
/
+15
*
Merge pull request #1333 from arkpar/eth_buildc
Gav Wood
2015-03-17
1
-1
/
+1
|
\
|
*
supported building with clang and GNU gold linker on linux
arkpar
2015-03-17
1
-1
/
+1
*
|
Fetch and store packed values.
chriseth
2015-03-17
1
-12
/
+138
*
|
Enlarge storage references to two stack slots.
chriseth
2015-03-17
1
-1
/
+22
|
/
*
Merge pull request #1325 from LefterisJP/sol_MsgSig
chriseth
2015-03-17
1
-0
/
+29
|
\
|
*
Additional test for msg.sig
Lefteris Karapetsas
2015-03-16
1
-0
/
+16
|
*
Adding msg.sig Solidity Magic type
Lefteris Karapetsas
2015-03-16
1
-0
/
+13
*
|
- added more tests to check constant specifier implementation
Liana Husikyan
2015-03-16
1
-6
/
+8
*
|
- added isPartOfExternalInterface to Declaration
Liana Husikyan
2015-03-16
1
-1
/
+1
*
|
added parsing for constant variables
Liana Husikyan
2015-03-16
1
-0
/
+21
*
|
Fix gas for builtin.
chriseth
2015-03-14
1
-0
/
+15
|
/
*
Small FixedBytes type fixes
Lefteris Karapetsas
2015-03-13
1
-9
/
+7
*
Style fixes and some additional hash to bytes32 renaming
Lefteris Karapetsas
2015-03-12
1
-1
/
+1
*
Removing uncecessary intermediate int conversion in log tests
Lefteris Karapetsas
2015-03-12
1
-6
/
+6
*
Fixing byte array index access code generation
Lefteris Karapetsas
2015-03-12
1
-1
/
+0
*
Conversion changes after renaming Hash/String to Bytes.
Lefteris Karapetsas
2015-03-12
1
-33
/
+33
*
Most EndToEndTests are now compliant with the Bytes renaming
Lefteris Karapetsas
2015-03-12
1
-69
/
+71
*
Global variable "now" (alias for block.timestamp).
chriseth
2015-03-10
1
-0
/
+11
*
Typo
chriseth
2015-03-06
1
-1
/
+1
*
Fix for arrays containing mappings.
chriseth
2015-03-06
1
-0
/
+37
*
Copying between calldata and storage.
chriseth
2015-03-06
1
-0
/
+62
*
Index access for calldata arrays.
Christian
2015-03-05
1
-0
/
+59
*
Merge pull request #1193 from chriseth/sol_fixABIArrays
Gav Wood
2015-03-03
1
-4
/
+4
|
\
|
*
Fixed arrays in ABI.
Christian
2015-03-03
1
-4
/
+4
*
|
Fix test after change in call failure semantics.
Christian
2015-03-03
1
-4
/
+7
|
/
*
Implemented passing arguments to the base constructor.
Liana Husikyan
2015-03-02
1
-0
/
+64
*
Array copy storage to storage.
Christian
2015-02-28
1
-0
/
+88
*
Shortening of dynamic arrays.
Christian
2015-02-28
1
-0
/
+90
*
Merge pull request #1119 from chriseth/sol_arraysIndexAccess
chriseth
2015-02-24
1
-0
/
+101
|
\
|
*
Out-of-bounds checking.
Christian
2015-02-24
1
-2
/
+47
|
*
Index and length access for dynamic arrays.
Christian
2015-02-24
1
-0
/
+29
|
*
Implementation of index access.
Christian
2015-02-24
1
-0
/
+27
*
|
fixed test buid
arkpar
2015-02-24
1
-1
/
+1
|
/
*
Stack height checks and fix.
Christian
2015-02-23
1
-1
/
+0
*
Inline member initialisation
Liana Husikyan
2015-02-21
1
-0
/
+55
*
Fixes for assigning and deleting structs containing byte arrays.
Christian
2015-02-18
1
-0
/
+36
*
Calldata byte arrays stored on the stack.
Christian
2015-02-17
1
-4
/
+32
*
No write access to parameters of external functions.
Christian
2015-02-17
1
-0
/
+15
*
Forced cleanup for conversion to enum.
Christian
2015-02-14
1
-0
/
+15
*
Removing ';' from the end of EnumDefinition
Lefteris Karapetsas
2015-02-14
1
-1
/
+1
*
Enum type conversion and member value access.
Lefteris Karapetsas
2015-02-14
1
-1
/
+1
*
Enums NameAndTypeResolution - WIP
Lefteris Karapetsas
2015-02-14
1
-0
/
+20
*
Copying calldata directly to memory.
Christian
2015-02-13
1
-0
/
+15
*
Copying structs.
Christian
2015-02-13
1
-0
/
+60
*
Merge pull request #1029 from chriseth/sol_bytesContinuation
Gav Wood
2015-02-13
1
-0
/
+39
|
\
|
*
length member for byte arrays.
Christian
2015-02-12
1
-0
/
+15
|
*
Test for bytes in mapping.
Christian
2015-02-12
1
-0
/
+24
*
|
Merge pull request #1019 from chriseth/sol_bytes
Gav Wood
2015-02-12
1
-1
/
+132
|
\
|
|
*
Moved copy code to CompilerUtils.
Christian
2015-02-12
1
-10
/
+59
|
*
Dynamic copy to memory.
Christian
2015-02-12
1
-44
/
+42
|
*
Simple copy of bytes to storage.
Christian
2015-02-12
1
-3
/
+62
|
*
Tests and some code for msg.data.
Christian
2015-02-12
1
-0
/
+25
*
|
Another try in fixing windows build.
Christian
2015-02-12
1
-3
/
+3
|
/
*
Some windows fixes.
Christian
2015-02-12
1
-6
/
+6
*
small fixes per chris's comments
Lu Guanqun
2015-02-10
1
-1
/
+1
*
add exponent operator
Lu Guanqun
2015-02-10
1
-0
/
+30
*
Arbitrary parameters for call() and all hash functions.
Christian
2015-02-10
1
-0
/
+23
*
- implemented Empty parameter name story. Now the name of input/return parame...
Liana Husikyan
2015-02-09
1
-0
/
+27
*
Merge pull request #937 from LefterisJP/sol_MultiArgSHA3
chriseth
2015-02-09
1
-2
/
+63
|
\
|
*
Small fixes for proper multitype/multiarg SHA3
Lefteris Karapetsas
2015-02-07
1
-9
/
+8
|
*
SHA3 of string literals now should work
Lefteris Karapetsas
2015-02-06
1
-1
/
+44
|
*
appendArgumentsCopyToMemory() has more complicated logic now
Lefteris Karapetsas
2015-02-06
1
-1
/
+1
|
*
Solidity SHA3 can now take multiple arguments
Lefteris Karapetsas
2015-02-06
1
-0
/
+19
*
|
Accessors for structs.
Christian
2015-02-07
1
-0
/
+18
|
/
*
add a test case for disorder named args
Lu Guanqun
2015-02-05
1
-0
/
+10
*
Merge pull request #942 from LefterisJP/accesorsFix
Gav Wood
2015-02-04
1
-4
/
+4
|
\
|
*
Fixing accesors test after visibility merge
Lefteris Karapetsas
2015-02-04
1
-4
/
+4
*
|
Test for named args.
Gav Wood
2015-02-04
1
-0
/
+10
|
/
*
Merge branch 'sol_visibility' of https://github.com/chriseth/cpp-ethereum int...
Gav Wood
2015-02-04
1
-8
/
+6
|
\
|
*
Visibility specifiers.
Christian
2015-02-03
1
-8
/
+6
*
|
Accessors for multiple mappings implemented
Lefteris Karapetsas
2015-02-03
1
-0
/
+3
*
|
Code generation for mapping state variable accessor
Lefteris Karapetsas
2015-02-01
1
-0
/
+18
|
/
*
Fix: No parameters for event.
Christian
2015-01-31
1
-0
/
+19
*
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Gav Wood
2015-01-30
1
-0
/
+51
|
\
|
*
Padding fixes.
Christian
2015-01-30
1
-3
/
+3
|
*
Code generation for events.
Christian
2015-01-30
1
-0
/
+51
*
|
Fallback functions.
Christian
2015-01-30
1
-0
/
+31
|
/
*
Merge pull request #889 from LefterisJP/sol_ExprCompilerEncapsulation
chriseth
2015-01-29
1
-1
/
+1
|
\
|
*
No longer exposing retrieveValueFromStorage() as a public function
Lefteris Karapetsas
2015-01-29
1
-1
/
+1
*
|
Merge pull request #887 from chriseth/sol_excludeStd
chriseth
2015-01-29
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Exclude standard contracts by default.
Christian
2015-01-29
1
-0
/
+1
*
|
Super keyword.
Christian
2015-01-29
1
-0
/
+24
|
/
*
Multiple elementary state variable accessors test
Lefteris Karapetsas
2015-01-29
1
-0
/
+25
*
EVM Code for simple accessor function is properly generated
Lefteris Karapetsas
2015-01-29
1
-0
/
+12
*
Fix stack size of typetypes.
Christian
2015-01-29
1
-0
/
+16
*
Cleaner solution to provide standard sources.
Christian
2015-01-28
1
-0
/
+15
*
Merge pull request #857 from LianaHus/StringToHash
chriseth
2015-01-27
1
-0
/
+91
|
\
|
*
-added test case for hash8 to string1 conversion
liana
2015-01-27
1
-1
/
+15
|
*
- modifications according to PR review
liana
2015-01-26
1
-7
/
+18
|
*
- added conversion for string/hash of equal sizes
liana
2015-01-24
1
-0
/
+66
*
|
Merge pull request #856 from chriseth/sol_modifiers
Gav Wood
2015-01-27
1
-0
/
+121
|
\
\
|
*
|
Call modifiers on constructor.
Christian
2015-01-26
1
-0
/
+17
|
*
|
Modifier overrides and callgraph analysis.
Christian
2015-01-26
1
-2
/
+36
|
*
|
Compilation of function modifiers.
Christian
2015-01-26
1
-10
/
+60
|
*
|
Type resolution for function modifiers.
Christian
2015-01-26
1
-0
/
+20
|
|
/
*
/
Reverse order of inheritance in base list.
Christian
2015-01-26
1
-2
/
+2
|
/
*
Include virtual function overrides in constructor context.
Christian
2015-01-20
1
-0
/
+22
*
Call constructors of base classes.
Christian
2015-01-20
1
-0
/
+60
*
Explicit calls to base class function.
Christian
2015-01-20
1
-0
/
+15
*
Inheritance in compiler.
Christian
2015-01-20
1
-0
/
+60
*
Merge pull request #805 from LianaHus/deleteStruct
chriseth
2015-01-19
1
-0
/
+89
|
\
|
*
- corrected delete in case we have more than one locals
liana
2015-01-16
1
-3
/
+5
|
*
removed spaces
liana
2015-01-16
1
-4
/
+0
|
*
Corrected "delete" for local variables i.e. set them to 0
liana
2015-01-16
1
-2
/
+31
|
*
- added functionality to set values to 0 when deleting structure(not for mapp...
liana
2015-01-15
1
-0
/
+62
*
|
Re-enable MSVC warning 4307.
Christian
2015-01-15
1
-8
/
+8
*
|
Specify value for contract creation.
Christian
2015-01-14
1
-0
/
+28
*
|
Modify gas and value for external function call.
Christian
2015-01-14
1
-1
/
+79
|
/
*
fixed warnings for msvc build
arkpar
2015-01-13
1
-0
/
+4
*
Merge pull request #768 from chriseth/sol_contractsAreAddresses
Gav Wood
2015-01-11
1
-0
/
+33
|
\
|
*
Contracts are Addresses.
Christian
2015-01-10
1
-3
/
+21
|
*
Correct type conversions.
Christian
2015-01-10
1
-0
/
+15
*
|
Coding style: Prefix for const variables.
Christian
2015-01-10
1
-19
/
+19
*
|
Padding for ABI types.
Christian
2015-01-10
1
-68
/
+67
|
/
*
Some changes to the log functions.
Christian
2015-01-09
1
-20
/
+25
*
Buildfix after semantical merge conflict.
Christian
2015-01-09
1
-5
/
+5
*
Merge pull request #754 from LefterisJP/sol_abiFunctionHash
chriseth
2015-01-09
1
-142
/
+142
|
\
|
*
Adjustments to Solidity compiler code for Function Hash
Lefteris Karapetsas
2015-01-09
1
-1
/
+1
|
*
Compiler EVM generation now takes into account for the new function hash
Lefteris Karapetsas
2015-01-09
1
-142
/
+142
*
|
Documentation update.
Gav Wood
2015-01-09
1
-0
/
+1
*
|
Unit testing for log in Solidity.
Gav Wood
2015-01-09
1
-0
/
+92
|
/
*
Bugfix: Additional swap for compound assignment.
Christian
2014-12-19
1
-0
/
+35
*
Solidity Tests names are now more consistent
Lefteris Karapetsas
2014-12-18
1
-0
/
+1137