Gav Wood
|
df5ce4302b
|
Bug fix for state transitioning - don't change nonce until after
guaranteed no collision has occured.
|
11 years ago |
Gav Wood
|
ddefcf456d
|
Minor fix for clang.
Import QML resources.
|
11 years ago |
Gav Wood
|
a1fd7417ad
|
VM test sources.
|
11 years ago |
Gav Wood
|
ac8f044669
|
Walleth initial commit.
|
11 years ago |
Gav Wood
|
dca5a13b69
|
ETH_VERSION cmake fix.
|
11 years ago |
Gav Wood
|
20fd52a68d
|
Merge pull request #73 from programmerTim/develop
Move ETH_VERSION to Common.h (for now) so it's picked up on MSVC.
|
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
Upgraded build script supporting automatic fetch/compile of everything.
|
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
Windows build requires cryptopp include dir.
|
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 |
Gav Wood
|
57ec5abf7b
|
Preview button to preview mined state.
New NameReg.
|
11 years ago |
Gav Wood
|
ed7c0e75a4
|
JSON Spirit parser.
|
11 years ago |
Gav Wood
|
87e19602ea
|
VM test framework.
|
11 years ago |
Gav Wood
|
9fdf7446db
|
First unit testing harness for VM.
NOT fix.
|
11 years ago |
Gav Wood
|
d1b93ed468
|
Merge pull request #70 from programmerTim/develop
First working Alethzero on VS2013
|
11 years ago |
Tim Hughes
|
659a64fb43
|
VS2013 project and fixes for Alethzero.
|
11 years ago |
Tim Hughes
|
c37a68666d
|
Update LibEthereum.vcxproj with added files.
|
11 years ago |
Tim Hughes
|
a4eea82c8c
|
Fix mismatched forward declaration of Transaction.
|
11 years ago |
Gav Wood
|
b5fd0d55c3
|
Forgot to add file.
|
11 years ago |
Gav Wood
|
7634e23be3
|
Merge branch 'vmseparation' into develop
|
11 years ago |
Gav Wood
|
e27f6d3541
|
Separated VM from rest of code.
|
11 years ago |
Gav Wood
|
81de0e18b5
|
Merge pull request #69 from danielhams/dhdevelop
Init order bug fix to units and code standardisation fix
|
11 years ago |
Gav Wood
|
3c5e26c182
|
Rebroadcast transactions on new block.
|
11 years ago |
Daniel Hams
|
8bef047313
|
Fix initialisation order bug with units() and replace std::pair with make_pair.
|
11 years ago |
Gav Wood
|
1ac9ac8c8e
|
Merge pull request #66 from danielhams/osxdevelop
Fix missing parens Id::name and Clang compilation guards + fixes
|
11 years ago |
Gav Wood
|
677dcb31e9
|
Merge pull request #67 from programmerTim/develop
Compile fixes and compile option updates for VS2013.
|
11 years ago |
Gav Wood
|
1f31096062
|
Minor bug fixes and UI improvments.
Version bump.
|
11 years ago |
Gav Wood
|
77a44c0f1b
|
Do transactions in correct order.
Another minor fix.
|
11 years ago |
Gav Wood
|
6a820a46fa
|
Minor address fix.
|
11 years ago |
Tim Hughes
|
50af2c564f
|
Specify ETH_VERSION, ETH_BUILD_PLATFORM and ETH_BUILD_TYPE in common property sheet. Isn't ideal but we're not using cmake (yet) for VS 2013.
|
11 years ago |
Tim Hughes
|
429731da97
|
Rename Ethereum.exe output to eth.exe
|
11 years ago |
Tim Hughes
|
418297ac40
|
Replace hard-coded /tmp paths with call to boost::filesystem::temp_directory_path()
|
11 years ago |
Tim Hughes
|
5bfa6a013b
|
Enable precompiled headers and multi-processor compilation. Much faster!
|
11 years ago |
Tim Hughes
|
899a478a6f
|
Fix compile warnings on VS2013 (mainly size_t -> unsigned).
|
11 years ago |
Gav Wood
|
1fc9c01932
|
Two way name application.
|
11 years ago |
Gav Wood
|
a47ecf0c0c
|
One-way name app implemented.
|
11 years ago |
Gav Wood
|
8bac606e7e
|
LLL compiler manages conditionals among other syntax.
|
11 years ago |