Gav Wood
9ce2b5bfa6
Avoid attempt to reget chain on block reception.
Send genesis block hash in hash chain.
10 years ago
Gav Wood
340801ed90
Networking fixes.
10 years ago
Christoph Jentzsch
fb8e2e0dbe
style fix
10 years ago
Christoph Jentzsch
e30615db9c
Added arithmetic test
10 years ago
Gav Wood
4eb549cd80
Moved miner over to new Worker class.
10 years ago
Gav Wood
5735e8c55e
Remove old Client network code & API.
Move over JsonRpcServer to WebThree.
10 years ago
Gav Wood
484279c548
Beginning of merge into AZ.
10 years ago
Gav Wood
515a1c22a9
Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Rename ethential to devcore.
10 years ago
Gav Wood
4cb7993655
Project-wide reorganisation of namespaces.
10 years ago
Gav Wood
69126fe1b7
CALL_STATELESS
10 years ago
Gav Wood
a3740efebb
Repot.
No memsize increase on 0.
10 years ago
Gav Wood
fa1b3853b3
Reorganisation.
10 years ago
Gav Wood
70a2a7b1e1
Allow local networking option.
10 years ago
Gav Wood
aecb8c8c1a
New net is compiling.
10 years ago
Gav Wood
be1bf6b9bf
Split off general network layer.
10 years ago
subtly
0f5df0a8a8
Fix for #246 . Removed sync() to prevent race condition within dropped() and . Raised maxblocks to 64.
11 years ago
Gav Wood
0b8d5560d2
Debugger improvements.
11 years ago
Gav Wood
a94a559d64
Even numbers of hex digits for Jeff (Go can't handle odd numbers).
Everything a string in VM tests.
11 years ago
Gav Wood
28c9f399b1
Fix for making code.
11 years ago
Gav Wood
d91198a335
Proper debugger.
11 years ago
Gav Wood
fecedd1d87
VM tests prettier.
11 years ago
Gav Wood
c164e4bcc7
Fix for state race condition.
11 years ago
Gav Wood
3822aef608
Build fixes.
11 years ago
Gav Wood
3d3f99229e
New client API.
11 years ago
Gav Wood
ddc1b4fc32
Windows build coersions.
11 years ago
Gav Wood
19d3a5eb23
Gensis block unit test.
11 years ago
Vincent Gariepy
cd85515b05
linker for local thread storage on OSX
11 years ago
Gav Wood
9bcd42e174
Full python serpent support.
Shared libs on all platforms.
11 years ago
Gav Wood
25183afd7c
Project refactor. Introduce the Serpent library.
11 years ago
Gav Wood
d865309d55
Latest tests-related refactoring & improvments.
11 years ago
Gav Wood
5d7a61c946
Repotting, renaming and reorganisation.
11 years ago
Gav Wood
9f1191370a
Correct order of nonce/balance. PROTOCOL CHANGE! NEW CHAIN!
Extra paranoia for trie.
Trie fixes.
Trie tests.
Version bump.
11 years ago
Gav Wood
53fd2c1ebd
Revert "Fix for unless/when."
This reverts commit b12d91e726
.
11 years ago
Gav Wood
b12d91e726
Fix for unless/when.
11 years ago
Gav Wood
ea660501d7
Tests updated.
Fixes to executive logging.
Trie testing made considerably more rigourous.
11 years ago
Gav Wood
10ff154024
Fixes for tests.
11 years ago
Gav Wood
143e370bbf
Pinhole optimise working fairly well...
11 years ago
Gav Wood
e8217ea489
Major reorganisation.
New libs (libethsupport, libevm, liblll).
New LLLC binary.
11 years ago
Gav Wood
f1d66c148f
Macros and definitions in LLL.
11 years ago
Gav Wood
34d07d9b83
LLL parser using boost::spirit.
11 years ago
Gav Wood
807288182d
Fix padding.
11 years ago
Gav Wood
2368a8cd50
Move paths so default build dir is cpp-ethereum/build.
11 years ago
Gav Wood
6b041f3ba7
Updates to VM tests.
11 years ago
Gav Wood
28c887c96c
Remove build cruft.
11 years ago
Gav Wood
ca65afe8f0
Protocol changes for PoC-5:
Transactions Trie.
LTMA for gasPrice.
New block header format.
Various additional checks.
New Genesis block.
11 years ago
Gav Wood
1bbafddd1e
Repotted much of State.
11 years ago
Gav Wood
f68a73b2a0
CALLDATACOPY instruction.
Contract body gets created from init code.
11 years ago
Gav Wood
648fbc57c9
Split out libethcore from libethereum.
11 years ago
Tim Hughes
ad4698e79e
VS2013 build working again:
- Added ICU download and compile steps to bootstrap.sh.
- Switched Qt to shared libraries and enabled ICU and Webkit.
- Switched to shared MS CRT.
- Disable C4244 and C4267 warnings since these are not picked up by GCC.
11 years ago
Carl Allendorph
b889401386
Added some checks on parameters of the objects imported from the json files to make debugging easier.
11 years ago