Gav Wood
|
869f54b6a2
|
QML txCount.
|
11 years ago |
Gav Wood
|
8046a7879b
|
Use BuildInfo.h
|
11 years ago |
Gav Wood
|
67962921da
|
Merge branch 'develop' into quickgui
|
11 years ago |
Gav Wood
|
a49a1d5138
|
Tidy up BuildInfo.h
|
11 years ago |
Gav Wood
|
e7fb427efb
|
Merge branch 'develop' into quickgui
|
11 years ago |
Gav Wood
|
1deb82acfd
|
Better ignoring.
|
11 years ago |
Gav Wood
|
964df660a5
|
TODO.
|
11 years ago |
Gav Wood
|
fa2589aa29
|
Merge pull request #86 from CodeShark/build_info_h
Commit hash is stored in an automatically generated header file.
|
11 years ago |
Gav Wood
|
b020c0d50c
|
Merge branch 'release-poc-3' into develop
Conflicts:
libethereum/Common.h
|
11 years ago |
Gav Wood
|
730ba66f01
|
Hardening against bad RLP.
|
11 years ago |
Eric Lombrozo
|
663e910fae
|
Commit hash is stored in an automatically generated header file.
|
11 years ago |
Gav Wood
|
d492c494ce
|
Merge branch 'develop' into quickgui
|
11 years ago |
Gav Wood
|
68e728c909
|
Merge branch 'release-poc-3' into develop
|
11 years ago |
Gav Wood
|
e2f90d5104
|
Merge branch 'release-poc-3' of github.com:ethereum/cpp-ethereum into release-poc-3
|
11 years ago |
Gav Wood
|
1d7cdf2366
|
Fix for 32-byte names.
|
11 years ago |
Gav Wood
|
084aabfb02
|
QML stuff.
|
11 years ago |
Tim Hughes
|
9001a887f0
|
Fix implicit size_t->int conversion.
|
11 years ago |
Tim Hughes
|
46fcf3b03c
|
Disable "unknown pragma" warning on VS 2013.
|
11 years ago |
Gav Wood
|
44c4c13a9b
|
Merge branch 'develop' into quickgui
|
11 years ago |
Gav Wood
|
e94d934d72
|
Merge branch 'release-poc-3' into develop
Conflicts:
libethereum/Common.h
|
11 years ago |
Gav Wood
|
7a2d610bed
|
Release script is more intelligent and README somewhat more informative.
|
11 years ago |
Gav Wood
|
201f4f7beb
|
Release script supports branches.
|
11 years ago |
Gav Wood
|
82f32d1e7f
|
Version bump ready for release.
|
11 years ago |
Gav Wood
|
f8a2733f10
|
Version bump and automation.
|
11 years ago |
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
remove unused class (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
using.
|
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 |
Gav Wood
|
8812b29ecc
|
More on QML.
|
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
Clang workarounds for broken map operator[]
|
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
Fix bug where buffer was being deleted underneath async_write operation.
|
11 years ago |
Gav Wood
|
5fb48863f8
|
Merge pull request #78 from zelig/develop
std::unordered_map for blockdetail hash
|
11 years ago |
Gav Wood
|
e568c02be8
|
Walleth work.
|
11 years ago |
zelig
|
e44615cdc6
|
use std::unordered_map for blockchain + minor fixes
- hashing class defined in Common.h (credit JW Ratcliff)
- fix m_stack/m_temp in VM clang sections
- explicit namespace for std::make_pair calls
|
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 |