7316 Commits (1cd510a541cb92f59a960dddee014883a45a1ee2)
 

Author SHA1 Message Date
chriseth 523ce4d178 Disallowed special case of bytes0 arrays. 10 years ago
chriseth 85505d45c0 Packing for arrays. 10 years ago
chriseth 2505b8ed90 Provide access to storage offsets via contract type. 10 years ago
yann300 e09d0261f7 CodeMirror - add autocompletion module 10 years ago
Paweł Bylica a64b4d9f71 Workaround for buggy LLVM ctlz used in counting EXP cost 10 years ago
chriseth bb7b97b2f6 Merge pull request #1331 from LianaHus/sol_AnonymousEvents 10 years ago
arkpar 31e119dd40 fixed exception constructor for msvc 10 years ago
Liana Husikyan 3e0f3fd514 added test to check anonymous events with user specified topics 10 years ago
Liana Husikyan 7cb944c903 added anonymous to ABI 10 years ago
Liana Husikyan 7fe63e36e9 changed the position of 'anonymous' keyword: event <name>() anonymous. 10 years ago
Liana Husikyan 0b14d26f6b Added anonymous flag to event. 10 years ago
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 10 years ago
chriseth bbcd9bf6a3 Merge pull request #1326 from chriseth/sol_packedStorage 10 years ago
Arkadiy Paronyan 21009510a6 Merge pull request #1315 from yann300/trackFileStatus 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. 10 years ago
Gav Wood f3ee18cfd4 Merge pull request #1327 from arkpar/mix_srci 10 years ago
Gav Wood 7fa01887e2 Merge pull request #1329 from winsvega/develop 10 years ago
Gav Wood 161690b903 Merge pull request #1318 from CJentzsch/addTests 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 10 years ago
chriseth 24dd2582e8 Merge pull request #1325 from LefterisJP/sol_MsgSig 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 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 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 10 years ago
Lefteris Karapetsas 22b47689d5 Adding msg.sig Solidity Magic type 10 years ago
yann300 9f88b2f52f Merge remote-tracking branch 'up/develop' into trackFileStatus 10 years ago