Gav Wood
|
3c5e26c182
|
Rebroadcast transactions on new block.
|
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 |
Daniel Hams
|
23b8784fd6
|
Use make_pair in place of std::pair.
|
11 years ago |
Gav Wood
|
21b15bfb1a
|
Recursive LLL-copmiler.
|
11 years ago |
Daniel Hams
|
c898272228
|
Fix MLOAD case to set stack.back() to zero and ifdef the clang workarounds for map::operator[].
|
11 years ago |
Gav Wood
|
8e3dc081f8
|
UI & LLL fixes.
|
11 years ago |
Daniel Hams
|
56359a45aa
|
Use insert rather than emplace - emplace isn't used elsewhere and I'm not sure windows supports it.
|
11 years ago |
Daniel Hams
|
09677d9f3e
|
Bug fix missing parens in log call to Id::name()
|
11 years ago |
Daniel Hams
|
e805ba2791
|
Workaround for clang bug of ambiguous constructor using array indexing [].
|
11 years ago |
Gav Wood
|
9b98888e26
|
LLL bugfixes.
GUI state saving.
|
11 years ago |
Gav Wood
|
7baa34117b
|
First effort at LISP-like language.
|
11 years ago |
Gav Wood
|
976a84c7e5
|
Contract state introspection.
|
11 years ago |
Gav Wood
|
6678281f1a
|
Catch exceptions.
|
11 years ago |
Gav Wood
|
43a91b7a7b
|
Merge branch 'newtouniqueptr' of https://github.com/danielhams/cpp-ethereum into danielhams-newtouniqueptr
Conflicts:
libethereum/Client.cpp
libethereum/Client.h
|
11 years ago |
Gav Wood
|
63276a96ba
|
More fluid updates.
|
11 years ago |
Gav Wood
|
9c0d83cd8e
|
Minor GUI stuff.
|
11 years ago |
Gav Wood
|
b7629e2989
|
Double-click on addresses. UI alterations.
|
11 years ago |
Gav Wood
|
8f7fecd28a
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
11 years ago |
Gav Wood
|
39c7e8f2ee
|
Assembler & disassembler.
Additional info in block chain.
|
11 years ago |
Gav Wood
|
8bd93c664c
|
Merge pull request #64 from programmerTim/develop
Refix for Visual Studio.
|
11 years ago |
Daniel Hams
|
062b36aeac
|
Revert back use of std::unique_ptr on QTimer - QT manages the lifecycle.
|
11 years ago |
Tim Hughes
|
90da81e66d
|
Refix for Visual Studio.
|
11 years ago |
Gav Wood
|
039710b34f
|
Fix for namespaces on GCC.
|
11 years ago |
Gav Wood
|
1f3fb0f7d8
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
11 years ago |
Gav Wood
|
8e0b345026
|
Merge pull request #61 from programmerTim/develop
Compiling with Visual Studio 2013
|
11 years ago |
Tim Hughes
|
09731b6e9d
|
Fix bug where a vector was resized invalidating a reference that was subsequently accessed. (Tests now pass on Visual Studio).
|
11 years ago |
Tim Hughes
|
f7ef906b03
|
All Visual Studio 2013 projects needed to compile command-line Ethereum, Tests and dependencies.
bootstrap.sh bash script to check out all the source code from scratch.
|
11 years ago |
Tim Hughes
|
1e15670aa6
|
Added support for boost multiprecision number to secp256k1 (required C++ compilation).
|
11 years ago |
Tim Hughes
|
bc58ec2513
|
Added tests.c from bitcoin / secp256k1
|
11 years ago |
Tim Hughes
|
21a840e20a
|
Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles again but not sorted out linking dependencies yet.
|
11 years ago |
Tim Hughes
|
bba8f010aa
|
Fixed hardcoded /tmp path.
|
11 years ago |
Tim Hughes
|
4ab877de5e
|
s/ushort/unsigned short/ since ushort isn't actually defined.
|
11 years ago |
Gav Wood
|
377d48cbf9
|
Help text.
|
11 years ago |
Gav Wood
|
dad639d404
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
11 years ago |
Gav Wood
|
c186d8f4d8
|
Move to canon ES-1.
Minor fix for contracts.
|
11 years ago |
Gav Wood
|
0821f9cf4c
|
Merge pull request #62 from csibbitt/serverhelptext
Wrote useful help output for -h,--help
|
11 years ago |
csibbitt
|
edc30a39d6
|
Wrote useful help output for -h,--help
|
11 years ago |
Gav Wood
|
8dc00e8b21
|
Fixes for contract address states.
Minor fix for uncle rewards.
Assembler for EC-1 assembly.
Not-quite Test code for the VM.
|
11 years ago |