416 Commits (db9a09716fa9e6275f48596911312c181c8b81b8)
 

Author SHA1 Message Date
Gav Wood db9a09716f Tests. 11 years ago
Gav Wood 2744fea24e More VM tests. 11 years ago
Gav Wood c97d6ea131 Merge branch 'release-poc-3' into develop 11 years ago
Gav Wood 24bc3e5c6e Unary operators. 11 years ago
Gav Wood 80b145a198 Merge branch 'release-poc-3' into develop 11 years ago
Gav Wood 9bb6645cac Binary operators. 11 years ago
Gav Wood 04895f1202 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 11 years ago
Gav Wood 87f9d5bd39 Comments and boolean operators. 11 years ago
Gav Wood 9b86e3764c Make good arithmetic operations. 11 years ago
Gav Wood 5e99b54055 Merge pull request #82 from freizeit/rm-unused-DBFace 11 years ago
Gav Wood 607ba1577d Hash fix. 11 years ago
Muharem Hrnjadovic c5304c2e1a removed unused class (DBFace) 11 years ago
Gav Wood 32d3334417 Fixed hash so compiles in a C++ compiler. Not sure what compiler Tim was 11 years ago
Gav Wood 0eedcfb4cb Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 11 years ago
Gav Wood 0731c3ae7a Hash instructions require at least one on stack. 11 years ago
Tim Hughes e182b3293d Implement optimised hash and equality operators for h256, and specialise std::hash<eth::h256>. 11 years ago
Gav Wood 7e12281c9b Switch back to normal map for the moment. 11 years ago
Gav Wood 0b5c0bc46f Merge pull request #81 from danielhams/clangworkarounds 11 years ago
Daniel Hams ca8ac5bd59 Workaround OSX clang broken map operator[] using ifdef guards and manual find/insert. 11 years ago
Gav Wood 14d026565f Merge pull request #75 from programmerTim/develop 11 years ago
Gav Wood 5fb48863f8 Merge pull request #78 from zelig/develop 11 years ago
zelig e44615cdc6 use std::unordered_map for blockchain + minor fixes 11 years ago
Tim Hughes 025a27ef3f Check required binaries are present. 11 years ago
Tim Hughes 762b563b4f Be more helpful and create a branch when checking out cpp-ethereum. 11 years ago
unknown 95a954dbb2 Example of how to use std::hash_map 11 years ago
Tim Hughes 7bfe57e2e0 Fix bug where buffer was being deleted underneath async_write operation. 11 years ago
Gav Wood 31bda990b6 Fix State.h. 11 years ago
Gav Wood dc686aa542 Cleanup executeBare(). 11 years ago
Gav Wood b0d2d6ea28 VM should be exception safe to avoid ending in invalid state. 11 years ago
Gav Wood 277ca86bd1 Fix for state transition when collision occurs. 11 years ago
Gav Wood a1fd7417ad VM test sources. 11 years ago
Gav Wood dca5a13b69 ETH_VERSION cmake fix. 11 years ago
Gav Wood 20fd52a68d Merge pull request #73 from programmerTim/develop 11 years ago
Tim Hughes f10fbfe5bb Capitalise Z 11 years ago
Tim Hughes 995062279c Move ETH_VERSION to Common.h (for now) so it's picked up on MSVC. 11 years ago
Gav Wood d145fdb971 Tests bug fix. 11 years ago
Gav Wood f22d4957a5 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 11 years ago
Gav Wood 72b7d40335 Version bump & new namereg. 11 years ago
Gav Wood 607b7b1758 Merge pull request #72 from programmerTim/develop 11 years ago
Tim Hughes e3f0a91e9c Upgraded build script supporting automatic fetch/compile of Qt. Alethzero now compiles with static linking under VS 2013. 11 years ago
Gav Wood 9d7ce05801 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 11 years ago
Gav Wood 3001ec0636 Allow NameReg to be configured. 11 years ago
Gav Wood 73d5177fd8 Merge pull request #71 from CodeShark/develop 11 years ago
Eric Lombrozo 6957edd67d Windows build requires cryptopp include dir. 11 years ago
Gav Wood 645497a82a Kill QQuick deps. 11 years ago
Gav Wood 46717d148a No QtDeclarativeView. We actually want QQuickView anyway. 11 years ago
Gav Wood 837240cb5a New NameReg 11 years ago
Gav Wood 78a63dc340 Move blockchain & contracts to panels. 11 years ago
Gav Wood 7def2e4dc2 Preview bug fix. 11 years ago
Gav Wood cbd41833d2 Bump protocol version. 11 years ago