index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libsolidity
/
SolidityEndToEndTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow explicit conversions bytes <-> string.
chriseth
2015-08-04
1
-0
/
+25
*
strings as mapping keys.
chriseth
2015-08-04
1
-0
/
+33
*
now for SolidityEndToEndTest we can use compileRequireThrow<typename>
Liana Husikyan
2015-07-16
1
-2
/
+2
*
modified test network to test exceptions during parsing of documentation
Liana Husikyan
2015-07-16
1
-0
/
+27
*
Merge pull request #2482 from chriseth/sol_fix_initialiseStorageStrings
chriseth
2015-07-16
1
-0
/
+15
|
\
|
*
Fix for initialising storage strings.
chriseth
2015-07-16
1
-0
/
+15
*
|
Allow structs containing mappings in memory.
chriseth
2015-07-16
1
-0
/
+23
|
/
*
Fix comparison between bytes types.
chriseth
2015-07-14
1
-0
/
+16
*
Flexible string literals, convertible to bytesX, bytes and string.
chriseth
2015-07-09
1
-14
/
+31
*
Struct constructors.
chriseth
2015-07-03
1
-0
/
+43
*
Fix for copying arrays to storage.
chriseth
2015-07-03
1
-8
/
+17
*
Memory structs.
chriseth
2015-07-03
1
-0
/
+143
*
Another test for arrays in constructors.
chriseth
2015-06-29
1
-1
/
+40
*
Delete for memory objects.
chriseth
2015-06-27
1
-0
/
+29
*
Do not copy reference types to memory in-place.
chriseth
2015-06-27
1
-0
/
+47
*
Initialisation of memory types.
chriseth
2015-06-25
1
-0
/
+22
*
Copy routines for non-byte arrays.
chriseth
2015-06-24
1
-0
/
+99
*
Decoding for constructor.
chriseth
2015-06-23
1
-7
/
+33
*
Remove dynamic return types.
chriseth
2015-06-23
1
-32
/
+0
*
Memory-storage copy.
chriseth
2015-06-23
1
-0
/
+168
*
Merge pull request #2232 from chriseth/sol_externalConstructorTests
chriseth
2015-06-19
1
-4
/
+24
|
\
|
*
Tests for constructor arguments "from outside".
chriseth
2015-06-18
1
-4
/
+24
*
|
Merge pull request #2216 from chriseth/sol_memoryArrays5
chriseth
2015-06-18
1
-5
/
+83
|
\
\
|
|
/
|
/
|
|
*
Accessors for strings.
chriseth
2015-06-17
1
-0
/
+78
|
*
Type conversion specialities for storage references.
chriseth
2015-06-16
1
-5
/
+5
*
|
Storage array reference test.
chriseth
2015-06-18
1
-0
/
+53
|
/
*
Copying between memory and memory.
chriseth
2015-06-16
1
-1
/
+26
*
Merge pull request #2122 from chriseth/sol_memoryArrays2
chriseth
2015-06-10
1
-2
/
+49
|
\
|
*
Use dynamic memory for argument encoding.
chriseth
2015-06-09
1
-2
/
+49
*
|
cleaned up the tests
Liana Husikyan
2015-06-09
1
-24
/
+14
*
|
removed byte0 keyword
Liana Husikyan
2015-06-08
1
-31
/
+0
*
|
added test
Liana Husikyan
2015-06-08
1
-17
/
+34
|
/
*
Bare functions return success condition.
chriseth
2015-06-05
1
-0
/
+22
*
- conversion of positive literals to signed int
Liana Husikyan
2015-06-04
1
-0
/
+4
*
test
Liana Husikyan
2015-06-04
1
-0
/
+11
*
renamed the test framwork function.
Liana Husikyan
2015-06-01
1
-1
/
+1
*
style fixes
Liana Husikyan
2015-06-01
1
-1
/
+1
*
style fixes in test/libsolidity/solidityExecutionFramework.h
Liana Husikyan
2015-06-01
1
-3
/
+1
*
removed exception when function is not found
Liana Husikyan
2015-06-01
1
-30
/
+2
*
special handle of send
Liana Husikyan
2015-06-01
1
-1
/
+0
*
modified the test
Liana Husikyan
2015-06-01
1
-4
/
+12
*
remove line for debugging
Liana Husikyan
2015-06-01
1
-1
/
+0
*
test for constructor (out of band exception)
Liana Husikyan
2015-06-01
1
-2
/
+20
*
test for exception in constructor
Liana Husikyan
2015-06-01
1
-0
/
+17
*
one more test to test the call of non-existed function
Liana Husikyan
2015-06-01
1
-1
/
+27
*
added test to check evm exception
Liana Husikyan
2015-06-01
1
-0
/
+24
*
added error jump instead of STOP instraction in case of exception
Liana Husikyan
2015-06-01
1
-0
/
+1
*
Update SolidityEndToEndTest.cpp
Liana Husikyan
2015-05-21
1
-1
/
+1
*
Update SolidityEndToEndTest.cpp
Liana Husikyan
2015-05-21
1
-1
/
+1
*
style fix
Liana Husikyan
2015-05-21
1
-2
/
+2
*
Update SolidityEndToEndTest.cpp
Liana Husikyan
2015-05-21
1
-1
/
+0
*
added tests to check references to struct type.
Liana Husikyan
2015-05-20
1
-0
/
+87
*
Move non-cryptopp dependent stuff into devcore.
Gav Wood
2015-05-20
1
-1
/
+1
*
SHA3, RIPEMD160 and SHA256 are now not cryptopp impls.
Gav Wood
2015-05-20
1
-7
/
+3
*
Bare callcode for addresses and contracts.
chriseth
2015-05-16
1
-0
/
+31
*
Merge pull request #1831 from chriseth/sol_newABIEncoding
chriseth
2015-05-11
1
-7
/
+10
|
\
|
*
New ABI encoding for dynamic types.
chriseth
2015-05-08
1
-7
/
+10
*
|
added one more test
Liana Husikyan
2015-05-08
1
-0
/
+55
*
|
fixed the test
Liana Husikyan
2015-05-08
1
-0
/
+29
|
/
*
Fix for broken continue in for loop.
chriseth
2015-05-04
1
-0
/
+46
*
Fix for deleting byte array elements.
chriseth
2015-04-28
1
-0
/
+20
*
Fix regarding memory overwrite during sha3 computation.
chriseth
2015-04-22
1
-1
/
+19
*
bytes parameters for events and sha3.
chriseth
2015-04-22
1
-0
/
+43
*
Merge pull request #1685 from chriseth/sol_fix_ripemd_alignment
Gav Wood
2015-04-21
1
-2
/
+2
|
\
|
*
Fixed byte alignment for return type of ripemd160 built-in contract.
chriseth
2015-04-21
1
-2
/
+2
*
|
Merge pull request #1699 from chriseth/sol_fix_contractTypesAsArguments
Gav Wood
2015-04-21
1
-0
/
+19
|
\
\
|
*
|
Fix for Contract and Enum types as external function arguments.
chriseth
2015-04-21
1
-0
/
+19
|
|
/
*
|
Merge pull request #1634 from chriseth/sol_overloadingFunctions
chriseth
2015-04-21
1
-21
/
+88
|
\
\
|
*
|
Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions
chriseth
2015-04-21
1
-21
/
+88
|
|
/
*
/
Removed (and added) some #ifs (but removed more than I added).
chriseth
2015-04-21
1
-4
/
+0
|
/
*
Restructure test folders
CJentzsch
2015-04-21
1
-0
/
+3708