c924a841c7
Merge branch 'develop' into bounty
2015-02-15 02:29:52 +01:00
7299eb72e0
HTTP RPC only listen on localhost
2015-02-15 02:26:30 +01:00
238f39a42e
Validate seckey when generating pub key
2015-02-15 02:20:31 +01:00
09e53367a2
Use a mutex write-lock for a write operation
2015-02-15 02:13:24 +01:00
b143dad596
Reference pointer to block instead of pointer to function
2015-02-15 02:09:57 +01:00
16ae675107
Unmarshal in to pointer to string
2015-02-15 02:08:08 +01:00
12fc590b34
removed some old menu items
2015-02-15 01:58:15 +01:00
c29b01ce75
Reset URL bar
2015-02-14 17:18:28 +01:00
befb4bc1c1
Fixed a few errors in the browser special meta tags objects
2015-02-14 17:13:21 +01:00
32c7ebc51d
Fixed mining & limited hash power
2015-02-14 16:52:14 +01:00
65159d65c8
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
2015-02-14 00:27:46 +01:00
3ff6c9bb79
Merge pull request #309 from fjl/peer-window
...
Fix Mist Peers Window
2015-02-14 00:27:40 +01:00
84f7c966f7
Moved ECIES to repo & added secondary title for webview
...
* ECIES moved from obscuren to ethereum
* Added html META[name=badge] to reflect menuItem.secondaryTitle
2015-02-14 00:25:47 +01:00
8464e43eaf
cmd/mist: fix peer window
2015-02-14 00:12:37 +01:00
4bef3ce284
p2p: print Cap as name/version
2015-02-13 23:54:34 +01:00
396f1a0a33
Add 'crypto/ecies/' from commit '7c0f4a9b18d992166452d8cd32caaefd92b26386'
...
git-subtree-dir: crypto/ecies
git-subtree-mainline: 49a739c8d6
git-subtree-split: 7c0f4a9b18
2015-02-13 23:45:38 +01:00
7c0f4a9b18
Merge pull request #3 from Gustav-Simonsson/fix_ecies_params_init_bug
...
Fix ECIES params nil bug
2015-02-13 23:42:33 +01:00
49a739c8d6
Merge branch 'Gustav-Simonsson-align_key_and_ecdsa_nonce_entropy' into develop
2015-02-13 23:35:21 +01:00
12b2d57629
Merge branch 'align_key_and_ecdsa_nonce_entropy' of https://github.com/Gustav-Simonsson/go-ethereum into Gustav-Simonsson-align_key_and_ecdsa_nonce_entropy
2015-02-13 23:31:20 +01:00
95cfaa1b37
disabled test
2015-02-13 23:26:41 +01:00
acc7c0f706
Merge pull request #308 from fjl/default-bootnodes
...
eth: add default bootnode
2015-02-13 21:51:51 +01:00
1c1a3033be
eth: add default bootnode
2015-02-13 21:41:13 +01:00
384305f4aa
Fixed QML errors
2015-02-13 18:33:08 +01:00
7aef0fed29
changed url bar behaviour. Failed attempt at icon
2015-02-13 18:32:15 +01:00
4d49d7b5a6
Reset hash rate to 0 when mining is stopped
2015-02-13 18:30:06 +01:00
f35d62b759
Remove secp256_rand.go and update tests
2015-02-13 18:25:25 +01:00
6a7b0ef904
Updated coin.js abi
2015-02-13 18:17:17 +01:00
ce239333d5
Update balance label when mining
2015-02-13 18:15:23 +01:00
0f3c25b265
Propagate blocks
2015-02-13 18:03:16 +01:00
790de35e7f
Fixed issue in peer window
...
* Fixed issues where new peer window could cause a crash when entering
an empty string
2015-02-13 17:57:46 +01:00
218f437b0c
Updated window
2015-02-13 17:30:37 +01:00
7336dfad02
Merge branch 'develop' into poc8
2015-02-13 17:23:48 +01:00
00fca40939
Merge branch 'miner' into develop
2015-02-13 17:23:18 +01:00
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
2015-02-13 17:23:09 +01:00
8305d409d2
Merge branch 'develop' into miner
2015-02-13 17:00:15 +01:00
5c251b6928
Merge branch 'fjl-poc8-net-integration' into develop
2015-02-13 16:08:30 +01:00
bde3ff16ad
merge
2015-02-13 16:02:37 +01:00
39434e383b
Unexport randEntropy type and use exported Reader instead
2015-02-13 15:38:26 +01:00
76fa75b394
wip
2015-02-13 15:35:54 +01:00
32a9c0ca80
p2p: bump devp2p protcol version to 3
...
For compatibility with cpp-ethereum
2015-02-13 15:08:40 +01:00
fd3e1061e0
p2p: handle disconnect before protocol handshake
2015-02-13 15:06:47 +01:00
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.
2015-02-13 15:06:47 +01:00
5cc1256fd6
p2p: ensure we don't dial ourself
...
addPeer doesn't allow self connects, but we can avoid opening
connections in the first place.
2015-02-13 15:06:47 +01:00
7101f44998
p2p: add I/O timeout for encrytion handshake
2015-02-13 15:06:47 +01:00
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.
2015-02-13 15:06:46 +01:00
75d164037f
Merge branch 'logjson' into develop
2015-02-13 15:06:32 +01:00
a5ea21cd85
merge
2015-02-13 15:05:56 +01:00
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.
2015-02-13 14:44:00 +01:00
170eb3ac68
p2p/discover: map listening port using configured mechanism
2015-02-13 11:39:32 +01:00
82f0bd9009
p2p/discover: code review fixes
2015-02-13 11:39:31 +01:00