Gav Wood
|
5ee3e8e5fc
|
All fields of BlockInfo now private.
|
10 years ago |
chriseth
|
6e7bed616c
|
Check whether a literal is a valid literal before using it.
Fixes #2078
|
10 years ago |
chriseth
|
248eb88667
|
Fix comparison between bytes types.
Fixes #2087
|
10 years ago |
chriseth
|
9c3983d1c6
|
Flexible string literals, convertible to bytesX, bytes and string.
|
10 years ago |
chriseth
|
bcc31d5d59
|
Updated wallet code.
|
10 years ago |
chriseth
|
905da13c34
|
Struct constructors.
|
10 years ago |
chriseth
|
97dc2d61f0
|
Fix for copying arrays to storage.
|
10 years ago |
chriseth
|
d3ff381447
|
Memory structs.
|
10 years ago |
chriseth
|
9c483859d1
|
Fixed checking of abstract functions.
Fixes #2264
|
10 years ago |
chriseth
|
edd52f0553
|
Memory arrays cannot be resized.
|
10 years ago |
chriseth
|
2e97a2da54
|
Updated wallet test to latest wallet source.
|
10 years ago |
chriseth
|
4cdea67cea
|
Another test for arrays in constructors.
|
10 years ago |
chriseth
|
f95baf2cb9
|
Delete for memory objects.
|
10 years ago |
chriseth
|
79375056db
|
Do not copy reference types to memory in-place.
|
10 years ago |
chriseth
|
b5c2a28371
|
Initialisation of memory types.
|
10 years ago |
chriseth
|
1f9060faf0
|
Copy routines for non-byte arrays.
|
10 years ago |
chriseth
|
9e36e8c4e1
|
Decoding for constructor.
|
10 years ago |
chriseth
|
23a484e989
|
Remove dynamic return types.
|
10 years ago |
chriseth
|
5ba138f096
|
Memory-storage copy.
|
10 years ago |
chriseth
|
c7b257acde
|
Fix and test for not really recursive structs.
Fixes #2223.
|
10 years ago |
chriseth
|
7afcafa127
|
Tests for constructor arguments "from outside".
|
10 years ago |
chriseth
|
faafba12fa
|
Storage array reference test.
|
10 years ago |
chriseth
|
536bd36185
|
Accessors for strings.
|
10 years ago |
chriseth
|
c75c72a994
|
Type conversion specialities for storage references.
|
10 years ago |
chriseth
|
e0c101ca3b
|
Copying between memory and memory.
Also fixed some encoding and padding issues with older copying code.
|
10 years ago |
chriseth
|
7d09d87d16
|
Distinction between storage pointer and storage ref and type checking for conversion between storage and memory.
|
10 years ago |
chriseth
|
6c45ac6ab1
|
Optimize RETURN x 0 to STOP.
|
10 years ago |
chriseth
|
4fc4800714
|
Wallet tests.
|
10 years ago |
chriseth
|
5eb31c2281
|
Added missing source locations for new memory management code.
|
10 years ago |
Liana Husikyan
|
808c7ea26d
|
cleaned up the tests
|
10 years ago |
chriseth
|
e66a5ca0b5
|
Use dynamic memory for argument encoding.
|
10 years ago |
Liana Husikyan
|
2d732e8923
|
removed byte0 keyword
|
10 years ago |
Liana Husikyan
|
10615249cf
|
added test
Conflicts:
test/libsolidity/SolidityEndToEndTest.cpp
|
10 years ago |
Paweł Bylica
|
f7ed7ed4de
|
Rename Executive::collectResult -> setResultRecipient.
|
10 years ago |
chriseth
|
2d2c9b3a70
|
Quick fix to not access inaccessible sequences.
|
10 years ago |
chriseth
|
299c36e6b1
|
Test for the invalid sequence access bug.
|
10 years ago |
chriseth
|
7229fad1b2
|
Optimize double ISZERO.
|
10 years ago |
chriseth
|
0f8c4a7fbb
|
Bare functions return success condition.
|
10 years ago |
chriseth
|
3fc61e9087
|
Compute constants
|
10 years ago |
chriseth
|
ac79514e63
|
Ability to specify the storage location of a reference type.
|
10 years ago |
Liana Husikyan
|
ee2b5e7cb4
|
fixed assigning negative number to unsigned
|
10 years ago |
Liana Husikyan
|
9da464ee05
|
- style fixes
- added test for uint8 = -1 which doesn't fail; todo: fix that
|
10 years ago |
Liana Husikyan
|
4757651b64
|
- conversion of positive literals to signed int
- tests
|
10 years ago |
Liana Husikyan
|
a7732d2013
|
test
Conflicts:
test/libsolidity/SolidityEndToEndTest.cpp
|
10 years ago |
Liana Husikyan
|
214542eb5e
|
renamed the test framwork function.
|
10 years ago |
Liana Husikyan
|
32458c0808
|
fixed CALL case. added exception
|
10 years ago |
Liana Husikyan
|
2d076b8954
|
corrected intends in solidityExecutionFramwork.h
|
10 years ago |
Liana Husikyan
|
7512689bec
|
style fixes
|
10 years ago |
Liana Husikyan
|
e8148a444f
|
style fixes in test/libsolidity/solidityExecutionFramework.h
fixed the test
|
10 years ago |
Liana Husikyan
|
0d55798adf
|
removed exception when function is not found
|
10 years ago |