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
Daniel Hams
84b19f0407
Change use of raw new to std::unique_ptr and fix a shutdown race condition discovered using atomics.
11 years ago
Daniel Hams
f61ffdef3f
Fix up IP port number to be ushort where it is used instead of short.
11 years ago
Daniel Hams
42986e83a2
Little fixes in peer network.
(1) Use of unsigned port number
(2) Fix of copy pasta error in window isLocal logic
(3) On outgoing connection print endpoint instead of peer.endpoint
(this fixes 0.0.0.0 appearing in log on OSX as not fully initialised)
11 years ago
Gav Wood
f549bb0312
Merge pull request #57 from CodeShark/secp256k1_win64
Manually running yasm from cmake.
11 years ago
Gav Wood
44d7aa8d7e
Avoid unnecessesasry mining messages.
11 years ago
Gav Wood
1c4c161726
Safer syncing of blockchain/txqueue to state.
Linux build fix.
11 years ago
Gav Wood
0a9be840bd
Fixup for bad -mt patch.
11 years ago
Gav Wood
ccd58f9e92
Merge pull request #56 from subtly/develop
update for osx builds
11 years ago
subtly
93852453b1
Merge branch 'up-develop' into develop
11 years ago
Gav Wood
7eda4a4cea
Minor state reporting fix.
11 years ago
subtly
5133522d42
Revert "only log mining message when hash changes"
This reverts commit bed0539d70
.
11 years ago
subtly
bed0539d70
only log mining message when hash changes
11 years ago
subtly
797b42e247
update boost dep for osx
11 years ago
subtly
73bc2f070e
Merge branch 'upstream' into develop
11 years ago
Gav Wood
3d6377c875
Version bump.
Don;t send to same address.
11 years ago
Gav Wood
f300c98c26
Merge branch 'master' of github.com:ethereum/cpp-ethereum
11 years ago
Gav Wood
46543c3b2e
Fix for multiple transactions.
Show transaction nonces.
Fix when sending transactions with data.
11 years ago
Gav Wood
839be6c740
Merge pull request #54 from freizeit/foobar
Corrected license headers (Foobar -> cpp-ethereum)
11 years ago
Gav Wood
b18a42d459
Less verbose.
11 years ago
Gav Wood
978747301b
Version bump.
11 years ago
Gav Wood
cbb32b13fb
Peer discovery fix.
11 years ago
Gav Wood
1c7c291d69
Immediate queueing of TXs.
11 years ago