2187 Commits (888bdd03dcd9a56d170e48ec23af4dd950066a7d)
 

Author SHA1 Message Date
Christoph Jentzsch fb9aeba3a3 Clean up state tests 10 years ago
chriseth 7f313257f6 Merge pull request #489 from ethereum/solidity_fix 10 years ago
Christoph Jentzsch e77f70d860 Merge remote-tracking branch 'upstream/develop' into StateBug 10 years ago
Christoph Jentzsch ddec002c02 Merge remote-tracking branch 'upstream/develop' into NewStateTests 10 years ago
Christoph Jentzsch 453f63c164 Added random test execution 10 years ago
Marek Kotewicz 7cb4344f12 small fix in solidityCompiler 10 years ago
Gav Wood becb05763b Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Christian de2f3e599d Merge remote-tracking branch 'ethereum/develop' into sol_optimizer 10 years ago
Christian 11f65d50b8 Evaluate expressions in convenient order. 10 years ago
Gav Wood 7c9c83c81b Merge pull request #478 from chriseth/sol_typePromotion 10 years ago
Gav Wood 22df594ba9 Merge pull request #483 from chriseth/libevmcore 10 years ago
Christian 712650d360 Further constants optimizations. 10 years ago
Christian dd28c75e78 Pop optimization. 10 years ago
Christian 5afa06c7b5 Bugfix: Do not optimize away tags, they may be used elsewhere. 10 years ago
Christian 57d25f7a54 Prevent optimizer from changing certain parts of the code. 10 years ago
Christian 32d512b12e Option to activate the optimizer for solidity. 10 years ago
Gav Wood 038b865baa Protocol bump for shh. 10 years ago
Gav Wood 9a97e73933 New Whisper protocol - uint32s for topics. 10 years ago
chriseth f60c661c06 Removed superfluous braces. 10 years ago
Christian c83dde50bd Merge remote-tracking branch 'ethereum/develop' into sol_typePromotion 10 years ago
Christian e1c01722d4 Re-added some changes lost in merges. 10 years ago
chriseth b85638183d Stylistic changes. 10 years ago
Gav Wood 6bc2777169 Don't use binary in the JS API. 10 years ago
Christoph Jentzsch 4c0ecc6242 Merge remote-tracking branch 'upstream/develop' into NewStateTests 10 years ago
Christoph Jentzsch dd5c89e810 Added precompiledContracts tests 10 years ago
Gav Wood 5b134de697 More fixes for WebThree JS stuff. 10 years ago
Gav Wood d395b82f1b Nicer uncle info. 10 years ago
Gav Wood 4014a3d0c8 Fix all the asBytes stuff. 10 years ago
sveneh 72b37fe693 Merge branch 'debris_sven_build' into build_enhancement 10 years ago
Gav Wood bf9d6c168c Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood 41da8fb27a Fix ECRECOVER to zero out the first 12 bytes of result. 10 years ago
sveneh c29321d01c full project compile with crypto++ dependency 10 years ago
Marek Kotewicz c6dbe66ec8 added eth_lll 10 years ago
Marek Kotewicz 78ea0fa766 missing changes 10 years ago
Christian a3eeb47820 Merge remote-tracking branch 'ethereum/develop' into sol_optimizer 10 years ago
Gav Wood 2b9ba4a73c Merge pull request #477 from chriseth/sol_someCleanup 10 years ago
Gav Wood 9d459a6efb Merge pull request #479 from chriseth/sol_breakOutsideLoop 10 years ago
Marek Kotewicz 627e494a64 updating js files 10 years ago
Marek Kotewicz 3a59158137 renaming calls to include a subprotocol prefix 10 years ago
Christian 99882a76a7 Moved instructions and assembly to new libevmcore. 10 years ago
Marek Kotewicz ff17495711 miniupnpc mac build 10 years ago
Marek Kotewicz cec5c56ca6 jsonrpc is building properly to intall folder 10 years ago
Marek Kotewicz 33368e3164 curl properly building to build dir 10 years ago
Marek Kotewicz 1306817633 cryptopp compiling on macos 10 years ago
sveneh 26d57961b4 ... addition to last commit, these were lost. 10 years ago
sveneh e5186e5c54 Initial change to support external dependency management via cmake. Proof of work, just for crypto++ dependency. Not yet functional. 10 years ago
Christoph Jentzsch 447dd59981 Merge branch 'stateTests' into NewStateTests 10 years ago
Christoph Jentzsch 2713579ab6 update SIGNEXTEND tests 10 years ago
Christian c87f1c76b4 Ignore break and continue outside of loops. 10 years ago
Christian 8e02768b10 Tests for break and continue in nested loops. 10 years ago