Felix Lange
b0ff946b55
p2p: move peerList back into baseProtocol
...
It had been moved to Peer, probably for debugging.
10 years ago
Felix Lange
eb0e7b1b81
eth, p2p: remove EncodeMsg from p2p.MsgWriter
...
...and make it a top-level function instead.
The original idea behind having EncodeMsg in the interface was that
implementations might be able to encode RLP data to their underlying
writer directly instead of buffering the encoded data. The encoder
will buffer anyway, so that doesn't matter anymore.
Given the recent problems with EncodeMsg (copy-pasted implementation
bug) I'd rather implement once, correctly.
10 years ago
obscuren
6abf8ef78f
Merge
10 years ago
obscuren
09841b1c9b
Cleaned up some of that util
10 years ago
Felix Lange
aa3b91b802
p2p: fix call to Server.removePeer (might help with #209 )
10 years ago
obscuren
56dac74f71
made mist in a compilable, workable state using the new refactored packages
10 years ago
Felix Lange
da900f9435
p2p: add test for base protocol disconnect
10 years ago
Felix Lange
f0f6727778
p2p: use an error type for disconnect requests
...
Test-tastic.
10 years ago
Felix Lange
65e39bf20e
p2p: add MsgPipe for protocol testing
10 years ago
Felix Lange
e28c60caf9
p2p: improve and test eofSignal
10 years ago
Felix Lange
9423401d73
p2p: fix decoding of disconnect reason ( fixes #200 )
10 years ago
obscuren
1fb84d3c5f
Fixed tests
10 years ago
Felix Lange
cfd7e74c25
p2p: add test for NewPeer
10 years ago
Felix Lange
3a09459c4c
p2p: make Disconnect not hang for peers created with NewPeer
10 years ago
Felix Lange
9b85002b70
p2p: remove Msg.Value and MsgLoop
10 years ago
Felix Lange
6049fcd52a
p2p: use package rlp for baseProtocol
10 years ago
Felix Lange
c1fca72552
p2p: use package rlp
10 years ago
Felix Lange
59b63caf5e
p2p: API cleanup and PoC 7 compatibility
...
Whoa, one more big commit. I didn't manage to untangle the
changes while working towards compatibility.
10 years ago
Felix Lange
e4a601c644
p2p: disable failing Server tests for now
10 years ago
Felix Lange
7149191dd9
p2p: fix issues found during review
10 years ago
Felix Lange
f38052c499
p2p: rework protocol API
10 years ago
Taylor Gerring
6eacc8eab9
eth-go -> go-ethereum
10 years ago
obscuren
429dd2a100
Implemented new miner w/ ui interface for merged mining. Closes #177
...
* Miner has been rewritten
* Added new miner pane
* Added option for local txs
* Added option to read from MergeMining contract and list them for
merged mining
10 years ago
Felix Lange
f3473312ba
all: fix rename breakage
10 years ago
zelig
771fbcc02e
initial commit of p2p package
10 years ago