obscuren
|
547788b1b0
|
Added optional address slice. Closes #326
|
10 years ago |
Taylor Gerring
|
417f018498
|
Updated P2PConnected log fields
|
10 years ago |
obscuren
|
2c454863f2
|
Use new rlp (TODO requires some refactoring)
|
10 years ago |
Felix Lange
|
f965f41b6e
|
p2p/nat: switch to github.com/huin/goupnp
My temporary fix was merged upstream.
|
10 years ago |
Felix Lange
|
119bea22aa
|
crypto: switch to golang.org/x/crypto
code.google.com/p/go.crypto is deprecated and will cause
problems in future versions of Go.
|
10 years ago |
Felix Lange
|
bb346a3ae1
|
rpc/ws: switch to golang.org/x/net
code.google.com/p/go.net is deprecated and will cause
problems in future versions of Go.
|
10 years ago |
Alexandre Van de Sande
|
abb9b7f46f
|
Merge branch 'develop' into ui
|
10 years ago |
obscuren
|
c934222a80
|
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
|
10 years ago |
obscuren
|
8135752a32
|
"centralised" mining to backend. Closes #323
|
10 years ago |
Felix Lange
|
34d0e1b2c3
|
p2p: fix ecies dependency in tests
We forgot to update this reference when moving ecies into the
go-ethereum repo.
|
10 years ago |
Alexandre Van de Sande
|
fbd5e4d5af
|
Updated icons
|
10 years ago |
Alexandre Van de Sande
|
0de1d1dd58
|
removed status bar code
|
10 years ago |
Alexandre Van de Sande
|
a22711a7b5
|
badge support
|
10 years ago |
Alexandre Van de Sande
|
c4b8c11529
|
side icons
|
10 years ago |
Alexandre Van de Sande
|
666ef48239
|
SideIcons work. Copy paste still doesn't.
|
10 years ago |
Taylor Gerring
|
643eda5c2d
|
Update obscuren/qml revision
|
10 years ago |
Taylor Gerring
|
cb34502728
|
Add godep usage information
|
10 years ago |
Taylor Gerring
|
9796feccb7
|
Add Docker Hub link to automated builds
|
10 years ago |
Taylor Gerring
|
c0ce323092
|
Use explicit branch and godep
|
10 years ago |
Alexandre Van de Sande
|
3068e2688d
|
merge conflicts
|
10 years ago |
Taylor Gerring
|
68f6ddc5aa
|
Update Travis to use godep
|
10 years ago |
Alexandre Van de Sande
|
1878630b59
|
Solved Issue #318 and added states to back button
|
10 years ago |
Taylor Gerring
|
702218008e
|
Add versioned dependencies from godep
|
10 years ago |
Taylor Gerring
|
202362d925
|
Merge branch 'develop' of github.com:ethereum/go-ethereum into develop
|
10 years ago |
Taylor Gerring
|
393267489c
|
Use Go binary instead of building from source
|
10 years ago |
Taylor Gerring
|
a92bcbb795
|
Use latest Trusty version
|
10 years ago |
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 |