CJentzsch
|
4de92be65b
|
fix typo
|
10 years ago |
CJentzsch
|
6c3f9ba502
|
add invalid block header tests
|
10 years ago |
CJentzsch
|
d35da25b19
|
extra data fix
|
10 years ago |
Christian
|
ab9258d0a8
|
Forced cleanup for conversion to enum.
|
10 years ago |
Christian
|
4b0a566e70
|
Some changes to enums.
|
10 years ago |
Lefteris Karapetsas
|
c3c52d59b2
|
Removing ';' from the end of EnumDefinition
|
10 years ago |
Lefteris Karapetsas
|
64bba8e3cc
|
Explicit conversion from int to Enum
|
10 years ago |
Lefteris Karapetsas
|
c3c1b5c63c
|
Addressing issues with Enums in Solidity
|
10 years ago |
Lefteris Karapetsas
|
fc6210e00f
|
Indentation fixes
|
10 years ago |
Lefteris Karapetsas
|
5c164fb42c
|
Enum Value member access should now work properly
- Also detection of duplicate enum values and tests for them have been
added
|
10 years ago |
Lefteris Karapetsas
|
07886f42bb
|
Enum type conversion and member value access.
- Added tests for the type conversion part.
- Enum member value access still needs some work
|
10 years ago |
Lefteris Karapetsas
|
5659ed1238
|
Correcting and testing enum member access
|
10 years ago |
Lefteris Karapetsas
|
2dbf739119
|
Enums NameAndTypeResolution - WIP
- Also adding an EndToEnd enum test
|
10 years ago |
Lefteris Karapetsas
|
31014b3457
|
Disallow trailing comma in Enum Declaration
|
10 years ago |
Lefteris Karapetsas
|
9232b4cd88
|
Introducing EnumType and some Parser tests
|
10 years ago |
Lefteris Karapetsas
|
ec47c759ea
|
Adding test for Enum Parsing
|
10 years ago |
CJentzsch
|
031c1392c6
|
add possibility to create bad blocks in fillers
|
10 years ago |
Lefteris Karapetsas
|
57f3a322a6
|
Changes required for upgrade to jsonrpccpp 0.4.2
|
10 years ago |
Paweł Bylica
|
a2e2a6e1db
|
Performance tests: more ackermann calls, fibonacci.
- ackermann(3, 1)
- ackermann(3, 2)
- fibonacci(10)
- fibonacci(16)
Contract code included: PerformanceTester.sol
|
10 years ago |
CJentzsch
|
d8377e8842
|
switch to secretKey in fillers
|
10 years ago |
CJentzsch
|
6107f678d8
|
style - auto
|
10 years ago |
CJentzsch
|
8f0638fdfd
|
fix tx output
|
10 years ago |
CJentzsch
|
015cd8bba6
|
fix import transaction
|
10 years ago |
CJentzsch
|
f5022ee58f
|
use auto for steady clock and chrono::milliseconds
|
10 years ago |
CJentzsch
|
d892a39cb2
|
style fix
|
10 years ago |
Marek Kotewicz
|
0520e0f4db
|
fixed issue with including wrong json/json.h file
|
10 years ago |
CJentzsch
|
483ce3a2ea
|
performance test
|
10 years ago |
Christian
|
1ffdd5d7ff
|
Copying calldata directly to memory.
|
10 years ago |
winsvega
|
29abb4fb55
|
New Tests
Transaction with RLP object and catching exceptions from importByteArray
|
10 years ago |
winsvega
|
f18c2aa378
|
New Tests
Solidity test
Transaction test update
|
10 years ago |
Christian
|
02f2070ddb
|
Copying structs.
|
10 years ago |
CJentzsch
|
4f17defa10
|
add valid tx output
|
10 years ago |
Christian
|
a0db309212
|
length member for byte arrays.
|
10 years ago |
Christian
|
c57775bdd9
|
Test for bytes in mapping.
|
10 years ago |
Christian
|
697124ac25
|
Another try in fixing windows build.
|
10 years ago |
Christian
|
390097db53
|
Moved copy code to CompilerUtils.
|
10 years ago |
Christian
|
9be8307f22
|
Dynamic copy to memory.
|
10 years ago |
Christian
|
f9d853fe90
|
Simple copy of bytes to storage.
|
10 years ago |
Christian
|
10667e0b41
|
Tests and some code for msg.data.
|
10 years ago |
CJentzsch
|
de0b52ec69
|
style
|
10 years ago |
Christian
|
a88377e5cb
|
Some windows fixes.
|
10 years ago |
CJentzsch
|
7fb9e980cf
|
avoid code doubling
|
10 years ago |
CJentzsch
|
3ab33165f4
|
check transactions
|
10 years ago |
debris
|
5ca7b3209f
|
fixed transitive dependencies for msvc
|
10 years ago |
CJentzsch
|
7e9b20394d
|
validate block (the not fill tests path)
|
10 years ago |
Gav Wood
|
ea043668b4
|
Test stuff into cpp from header.
Additional debug stuff in cmake.
|
10 years ago |
Lu Guanqun
|
1372154ff2
|
small fixes per chris's comments
|
10 years ago |
Lu Guanqun
|
aabc234e45
|
add two more exp tests
|
10 years ago |
Lu Guanqun
|
e85fe2348f
|
add exponent operator
https://www.pivotaltracker.com/n/projects/1189488/stories/83746404
|
10 years ago |
Marek Kotewicz
|
b6cb2a87ee
|
fixed jsoncpp find_path
|
10 years ago |