obscuren
|
164de5e22b
|
Changed default denominators
|
10 years ago |
obscuren
|
8f69b5c7a2
|
Added invalid sec key test
|
10 years ago |
Taylor Gerring
|
d68e607aa5
|
Group Qt dependencies together
|
10 years ago |
obscuren
|
d2a4bc4d73
|
Removed reference to lastBlockNumber & LastBlockNumber
|
10 years ago |
Taylor Gerring
|
f63c4a9bcb
|
Ignore locally built binaries
|
10 years ago |
Alexandre Van de Sande
|
05f2808849
|
Add http when not present on browser
|
10 years ago |
obscuren
|
2c3a014f03
|
Resolved some bugs in the miner
* TODO nonce error sometimes persists
* Fixed mining on wrong blocks
* Fixed state error & receipt fail
|
10 years ago |
obscuren
|
c924a841c7
|
Merge branch 'develop' into bounty
|
10 years ago |
obscuren
|
7299eb72e0
|
HTTP RPC only listen on localhost
|
10 years ago |
obscuren
|
238f39a42e
|
Validate seckey when generating pub key
|
10 years ago |
obscuren
|
09e53367a2
|
Use a mutex write-lock for a write operation
|
10 years ago |
obscuren
|
b143dad596
|
Reference pointer to block instead of pointer to function
|
10 years ago |
obscuren
|
16ae675107
|
Unmarshal in to pointer to string
|
10 years ago |
obscuren
|
12fc590b34
|
removed some old menu items
|
10 years ago |
obscuren
|
c29b01ce75
|
Reset URL bar
|
10 years ago |
obscuren
|
befb4bc1c1
|
Fixed a few errors in the browser special meta tags objects
|
10 years ago |
obscuren
|
32c7ebc51d
|
Fixed mining & limited hash power
|
10 years ago |
obscuren
|
65159d65c8
|
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
|
10 years ago |
Jeffrey Wilcke
|
3ff6c9bb79
|
Merge pull request #309 from fjl/peer-window
Fix Mist Peers Window
|
10 years ago |
obscuren
|
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
|
10 years ago |
Felix Lange
|
8464e43eaf
|
cmd/mist: fix peer window
|
10 years ago |
Felix Lange
|
4bef3ce284
|
p2p: print Cap as name/version
|
10 years ago |
obscuren
|
396f1a0a33
|
Add 'crypto/ecies/' from commit '7c0f4a9b18d992166452d8cd32caaefd92b26386'
git-subtree-dir: crypto/ecies
git-subtree-mainline: 49a739c8d6
git-subtree-split: 7c0f4a9b18
|
10 years ago |
Jeffrey Wilcke
|
7c0f4a9b18
|
Merge pull request #3 from Gustav-Simonsson/fix_ecies_params_init_bug
Fix ECIES params nil bug
|
10 years ago |
obscuren
|
49a739c8d6
|
Merge branch 'Gustav-Simonsson-align_key_and_ecdsa_nonce_entropy' into develop
|
10 years ago |
obscuren
|
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
|
10 years ago |
obscuren
|
95cfaa1b37
|
disabled test
|
10 years ago |
Jeffrey Wilcke
|
acc7c0f706
|
Merge pull request #308 from fjl/default-bootnodes
eth: add default bootnode
|
10 years ago |
Felix Lange
|
1c1a3033be
|
eth: add default bootnode
|
10 years ago |
obscuren
|
384305f4aa
|
Fixed QML errors
|
10 years ago |
Alexandre Van de Sande
|
7aef0fed29
|
changed url bar behaviour. Failed attempt at icon
|
10 years ago |
obscuren
|
4d49d7b5a6
|
Reset hash rate to 0 when mining is stopped
|
10 years ago |
Gustav Simonsson
|
f35d62b759
|
Remove secp256_rand.go and update tests
|
10 years ago |
obscuren
|
6a7b0ef904
|
Updated coin.js abi
|
10 years ago |
obscuren
|
ce239333d5
|
Update balance label when mining
|
10 years ago |
obscuren
|
0f3c25b265
|
Propagate blocks
|
10 years ago |
obscuren
|
790de35e7f
|
Fixed issue in peer window
* Fixed issues where new peer window could cause a crash when entering
an empty string
|
10 years ago |
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 |
Gustav Simonsson
|
39434e383b
|
Unexport randEntropy type and use exported Reader instead
|
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 |