4823 Commits (c2834efa65b8bf86e0403c27cb52a5882c1a0602)
 

Author SHA1 Message Date
Paweł Bylica 035c3760e0 All jump support code paths tested. Thanks @CJentzsch. 10 years ago
Paweł Bylica 5b4e1300a8 Function rename 10 years ago
Paweł Bylica 30f3e0d5c0 Fix evmcc 10 years ago
CJentzsch af72b6fa8b more dynamic jump tests 10 years ago
Paweł Bylica 7b9d4956a5 BLOCKHASH instruction 10 years ago
Paweł Bylica 681adc12af Remove PREVHASH instruction 10 years ago
Paweł Bylica 024639bef6 Create bad jump block on demand 10 years ago
Paweł Bylica c21237f7b0 Remove unnecessary jump dest map. Create jump table block on demand. 10 years ago
Lefteris Karapetsas 69a0dcfa15 work in progress in testing the new function selector in the end to end tests 10 years ago
Christian 7158f408ac Remove const from make_shared to allow enable_shared_from_this to work on MacOS. 10 years ago
Christian 1d3801f726 Arbitrary precision integer constants. 10 years ago
Christian cc55936f67 Possibility for unary operators to change type. 10 years ago
Christian ff4fe8257a Use shared_from_this instead of manually supplying a shared_ptr to this. 10 years ago
Gav Wood d83b2e3e6b Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood 6cc8c9de69 VM skips push data when looking for JUMPDEST. 10 years ago
Paweł Bylica ed614c5d2a Mandatory JUMPDEST for jumps and new static jumps recognition strategy 10 years ago
Lefteris Karapetsas b2362f4113 Adjusting SolidityCompiler tests 10 years ago
Gav Wood 7b6e6fd156 Merge pull request #743 from chriseth/sol_warningFixes 10 years ago
Gav Wood f1018dddd4 Merge pull request #744 from debris/windows_build 10 years ago
Marek Kotewicz e9913a3d10 new vps for windows build 10 years ago
Gav Wood bf8174ecee Warnings fixes. 10 years ago
Gav Wood 46869f3bdc Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood dc4e51568c Merge pull request #742 from chriseth/sol_optimizerChange 10 years ago
Christian 460571bd77 Fix some warnings about uninitialized members. 10 years ago
Lefteris Karapetsas b8b75c841b Solidity getInterfaceFunctions is now a map of hash to Function 10 years ago
Gav Wood ff7acf0f37 Merge pull request #741 from chriseth/sol_fix_useParameterStackSize 10 years ago
Gav Wood 43de8659f0 Merge pull request #740 from CJentzsch/vmtests 10 years ago
Gav Wood e976371172 Merge pull request #739 from debris/ethereumjs_subtree 10 years ago
Gav Wood 16c0e14f2d Merge pull request #738 from LefterisJP/sol_abiFunctionHash 10 years ago
Gav Wood 33f7f741b1 Merge pull request #730 from debris/subtree 10 years ago
Gav Wood b6a5a27530 Merge pull request #734 from CJentzsch/blockhash 10 years ago
Gav Wood 5af7441926 Merge pull request #731 from CJentzsch/jumpdest 10 years ago
Gav Wood aa8d13eb8b Merge pull request #729 from CJentzsch/addTests 10 years ago
Christian c6ae1754b9 Some changes to the optimizer. 10 years ago
Christian 0de9e2aebd Bugfix: Use parameter (not argument) type size on stack for function calls. 10 years ago
Paweł Bylica 86553cda81 Remove terminate() function 10 years ago
Paweł Bylica 5db00adf56 New CALL/CREATE depth limit semantics 10 years ago
chriseth f7e7182c15 Merge pull request #667 from chriseth/sol_moreFlexibleBinaryOps 10 years ago
CJentzsch 2944d0f9c0 add tests for OOG at max call depth 10 years ago
Paweł Bylica e5d0fb35aa Alloc stack elemnent for external function call argument on demand 10 years ago
Paweł Bylica 4f4fc6349a Alloc stack elemnent for external function call argument on demand 10 years ago
Marek Kotewicz 7963e26aeb Squashed 'libjsqrc/ethereumjs/' changes from df4d784..5208bb3 10 years ago
Marek Kotewicz 10873397d7 Merge commit '7963e26aeb39d4ecb24edf1b206b2ef0757a0c70' into ethereumjs_subtree 10 years ago
Marek Kotewicz 5208bb32f1 gulpfile modifications, default build set to dev 10 years ago
Paweł Bylica b6248cc38d Detemplatify createCall helper 10 years ago
Paweł Bylica b77a975a33 Create helper/external functions on demand 10 years ago
CJentzsch 67debe5ea5 jump onto jump, dynamic and static jump with same destination 10 years ago
CJentzsch e855cf9426 memory test: high offset, zero size -> zero gas cost 10 years ago
Gav Wood 745070041d Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Paweł Bylica 9bf0b75159 Create helper/external functions on demand 10 years ago