chriseth
|
d1f9e14476
|
Exception-throwing assert.
|
2015-03-18 15:32:17 +01:00 |
|
chriseth
|
84fdc6f1f2
|
Exception-throwing assert.
|
2015-03-18 15:32:17 +01:00 |
|
CJentzsch
|
9c33d18711
|
update gasLimits
|
2015-03-18 13:14:46 +01:00 |
|
CJentzsch
|
c1c837d4b6
|
improve sampling in fuzz testing
|
2015-03-18 13:14:21 +01:00 |
|
Gav Wood
|
e48fd2ef7e
|
Extensive pathway for reporting transaction execution results.
|
2015-03-18 12:56:50 +01:00 |
|
Gav Wood
|
e4bbc56c0b
|
Rename transact -> submitTransaction (reflecting aynch nature).
|
2015-03-18 11:32:04 +01:00 |
|
Lefteris Karapetsas
|
8e0f4c7db9
|
Explicit conversion between bytes and int of any size
- Allowing aforementioned conversion and adding tests for it
|
2015-03-18 10:57:24 +01:00 |
|
Lefteris Karapetsas
|
cd9785d2ff
|
Explicit conversion between bytes and int of any size
- Allowing aforementioned conversion and adding tests for it
|
2015-03-18 10:57:24 +01:00 |
|
chriseth
|
0816a59b7e
|
Disallowed special case of bytes0 arrays.
|
2015-03-17 18:34:57 +01:00 |
|
chriseth
|
90c519d08f
|
Disallowed special case of bytes0 arrays.
|
2015-03-17 18:34:57 +01:00 |
|
chriseth
|
a05b307f4e
|
Packing for arrays.
|
2015-03-17 18:13:28 +01:00 |
|
chriseth
|
2cde4f3404
|
Packing for arrays.
|
2015-03-17 18:13:28 +01:00 |
|
chriseth
|
895c08342c
|
Provide access to storage offsets via contract type.
|
2015-03-17 18:13:27 +01:00 |
|
Liana Husikyan
|
8e61b06b2a
|
added test to check anonymous events with user specified topics
added initial value for m_anonymous of EventDefinition
|
2015-03-17 14:25:23 +01:00 |
|
Liana Husikyan
|
ed757ba5bf
|
added test to check anonymous events with user specified topics
added initial value for m_anonymous of EventDefinition
|
2015-03-17 14:25:23 +01:00 |
|
Liana Husikyan
|
9f49446688
|
added anonymous to ABI
|
2015-03-17 14:25:23 +01:00 |
|
Liana Husikyan
|
46cbb5525c
|
added anonymous to ABI
|
2015-03-17 14:25:23 +01:00 |
|
Liana Husikyan
|
26b2b4d9a6
|
changed the position of 'anonymous' keyword: event <name>() anonymous.
- style changes
|
2015-03-17 14:25:13 +01:00 |
|
Liana Husikyan
|
5a5577f5a5
|
changed the position of 'anonymous' keyword: event <name>() anonymous.
- style changes
|
2015-03-17 14:25:13 +01:00 |
|
Liana Husikyan
|
5dc9a8df92
|
Added anonymous flag to event.
added test
|
2015-03-17 10:51:03 +01:00 |
|
Liana Husikyan
|
2986ecbd75
|
Added anonymous flag to event.
added test
|
2015-03-17 10:51:03 +01:00 |
|
Liana Husikyan
|
eccf7867fa
|
added test for anonymous event
|
2015-03-17 10:51:03 +01:00 |
|
Gav Wood
|
323f466343
|
Merge pull request #1333 from arkpar/eth_buildc
Support for building with clang and GNU gold linker on linux
|
2015-03-17 09:24:33 +01:00 |
|
chriseth
|
6e2464487f
|
Merge pull request #1326 from chriseth/sol_packedStorage
Let Solidity pack its storage
|
2015-03-17 01:08:47 +01:00 |
|
arkpar
|
b16533c0f0
|
supported building with clang and GNU gold linker on linux
|
2015-03-16 22:31:31 +01:00 |
|
Gav Wood
|
9c842b1eea
|
Merge pull request #1329 from winsvega/develop
ExpXY Test
|
2015-03-16 19:47:39 +01:00 |
|
Gav Wood
|
2e39728d38
|
Merge pull request #1318 from CJentzsch/addTests
add test for uncle generation
|
2015-03-16 19:47:24 +01:00 |
|
chriseth
|
fc0bdc3d81
|
Fix static variables.
|
2015-03-16 19:28:31 +01:00 |
|
chriseth
|
c284408e7a
|
Add move assignment operator manually.
|
2015-03-16 19:00:45 +01:00 |
|
chriseth
|
9b2a255c1b
|
Move memberlist to avoid unique_ptr copy.
|
2015-03-16 18:09:56 +01:00 |
|
chriseth
|
1d44a8999e
|
Fetch and store packed values.
|
2015-03-16 18:07:14 +01:00 |
|
chriseth
|
02595abf6a
|
Fetch and store packed values.
|
2015-03-16 18:07:14 +01:00 |
|
chriseth
|
354d84e0a7
|
Compute packing offsets.
|
2015-03-16 18:07:14 +01:00 |
|
chriseth
|
7f64584b7f
|
Compute packing offsets.
|
2015-03-16 18:07:14 +01:00 |
|
chriseth
|
10be65f269
|
Enlarge storage references to two stack slots.
|
2015-03-16 18:07:14 +01:00 |
|
chriseth
|
fff3f98f58
|
Enlarge storage references to two stack slots.
|
2015-03-16 18:07:14 +01:00 |
|
chriseth
|
7ad027055d
|
Merge pull request #1328 from debris/remove_orig
removed redundant diff file
|
2015-03-16 17:31:12 +01:00 |
|
chriseth
|
c34e1da6db
|
Merge pull request #1325 from LefterisJP/sol_MsgSig
Adding msg.sig Solidity Magic type
|
2015-03-16 17:30:18 +01:00 |
|
chriseth
|
e26f2dcaae
|
Merge pull request #1325 from LefterisJP/sol_MsgSig
Adding msg.sig Solidity Magic type
|
2015-03-16 17:30:18 +01:00 |
|
winsvega
|
cdfeb96a86
|
ExpXY Test
|
2015-03-16 19:15:44 +03:00 |
|
Marek Kotewicz
|
49b20e7540
|
removed diff file
|
2015-03-16 17:09:21 +01:00 |
|
CJentzsch
|
b97fe62e13
|
update blockchain tests
|
2015-03-16 17:07:48 +01:00 |
|
Lefteris Karapetsas
|
bb5364dd66
|
Additional test for msg.sig
|
2015-03-16 16:42:56 +01:00 |
|
Lefteris Karapetsas
|
67a9ec3bdb
|
Additional test for msg.sig
|
2015-03-16 16:42:56 +01:00 |
|
Liana Husikyan
|
27a89a36e1
|
restyleing
removed unnecessary check
|
2015-03-16 14:45:11 +01:00 |
|
Lefteris Karapetsas
|
d7ffba1504
|
Adding msg.sig Solidity Magic type
msg.sig will return a bytes4 with the function signature located in CALLDATALOAD
|
2015-03-16 12:59:56 +01:00 |
|
Lefteris Karapetsas
|
55fed7d1c4
|
Adding msg.sig Solidity Magic type
msg.sig will return a bytes4 with the function signature located in CALLDATALOAD
|
2015-03-16 12:59:56 +01:00 |
|
Paweł Bylica
|
0be8fa49f0
|
Merge remote-tracking branch 'upstream/develop' into evmjit
|
2015-03-16 12:01:47 +01:00 |
|
Paweł Bylica
|
88ffd446f2
|
Merge remote-tracking branch 'upstream/develop' into evmjit
|
2015-03-16 12:01:47 +01:00 |
|
Liana Husikyan
|
1d2e579eff
|
- added more tests to check constant specifier implementation
- deny use of const for local variables
- deny unitialized const variables
- only int, fixed strings, and enums can be declaired as const
|
2015-03-16 10:46:46 +01:00 |
|