obscuren
218f437b0c
Updated window
10 years ago
obscuren
7336dfad02
Merge branch 'develop' into poc8
10 years ago
obscuren
00fca40939
Merge branch 'miner' into develop
10 years ago
obscuren
8a0f23915e
Fixed a few issues in the miner and updated hash rate title
...
* Sometimes old nonces were set by "old" agents
* Added the hash rate to the miner
10 years ago
obscuren
8305d409d2
Merge branch 'develop' into miner
10 years ago
obscuren
5c251b6928
Merge branch 'fjl-poc8-net-integration' into develop
10 years ago
obscuren
bde3ff16ad
merge
10 years ago
obscuren
76fa75b394
wip
10 years ago
Felix Lange
32a9c0ca80
p2p: bump devp2p protcol version to 3
...
For compatibility with cpp-ethereum
10 years ago
Felix Lange
fd3e1061e0
p2p: handle disconnect before protocol handshake
10 years ago
Felix Lange
cf754b9483
p2p/discover: fix race in ListenUDP
...
udp.Table was assigned after the readLoop started, so
packets could arrive and be processed before the Table was there.
10 years ago
Felix Lange
5cc1256fd6
p2p: ensure we don't dial ourself
...
addPeer doesn't allow self connects, but we can avoid opening
connections in the first place.
10 years ago
Felix Lange
7101f44998
p2p: add I/O timeout for encrytion handshake
10 years ago
Felix Lange
22ee366ed6
p2p: fix goroutine leak for invalid peers
...
The deflect logic called Disconnect on the peer, but the peer never ran
and wouldn't process the disconnect request.
10 years ago
obscuren
75d164037f
Merge branch 'logjson' into develop
10 years ago
obscuren
a5ea21cd85
merge
10 years ago
Felix Lange
5110f80bba
p2p: improve read deadlines
...
There are now two deadlines, frameReadTimeout and payloadReadTimeout.
The frame timeout is longer and allows for connections that are idle.
The message timeout is still short and ensures that we don't get stuck
in the middle of a message.
10 years ago
Felix Lange
170eb3ac68
p2p/discover: map listening port using configured mechanism
10 years ago
Felix Lange
82f0bd9009
p2p/discover: code review fixes
10 years ago
Felix Lange
d0a2e655c9
cmd/ethereum, cmd/mist, eth, p2p: use package p2p/nat
...
This deletes the old NAT implementation.
10 years ago
Felix Lange
1543833ca0
p2p/nat: new package for port mapping stuff
...
I have verified that UPnP and NAT-PMP work against an older version of
the MiniUPnP daemon running on pfSense. This code is kind of hard to
test automatically.
10 years ago
obscuren
38faf2c51a
removed messages
10 years ago
obscuren
31fdc645ed
cmd + t switches to new dapp window
10 years ago
obscuren
b64ad7a2a6
Merge branch 'develop' into miner
10 years ago
obscuren
3f6baa45a7
Documented methods & removed old manifest
10 years ago
obscuren
558c67d392
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
Jeffrey Wilcke
d73dff4d5b
Merge pull request #303 from fjl/rlp-flat
...
rlp: add Flat
10 years ago
Felix Lange
b94f85de22
rlp: add Flat
10 years ago
obscuren
1fc3524e40
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
Jeffrey Wilcke
ebc506dae8
Merge pull request #302 from alexvandesande/UI
...
Catalog Page Behaviour
10 years ago
Alexandre Van de Sande
6221b282d4
Catalog Page Behaviour
10 years ago
Taylor Gerring
db24fb792c
Move standard fields to LogEvent
10 years ago
Taylor Gerring
d311b1b9b7
Merge pull request #301 from ethereum/travis
...
Updates to Travis config
10 years ago
Taylor Gerring
3c40eb9e5a
Temporarily skip broken TestVerifyPoW
10 years ago
obscuren
df49c609a0
updated coin
10 years ago
Taylor Gerring
3d6fd601c5
Move event names within each object
10 years ago
Taylor Gerring
ef6c7bd726
Merge pull request #300 from tgerring/jsonrpc
...
Allow RPC ID to be string or null
10 years ago
Taylor Gerring
d613bf69bf
#295 Allow RPC ID to be string
10 years ago
Taylor Gerring
cfddb7f3cd
Merge branch 'develop' into jsonrpc
...
Conflicts:
rpc/ws/server.go
10 years ago
Taylor Gerring
c6af5f0a27
No longer switch branches for go-qml dep
10 years ago
Taylor Gerring
e433525f51
Merge branch 'sveneh-origin_develop' into develop
10 years ago
Taylor Gerring
ab66a3d0d3
Merge branch 'origin_develop' of https://github.com/sveneh/go-ethereum into sveneh-origin_develop
10 years ago
Taylor Gerring
d53e5646ec
Use strongly-typed objects
10 years ago
Jeffrey Wilcke
5fe2916ee1
Merge pull request #298 from alexvandesande/UI
...
UI changes to Mist
10 years ago
Felix Lange
acc667fbef
Merge pull request #296 from frewsxcv/patch-1
...
Fix broken link in README
10 years ago
Alexandre Van de Sande
80890cd9dd
removed icomoon
10 years ago
Alexandre Van de Sande
6b5f4ed244
Recreated the changes on a new branch
10 years ago
Felix Lange
4242b05462
cmd/bootnode: new command (replaces cmd/peerserver)
10 years ago
Felix Lange
a21b30c901
eth: remove unused Ethereum sync fields
10 years ago
obscuren
ddccea75e8
Fixed "to" field
10 years ago