Liana Husikyan
b0d00eef98
added test for anonymous event
10 years ago
Gav Wood
87ccd547e3
Cleanups.
10 years ago
Gav Wood
b8d53c5a38
Better crash fix.
10 years ago
Gav Wood
8cc17f2dc3
Crash fix.
10 years ago
Gav Wood
38dc97b54c
Make value in AZ transact default to something sensible.
10 years ago
Gav Wood
634ee69474
Extend reach of exception handling for UPnP.
10 years ago
Gav Wood
4abf3a7221
Merge pull request #1333 from arkpar/eth_buildc
Support for building with clang and GNU gold linker on linux
10 years ago
chriseth
bbcd9bf6a3
Merge pull request #1326 from chriseth/sol_packedStorage
Let Solidity pack its storage
10 years ago
Arkadiy Paronyan
21009510a6
Merge pull request #1315 from yann300/trackFileStatus
Mix - Track files status.
10 years ago
arkpar
d0dfac71ba
supported building with clang and GNU gold linker on linux
10 years ago
yann300
6ce17df79a
- bug fix: sync issue when renaming a file.
- small changes
10 years ago
Gav Wood
f3ee18cfd4
Merge pull request #1327 from arkpar/mix_srci
Mix: Support for solidity arrays and structs
10 years ago
Gav Wood
7fa01887e2
Merge pull request #1329 from winsvega/develop
ExpXY Test
10 years ago
Gav Wood
161690b903
Merge pull request #1318 from CJentzsch/addTests
add test for uncle generation
10 years ago
chriseth
2589570d9a
Fix static variables.
10 years ago
chriseth
441ab7c1c0
Add move assignment operator manually.
10 years ago
chriseth
a25d8cd553
Move memberlist to avoid unique_ptr copy.
10 years ago
chriseth
925acfad80
Fetch and store packed values.
10 years ago
chriseth
72152a6081
Compute packing offsets.
10 years ago
chriseth
fed44efdce
Enlarge storage references to two stack slots.
10 years ago
chriseth
39305c6aba
Merge pull request #1328 from debris/remove_orig
removed redundant diff file
10 years ago
chriseth
24dd2582e8
Merge pull request #1325 from LefterisJP/sol_MsgSig
Adding msg.sig Solidity Magic type
10 years ago
winsvega
f6cf2362aa
ExpXY Test
10 years ago
Marek Kotewicz
5b2038272f
removed diff file
10 years ago
arkpar
22e7ff2a50
Merge branch 'mix_srci' of https://github.com/arkpar/cpp-ethereum into mix_srci
10 years ago
arkpar
f9fdbb1861
removed default value
10 years ago
CJentzsch
0a84022da6
update blockchain tests
10 years ago
Lefteris Karapetsas
382a587886
Additional test for msg.sig
10 years ago
arkpar
735ddacaa0
removed logs from std contracts
10 years ago
arkpar
6fd6d29662
style
10 years ago
chriseth
42f5ae4c8b
Merge pull request #1274 from LianaHus/sol_ConstantFields
constant variables
10 years ago
arkpar
534bd2a2f3
fixed msvc build:
10 years ago
arkpar
f994da400f
debug formatting for structs and arrays
10 years ago
arkpar
626f686f56
Merge branch 'mix_srci' of http://github.com/arkpar/cpp-ethereum into mix_srci
10 years ago
Liana Husikyan
581cd68fcf
restyleing
removed unnecessary check
10 years ago
Paweł Bylica
52ca0bac51
Do not update the stack after it was freed by RETURN instruction
10 years ago
yann300
64220f9eda
Attach close event to main window to catch unsaved files when exit
application.
10 years ago
Lefteris Karapetsas
22b47689d5
Adding msg.sig Solidity Magic type
msg.sig will return a bytes4 with the function signature located in CALLDATALOAD
10 years ago
yann300
9f88b2f52f
Merge remote-tracking branch 'up/develop' into trackFileStatus
10 years ago
yann300
88775de5f1
small changes
10 years ago
Paweł Bylica
10034778df
Merge remote-tracking branch 'upstream/develop' into evmjit
10 years ago
Liana Husikyan
7359f68b9f
- 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
10 years ago
Liana Husikyan
304256b546
- added isPartOfExternalInterface to Declaration
- changed position for the constant specifier. now it goes after type: <type> <constant> <name> = <value>
- removed tests for constant functions, checkings for constant function doesn't belong to this story
10 years ago
Liana Husikyan
6f11b6a73f
added parsing for constant variables
10 years ago
Gav Wood
5dbe833bcb
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
6531981a73
Wanrings fixes and a cleanup.
10 years ago
Gav Wood
5904046693
Merge pull request #1299 from winsvega/develop
State Tests
10 years ago
Gav Wood
b7fe9e1d10
Merge pull request #1312 from imapp-pl/feature/testeth_stats
Stats for testeth + bonus
10 years ago
Gav Wood
67408bf9ad
Merge pull request #1319 from CJentzsch/fixCallCode
Fix CALLCODE
10 years ago
CJentzsch
837f45ca57
Merge remote-tracking branch 'upstream/develop' into addTests
10 years ago