Commit Graph

11840 Commits

Author SHA1 Message Date
Gav Wood
a2ec430b27 Manage GetBlocks properly; should work for when > 256 blocks away.
Use GetTransactions on connect & respect it. DONE
2014-01-31 14:10:05 +00:00
Fabian Schuh
b405d62b36 added pthread to cmake 2014-01-24 13:48:38 +01:00
Gav Wood
3dbed499c3 Basic client. 2014-01-23 12:22:58 -05:00
Gav Wood
7c9a1238b7 GUI & network stuff. 2014-01-22 18:18:12 -05:00
Gav Wood
803e992070 Added client API & prototypal GUI. 2014-01-22 12:56:03 -05:00
Gav Wood
2b13a04f49 Pinging. 2014-01-22 10:01:39 -05:00
Gav Wood
3b9040b4a1 Basic P2P functionality. 2014-01-22 09:40:45 -05:00
Gav Wood
5afc641ea9 Peer network code NYW. 2014-01-22 09:08:18 -05:00
Gav Wood
129e4b4dfc State updater tested and working pretty well. 2014-01-21 10:51:57 -05:00
Gav Wood
8ab00968cb Working state-transition test. 2014-01-20 13:43:11 -05:00
Gav Wood
a08ce2bde1 Various fixes. 2014-01-20 14:53:02 +00:00
Gav Wood
6eafb9e6f8 Fake dagger, and moves to test the state transitions. 2014-01-19 20:15:07 +00:00
Gav Wood
b73cbf3ecb Caching (on two levels!) and quite possibly working State transition
class.
2014-01-19 17:17:05 +00:00
Gav Wood
9033480699 Repotted tests. 2014-01-19 14:42:02 +00:00
Gav Wood
d0381ed9f1 Repotted a lot of the Trie stuff. 2014-01-19 13:32:01 +00:00
Gav Wood
308b3d2d50 Iterators in the TrieDB! 2014-01-19 13:06:36 +00:00
Gav Wood
06e7cb9a39 Merge branch 'master' of https://github.com/programmerTim/cpp-ethereum into programmerTim-master
Conflicts:
	libethereum/BlockInfo.cpp
	libethereum/Trie.h
	test/main.cpp
2014-01-18 23:08:01 +00:00
Gav Wood
36a23c387b Iterator beginnings. 2014-01-18 23:00:35 +00:00
Gav Wood
083bbe4fd1 TrieDB remove nodes and tests. 2014-01-18 22:31:38 +00:00
Gav Wood
15c5527c29 TrieDB framework and insertion.
LevelDB overlay and map backends.
2014-01-18 17:15:21 +00:00
Tim Hughes
0ccc676f4e Tweak Dagger API to facilitate more complex mining. 2014-01-17 13:05:47 +00:00
Tim Hughes
16eddcb35d Fixed assert in test/main.cpp (using a .data() from temporary string after it was destroyed). 2014-01-17 10:11:42 +00:00
Tim Hughes
9435aabbac Projects, solution and fixes for Visual Studio 2013. 2014-01-16 21:01:48 +00:00
Gav Wood
7d813c4a84 More verification work; compute header ready for mining. 2014-01-14 14:05:40 +00:00
Gav Wood
4fb83706c8 Moved to endian-neutral 256/160-bit datatypes. 2014-01-12 20:30:15 +00:00
Gav Wood
b883475b6c Dagger impl fixes. 2014-01-10 11:29:43 +00:00
Gav Wood
f70eec31a9 More work on big picture stuff. 2014-01-08 21:17:58 +00:00
Gav Wood
1aefdda897 Dagger algo. 2014-01-08 02:10:02 +00:00
Gav Wood
7a769e3f39 More testing on new Trie format. 2014-01-07 22:42:33 +00:00
Gav Wood
58d10e79be Move to semi-official new Trie format. 2014-01-07 21:51:19 +00:00
Gav Wood
1d6b7cff01 Removed user project files. 2014-01-06 21:45:56 +00:00
Gav Wood
3ec88020a2 Minor changes to readme and makefiles. 2014-01-06 16:45:19 +00:00
Gav Wood
2536d9fcd0 Coding standards doc.
Some repotting.
Documentation.
Some minor API cleanups.
2014-01-06 12:40:09 +00:00
Gav Wood
256261934a More crypto additions. 2014-01-06 09:30:13 +00:00
Gav Wood
9eb90ebbd9 Signatures working. 2014-01-05 18:47:12 +00:00
Gav Wood
e5d733fbb4 crypto prototyping. 2014-01-04 21:37:34 +00:00
Gav Wood
978affbb19 Fix for tests. 2014-01-04 18:07:01 +00:00
Gav Wood
0391d6a18b VM nearly instruction-complete. 2014-01-03 17:25:46 +00:00
Gav Wood
61e22f7bb5 Codebase cleanups - renaming files. 2014-01-03 01:31:18 +00:00
Gav Wood
780099223c Reorganised source directory. 2014-01-03 01:27:19 +00:00