Felix Lange
3b12a9293c
.travis.yml: don't run gofmt, goimports, golint
...
This should yield another 30-second speed up. Nobody looks
at the output of those anyway. We might want bring back gofmt later
and actually fail the build if source is not formatted.
10 years ago
Felix Lange
654f7f707c
.travis.yml: speed up tests on Travis
...
This should decrease test runtime to about 30 seconds.
10 years ago
Felix Lange
66abe2e3d4
gocoverage.sh: skip .
...
This is an attempt to get Travis working again.
10 years ago
Felix Lange
b3b6210886
tests/vm: add non-test Go file
...
This removes the annoying warning printed by "go install ./...".
10 years ago
Felix Lange
01ce066d43
state: improve TestDump
10 years ago
Felix Lange
4ab7a290cd
accounts: use crypto/randentropy in test
10 years ago
Felix Lange
81dea2d8e7
update-license.go: add blank line after build tag
...
This silences "go install ./...". For some reason it started
complaining with go 1.4.2.
10 years ago
Jeffrey Wilcke
639ac5c3da
Merge pull request #352 from fjl/no-enc-handshake
...
p2p: disable encryption handshake, enable log events
10 years ago
Jeffrey Wilcke
765740b829
Merge pull request #345 from maran/feature/minerthreads
...
Implement command line argument to set the amount miner threads
10 years ago
Jeffrey Wilcke
07c34751da
Merge pull request #335 from alexvandesande/ui
...
Cut, Copy, Undo and Redo working in webview
10 years ago
Felix Lange
3719db352a
p2p: emit JSON connect/disconnect events
10 years ago
Felix Lange
fa15854a54
logger: add P2P disconnected event
10 years ago
Felix Lange
dd871e791c
p2p: initialize Server.ourHandshake before accepting connections
10 years ago
Felix Lange
3dbd32093c
p2p: enable devp2p ping
...
This should prevent connection drops.
10 years ago
Felix Lange
1ec6190e86
cmd/mist: show peer names in peers window
10 years ago
Felix Lange
73f94f3755
p2p: disable encryption handshake
...
The diff is a bit bigger than expected because the protocol handshake
logic has moved out of Peer. This is necessary because the protocol
handshake will have custom framing in the final protocol.
10 years ago
Taylor Gerring
4322632c59
Merge pull request #339 from tgerring/jsonlog
...
JSON log updates
10 years ago
obscuren
fdecc11128
Temp fix for #342
10 years ago
Maran
5aff8bfb59
Implement command line argument to set the amount of agents created by the miner
...
Defaults to the amount of cores available on the CPU
10 years ago
obscuren
487c5cc294
Added WIP number package
10 years ago
obscuren
ee9df32dba
Added errors
10 years ago
obscuren
655e942597
Added GetBlock GetUncle with OOB guard
10 years ago
obscuren
be90ad89a8
Disable turbo
10 years ago
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