1795 Commits (adcf06236704a103300b454cbd4af2c79396b12e)
 

Author SHA1 Message Date
Christian adcf062367 Actual contract creator and add solidity to AlethZero interface. 10 years ago
Christian 4d654d4e78 Function selector and variable (un)packing. 10 years ago
Christian 6f3afc8583 Renamed file. 10 years ago
Christian 146b43330e Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler 10 years ago
Christian ea6d58a0d1 Contract compiler and also add ExpressionStatement to AST. 10 years ago
Christian 9ae4efd311 Bugfix: Allow empty return statements without type checking. 10 years ago
Gav Wood 394d7ed1e0 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood 37fc024c0b Paranoia mode fixed for the new trie format. 10 years ago
Gav Wood a097bdbd0b Merge pull request #445 from imapp-pl/pr-changes 10 years ago
Paweł Bylica a36635240c Update astyle options: 10 years ago
Gav Wood 1fc3520559 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood dc3130df69 Merge pull request #435 from chriseth/signextend_change 10 years ago
Gav Wood c56a8f46a8 Merge pull request #442 from chriseth/sol_fix_break 10 years ago
Gav Wood 04c276d812 Merge pull request #443 from chriseth/bytesRequiredForTag 10 years ago
Gav Wood 61b3e5c3bb Merge pull request #434 from CJentzsch/vmtraceBugFix 10 years ago
Christian 2b6d66374d Compiler for assignments. 10 years ago
Christian ec5bf1abe9 NEG->BNOT change 10 years ago
Gav Wood 93b0448b44 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood b87bde0f31 Updated genesis block to new block format. 10 years ago
Christian c98204beab Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler 10 years ago
Christian 1d3b26617a Bugfix: Tag takes one byte (for JUMPDEST) 10 years ago
Christian 0baf92d52e Parser fix: Consume break and continue. 10 years ago
Christian 03463c47b1 Merge remote-tracking branch 'ethereum/develop' into signextend_change 10 years ago
Gav Wood 24abdab063 Merge pull request #438 from imapp-pl/pr-fixes 10 years ago
Gav Wood c79f48288a Merge pull request #436 from debris/develop 10 years ago
Paweł Bylica e17e240b5d Fix VM test code loading conditions 10 years ago
Marek Kotewicz 7b681b0913 fix for compiling under llvm 10 years ago
Gav Wood c2bb0fe799 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood 67ed69d59b PoC-7: Latest SIGNEXTEND. 10 years ago
Christian d359afe34b Reverse operators for SIGNEXTEND and bugfix for k > 2**64. 10 years ago
Christoph Jentzsch a89e2def34 merge 10 years ago
Christoph Jentzsch a03e7ab8a8 Fixed storage output in VMTRACE for vm tests 10 years ago
Christoph Jentzsch 372936172b Added tests for SIGNEXTEND and BNOT 10 years ago
Christoph Jentzsch 4787da2e7b Merge remote-tracking branch 'upstream/develop' into newTests 10 years ago
Gav Wood 4be847e2e6 Merge pull request #428 from CJentzsch/useETHEREUM_TEST_PATH 10 years ago
Gav Wood f9e4e79cb9 Merge pull request #431 from CJentzsch/vmtrace 10 years ago
Gav Wood 0053ae0520 Build fix. 10 years ago
Gav Wood bf493a9199 PoC-7: 6. Illegal to jump into pushdata. 10 years ago
Gav Wood 482e7b639d Version bump, minor fix for badly formatted manual hosts. 10 years ago
Gav Wood 1b6ce6c6df Merge branch 'poc-7' into develop 10 years ago
Gav Wood 5a949f0b01 Facility to check for ids. 10 years ago
Gav Wood 480ca5d1e7 Paranoia mining fix. 10 years ago
Christoph Jentzsch 314b070d36 Update vm.h 10 years ago
Christoph Jentzsch 3332043ec2 Update vm.cpp 10 years ago
Christoph Jentzsch 1090a32a93 Merge remote-tracking branch 'upstream/develop' into vmtrace 10 years ago
Christoph Jentzsch 875d526590 log VMTRACE in file for user defined test 10 years ago
Gav Wood 744470b731 Fixes for the latest LOG stuff. 10 years ago
Gav Wood 2c193627ed Draft of new LOG/bloom/headers/block format. 10 years ago
Christoph Jentzsch 8cf0e2bd9c VMTRACE for internal calls 10 years ago
Christoph Jentzsch bc1e4ceee2 Add VMTRACE to user defined vm test 10 years ago