obscuren
05b1ec008b
Disabled ability to disable whisper. Closes #334
10 years ago
Taylor Gerring
07bdba687f
Re-add LogFormat to Config
10 years ago
Taylor Gerring
f499f343ba
Update JSON Log types
10 years ago
Alexandre Van de Sande
acd93c2971
Removed console logs from mist.js
...
also fixed an issue where it would force reloads unnecessarily
10 years ago
obscuren
60318c96d0
removed old wallet
10 years ago
Jeffrey Wilcke
c1d0693cb1
Merge pull request #325 from fjl/deps-cleanup
...
Cleanup imports
10 years ago
obscuren
5ec8c5f71b
added bootnode back in
10 years ago
obscuren
c1474e1877
Removed mined transactions from pending view. Closes #321
10 years ago
obscuren
26d58e0446
Forgot to add the case for logs. Closes #336
10 years ago
obscuren
7fc9b5b3f9
Changed to ChainEvent and fixed a nil pointer in transact
10 years ago
Alexandre Van de Sande
0e2f6691bf
Cut, Copy, Undo and Redo working in webview
10 years ago
obscuren
11e12680eb
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
13c00afc68
Implement register and watchTx
10 years ago
Jeffrey Wilcke
5022b618aa
Merge pull request #327 from fjl/udp-out-of-range
...
p2p/discover: fix pending replies iteration
10 years ago
obscuren
5238b9439e
Merge branch 'alexvandesande-ui' into develop
10 years ago
obscuren
9a2be227a6
commented peer count out
10 years ago
obscuren
fe94622ea3
Merge branch 'ui' of https://github.com/alexvandesande/go-ethereum into develop
10 years ago
obscuren
567428fb34
Filter and mutex locks added
10 years ago
obscuren
815ead7107
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
Felix Lange
7ea131d4ff
p2p/discover: fix pending replies iteration
...
Range expressions capture the length of the slice once before the first
iteration. A range expression cannot be used here since the loop
modifies the slice variable (including length changes).
10 years ago
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
Paweł Bylica
b9894c1d09
Update JIT interface to ABI 0.2: code hash added to input data, gas counter passed as int64
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