obscuren
93edae280d
doc desc
10 years ago
Jeffrey Wilcke
bb17591959
Merge pull request #211 from fjl/fix-server-disc
...
p2p: fix call to Server.removePeer
10 years ago
Felix Lange
aa3b91b802
p2p: fix call to Server.removePeer (might help with #209 )
10 years ago
obscuren
b55fabc7be
Removed debug message
10 years ago
obscuren
54605d8c8e
During env open check for pub error which indicated unencrypted payload.
10 years ago
obscuren
52ca80bdd2
Fixed deref ptr
...
The gui already waits and shuts down ethereum. There was no need to wait
for an additional shutdown.
10 years ago
obscuren
0291eff99a
Identity test
10 years ago
obscuren
c96e504adb
Typo
10 years ago
obscuren
01a6db9324
Added whisper debug interface + whisper fixes
10 years ago
obscuren
993280ec03
Added whisper test
10 years ago
obscuren
6ff9d5770b
Added whisper handler
10 years ago
obscuren
455241debb
Removed goroutine from "Run"
10 years ago
obscuren
db89c3e1a3
Merge branch 'develop' into poc8
10 years ago
obscuren
ef4135eabe
Added topic utility functions to whisper
10 years ago
obscuren
56dac74f71
made mist in a compilable, workable state using the new refactored packages
10 years ago
obscuren
c7bc684909
Moved peer helper metheds
10 years ago
obscuren
96272e19a6
removed filter manager from base
10 years ago
obscuren
bd9088792b
Merge branch 'develop' into ethersphere-ethp2p
10 years ago
obscuren
cdb2ebbdfa
Added old filter. Needs some refactoring
10 years ago
obscuren
4b5ad31b3a
WIP
10 years ago
obscuren
6c168c8f22
added protocol handler
10 years ago
obscuren
afc8b887ab
added whisper
10 years ago
obscuren
f111fc0608
WIP
10 years ago
zelig
1d959cb0ca
WIP
10 years ago
obscuren
c3ba4ace64
Merge branch 'poc8' into develop
10 years ago
Jeffrey Wilcke
15e46b97b4
Merge pull request #204 from fjl/fix-p2p-disconnect
...
p2p: fix decoding of disconnect reason
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
zelig
72290f67fe
resolve merge conflict hell
10 years ago
zelig
4c89d5331f
adapt blockpool/backend to use pow/ezp with pow.Block for VerifyPoW func
10 years ago
zelig
61940b2275
adapt cmd/cli to new backend
...
- new flag nat for nat support UPNP|PMP
- new flag pmp for PMP gateway IP
- add NatType to utils/cmd to get p2p.NAT from nat type string
- obsolete usepnp flag
- get rid of IsUpToDate and sleep in miner start
- ethereum constructor takes nat type, port, maxpeer
- add pubkey arg to client identity
10 years ago
zelig
e77b720ead
blockmanager start/stop obsolete
10 years ago
zelig
7b39cc83cc
adapt chain_manager to eth protocol interface
...
- add Status() to return td, currentblock hash, genesis hash
- GetChainHashesFromHash -> GetBlockHashesFromHash
10 years ago
zelig
01dc1c1394
blockpool rewritten , tests broken FIXME
10 years ago
zelig
4dfce4624d
protocol
...
- new interface explicit backend components txPool, chainManager, blockPool
- added protoErrorDisconnect for blockpool callback (FIXME: handling peer disconnects)
10 years ago
zelig
5e4d77b2b8
initial commit for eth blockpool + test
10 years ago
zelig
2dd8f41147
eth protocol changes
...
- changed backend interface
- using callbacks for blockPool
- use rlp stream for lazy decoding
- use peer as logger
- add id (peer pubkey) to ethProtocol fields
- add testPeer to protocol test (temporary)
10 years ago
zelig
0add0c400f
initial commit for eth-p2p integration
10 years ago
zelig
e847aaca3e
remove wire package
10 years ago
zelig
7d02c4fdb7
remove old ethereum/p2p related top level files
10 years ago
zelig
d9b16c1197
new cli options
...
- nat UPNP|PMP
- gateway for PMP NAT
- obsolete usepnp
- add pubkey to client identity
10 years ago
zelig
ae7c1e3e55
adapt to new backend
...
- eth p2p pkgs
- new Ethereum initialiser
- no caps param
- use nat type
- add NatType func to map nat type string to p2p.NAT
- add pubkey to client identity
10 years ago
zelig
50e1dcc43a
import eth pkg
10 years ago
zelig
d84810d89d
add Status to retrieve TD, currentBlock, genesis for easy interface with eth/protocol
10 years ago
zelig
39d86a28e7
adapt to new eth pkg and p2p
10 years ago
zelig
5022a31889
add NewMinedBlockEvent
10 years ago
zelig
c2af10d256
transaction pool changes
...
- use eventer events to broadcast transactions
- CurrentTransactions -> GetTransactions
- add AddTransactions
10 years ago
zelig
b89ed8eb7b
adapt javascript pkg to new backend, use SuggestPeer
10 years ago
zelig
118862f1ba
adapt miner to new backend. use events to broadcast new mined blocks
10 years ago