Gav Wood
|
fc139d2523
|
Version 2 not 3 of the GPL.
|
11 years ago |
Gav Wood
|
1983777cd0
|
GPL v2, not 3.
|
11 years ago |
Gav Wood
|
3051d6eb12
|
Better p2p handling - no connecting to LAN addresses.
|
11 years ago |
Gav Wood
|
636dadd15a
|
Possible fix for peer servers not to connect to nodes.
|
11 years ago |
Gav Wood
|
98bf9e7be6
|
Fledgling UPnP support.
|
11 years ago |
Gav Wood
|
3d5e8cdc59
|
Respect and handle capabilities.
- Peer-servers should never kick eachother off.
|
11 years ago |
Gav Wood
|
3f18b0187f
|
Threads linking now.
|
11 years ago |
Gav Wood
|
b71f2fba29
|
Only debug version has a lower difficulty for now.
|
11 years ago |
Gav Wood
|
17775cb05f
|
Vaguely proper parameters.
|
11 years ago |
Gav Wood
|
0fc422a160
|
Manage GetBlocks properly; should work for when > 256 blocks away.
Use GetTransactions on connect & respect it. DONE
|
11 years ago |
Gav Wood
|
8661341628
|
Optimised network;
verbosity levels;
peer server mode;
configurable peer count;
more options in cli client.
|
11 years ago |
Gav Wood
|
f8a87c897d
|
* Kill peers when too many
- Respect idealPeerCount.
- Peer network traversal for peer discovery.
- Check peer utility (useful transactions & blocks passed) for when
dismissing.
- Respect peer count & dismiss/collect/stop listening for peers as
necessary.
|
11 years ago |
Gav Wood
|
d6bf8439b5
|
Rename of Main - MainWin.
|
11 years ago |
Gav Wood
|
79ef439314
|
DONE: Connect default should be drop-down and populated via web api.
|
11 years ago |
Gav Wood
|
11c6dd2a47
|
Peer discovery just-about safe, though you'll end up with a lot of
peers.
|
11 years ago |
Gav Wood
|
69aed5087e
|
Slightly more error resistant.
|
11 years ago |
Gav Wood
|
5d8e77b041
|
GetChain fix.
|
11 years ago |
Gav Wood
|
1320449dc9
|
Move to agreed network format.
|
11 years ago |
Gav Wood
|
75222dc854
|
Log output.
|
11 years ago |
Gav Wood
|
3736ea6163
|
Back to how it was.
|
11 years ago |
Gav Wood
|
e2e5b41349
|
Move to obscure's Hello format.
|
11 years ago |
Gav Wood
|
cd7f330551
|
Vitalik's diff changes.
|
11 years ago |
Gav Wood
|
268168df60
|
Move to vitalik's PoW...
|
11 years ago |
Gav Wood
|
be68b7a1f1
|
Network functionality improved, code somewhat dirty now though.
|
11 years ago |
Gav Wood
|
7badaad1c8
|
Merge pull request #5 from xeroc/master
added pthread to cmake
|
11 years ago |
Gav Wood
|
de44b7522c
|
Avoid socket info timing issues by keeping a copy of the info handy for
cross-thread replies.
|
11 years ago |
Fabian Schuh
|
caec1663fd
|
added pthread to cmake
|
11 years ago |
Gav Wood
|
01812a5fec
|
Doesn't crash on peer dropout.
|
11 years ago |
Gav Wood
|
0a49ab7dec
|
Fixes & additional functionality in the network stack.
|
11 years ago |
Gav Wood
|
6e3f6e3fd1
|
Basic client.
|
11 years ago |
Gav Wood
|
ce10e98a08
|
Vaguely working single-instance client.
|
11 years ago |
Gav Wood
|
baacd4ed5b
|
GUI & network stuff.
|
11 years ago |
Gav Wood
|
30cbe3be1e
|
Added client API & prototypal GUI.
|
11 years ago |
Gav Wood
|
97d1232b21
|
Pinging.
|
11 years ago |
Gav Wood
|
c77aa87e7d
|
Basic P2P functionality.
|
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
|
0a4008fc57
|
Working state-transition test.
|
11 years ago |
Gav Wood
|
4347cfc4fc
|
Various fixes.
|
11 years ago |
Gav Wood
|
406b283a05
|
Fake dagger, and moves to test the state transitions.
|
11 years ago |
Gav Wood
|
231619fb11
|
Caching (on two levels!) and quite possibly working State transition
class.
|
11 years ago |
Gav Wood
|
e0c7743b3f
|
Repotted tests.
|
11 years ago |
Gav Wood
|
8601535da7
|
Minor fix for keeping trie clean.
|
11 years ago |
Gav Wood
|
b5eb3b7a9d
|
Cleanups and preparation.
|
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
|
4f810b0ec8
|
Merge branch 'master' of https://github.com/programmerTim/cpp-ethereum into programmerTim-master
Conflicts:
libethereum/BlockInfo.cpp
libethereum/Trie.h
test/main.cpp
|
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 |