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 |
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
|
6107f678d8
|
style - auto
|
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 |
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 |
Christian
|
a88377e5cb
|
Some windows fixes.
|
10 years ago |
debris
|
5ca7b3209f
|
fixed transitive dependencies for msvc
|
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 |
winsvega
|
ce3638f75d
|
Test related
Constant in TestHelper.h
Exception in TestHelper.h
|
10 years ago |
Christian
|
8b3dec6773
|
Arbitrary parameters for call() and all hash functions.
|
10 years ago |
Lefteris Karapetsas
|
c68f7f2790
|
Addressing issues in Enum style fix
|
10 years ago |
Gav Wood
|
d2165828ff
|
Fixed #988.
|
10 years ago |
winsvega
|
d5b3f224c6
|
Bigint
bigint(1) << 256
|
10 years ago |
Lefteris Karapetsas
|
d53dcd3183
|
Styling in Natspec Enums
|
10 years ago |
Lefteris Karapetsas
|
46dfdc97af
|
Camelcasing enums in Types.h
|
10 years ago |
Lefteris Karapetsas
|
6bb8233d15
|
Changing Solidity Code to use CamelCase enum values
|
10 years ago |
subtly
|
eb2a4e375a
|
update for cr. update whisper test.
|
10 years ago |
Liana Husikyan
|
2fd33d98cc
|
- implemented Empty parameter name story. Now the name of input/return parameters of function can be not specified.
- added appropriate tests
Conflicts:
test/SolidityEndToEndTest.cpp
test/SolidityNameAndTypeResolution.cpp
|
10 years ago |
debris
|
92bfd91812
|
cmake mess
|
10 years ago |
winsvega
|
d6ebb4454b
|
Style Changes
New exception for values larger than 2**256
Auto format .json files
|
10 years ago |
Marek Kotewicz
|
d6c00187ed
|
missing commands in client
|
10 years ago |
Marek Kotewicz
|
46b629a579
|
jsonrpcstub integreted into cmake build process
|
10 years ago |