Gav Wood
34d07d9b83
LLL parser using boost::spirit.
11 years ago
Gav Wood
807288182d
Fix padding.
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
eb78b1d507
Broke the virtual machine unit test out into a separate Boost auto test case.
11 years ago
Carl Allendorph
de1e416085
Broke the crypto test out into a separate boost auto test case.
11 years ago
Carl Allendorph
7f2d8f9925
Broke trie tests out as separate boost auto test case.
11 years ago
Carl Allendorph
29cbfec31c
Converted the hexPrefix test to a separate boost test case.
11 years ago
Carl Allendorph
c7a1c2b0d2
converted RLP test to a separate boost test case.
11 years ago
Marko Simovic
86070f83d5
Updated test project to use Boost Test
11 years ago
Gav Wood
607a5de340
Repotted Common.h.
11 years ago
Gav Wood
db9a09716f
Tests.
11 years ago
Gav Wood
d145fdb971
Tests bug fix.
11 years ago
Gav Wood
87e19602ea
VM test framework.
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
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
Muharem Hrnjadovic
be65dbc46d
Fixed the other occurrence of Foobar
11 years ago
Muharem Hrnjadovic
4bab3c57a5
Corrected license headers (Foobar -> cpp-ethereum)
11 years ago
Gav Wood
bdeaf497b0
Remove some debug output.
Make hash construction safer.
11 years ago
Gav Wood
607e380a4b
Fixes for Go interop.
11 years ago
Gav Wood
2a53d5f751
AlephZero renamed AlethZero and moved to cmake project.
Other minor changes.
11 years ago
Gav Wood
0abd91d551
Latest RLP standard. Lists specify length rather than itemCount.
11 years ago
Gav Wood
5185e6a6ef
Changed genesis block to reflect root of empty trie as null.
11 years ago
Gav Wood
9e7ce2c981
Asynchronous connect. Fixes #7 .
11 years ago
Gav Wood
1983777cd0
GPL v2, not 3.
11 years ago
Gav Wood
ee3f311607
Peer network code NYW.
11 years ago
Gav Wood
8fb99152ee
State updater tested and working pretty well.
11 years ago
Gav Wood
4347cfc4fc
Various fixes.
11 years ago
Gav Wood
e0c7743b3f
Repotted tests.
11 years ago
Gav Wood
f666853724
Repotted a lot of the Trie stuff.
11 years ago
Gav Wood
a7a32d3661
Iterators in the TrieDB!
11 years ago
Gav Wood
3a9f6b22d3
Iterator beginnings.
11 years ago
Gav Wood
0b29820d98
TrieDB remove nodes and tests.
11 years ago
Gav Wood
04743c50f7
TrieDB framework and insertion.
LevelDB overlay and map backends.
11 years ago
Tim Hughes
0133a4450d
Tweak Dagger API to facilitate more complex mining.
11 years ago
Tim Hughes
e3d57cde78
Fixed assert in test/main.cpp (using a .data() from temporary string after it was destroyed).
11 years ago
Tim Hughes
0dc9bc82fe
Projects, solution and fixes for Visual Studio 2013.
11 years ago
Gav Wood
e8b2ceeb60
More verification work; compute header ready for mining.
11 years ago
Gav Wood
140fc42e09
Moved to endian-neutral 256/160-bit datatypes.
11 years ago
Gav Wood
a2b497d80d
Dagger impl fixes.
11 years ago
Gav Wood
e7ebf1e6b6
More work on big picture stuff.
11 years ago
Gav Wood
d4448a9c7b
Dagger algo.
11 years ago
Gav Wood
5fbf9c752b
More testing on new Trie format.
11 years ago
Gav Wood
155cf04efe
Move to semi-official new Trie format.
11 years ago
Gav Wood
ade3d0225d
Coding standards doc.
Some repotting.
Documentation.
Some minor API cleanups.
11 years ago
Gav Wood
00da157812
More crypto additions.
11 years ago
Gav Wood
07dd3b61e1
Signatures working.
11 years ago
Gav Wood
b0f4ca1339
crypto prototyping.
11 years ago
Gav Wood
9b78189310
Fix for tests.
11 years ago
Gav Wood
2c492f53f8
VM nearly instruction-complete.
11 years ago