obscuren
9be7853e34
Fixed issues with stalled remote miner
10 years ago
Taylor Gerring
2f8601ef38
Rename blockAge to blockHeight
10 years ago
Gustav Simonsson
becc503230
Correct difficulty calculation to use new difficulty minimum
10 years ago
Gustav Simonsson
5d31a475e9
Fix new types for blocktests and comment out non-working log level setter
10 years ago
Gustav Simonsson
60de4d6dd1
gofmt
10 years ago
Gustav Simonsson
08bb472c91
Add validation of post state accounts to block tests
10 years ago
Gustav Simonsson
33c5186fd0
In blocktest cmd, disable network and add RPC flag
10 years ago
obscuren
dc3a9379f5
logging for possible uncles
10 years ago
Taylor Gerring
3f6e1b2fd3
db_putHex/db_getHex + tests
10 years ago
obscuren
524f8199bf
added some nil checks for cache (testing specific)
10 years ago
obscuren
6657d544db
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
0be6d34048
finally merged *the missing*
10 years ago
Jeffrey Wilcke
dbb2af6016
Merge pull request #548 from tgerring/typescleanup
...
Fix Mist types build errors
10 years ago
Taylor Gerring
91a2275ad3
Move RemoteAgent to miner pkg
10 years ago
Taylor Gerring
439481d177
Rename Agent to RemoteAgent
10 years ago
Taylor Gerring
01c0ba22ae
Add DAG seed hash and difficulty to GetWork
10 years ago
Taylor Gerring
0846e15667
go away!
10 years ago
Taylor Gerring
ab6311c1bd
Move remote mining agent to XEth
10 years ago
Taylor Gerring
d76e8cb1f1
Consistent var names
10 years ago
Taylor Gerring
16a58f8f2a
Always return 3 strings
10 years ago
Taylor Gerring
31879eca8c
Stub corrected getWork response
10 years ago
Taylor Gerring
3772f02569
Rename for filename typo
10 years ago
Taylor Gerring
372e1cad5b
Cleanup get/submitWork
...
getWork needs to return additional values
10 years ago
Jeffrey Wilcke
8affdf96e2
Merge pull request #547 from tgerring/commoncleanup
...
common/common.go cleanup
10 years ago
Jeffrey Wilcke
3133372a6a
Merge pull request #536 from zsfelfoldi/develop
...
using robertkrimen/otto, godeps updated
10 years ago
obscuren
59eab49cb8
Merge branch 'ethersphere-jsonlog' into develop
10 years ago
obscuren
8b1b9fc99d
Merge branch 'jsonlog' of https://github.com/ethersphere/go-ethereum into ethersphere-jsonlog
...
Conflicts:
eth/backend.go
10 years ago
obscuren
8ed4f226d1
check for nil ptrs
10 years ago
obscuren
82956df523
Get work / submit work partially implemented.
...
* WIP missing arguments for submitting new work
* GetWork **done**
10 years ago
Taylor Gerring
d186bf0dfe
Fix Mist types build errors
10 years ago
Taylor Gerring
bf73f02fe0
Remove common.go
10 years ago
Taylor Gerring
360c66c65d
Move Big* vars to big.go
10 years ago
Taylor Gerring
2477d10aa0
Move MakeName to path
10 years ago
Taylor Gerring
c0741edc34
Move OS-specific funcs to path.go
10 years ago
Taylor Gerring
82a41a198e
Move CurrencyToString to size
10 years ago
Taylor Gerring
08b21acff1
Move ToHex/FromHex into bytes
10 years ago
Jeffrey Wilcke
9682a3ef3e
Merge pull request #526 from ethersphere/frontier/blockpool
...
Frontier/blockpool
10 years ago
obscuren
e349fb9350
bump
10 years ago
obscuren
13781b922a
converted to proper types
10 years ago
zelig
0edb33566f
fix blockpool test logger
10 years ago
zelig
78cff9e3a4
independent flag for json structured logging
...
- logjson flag remove logformat flag
- passed to eth Config
- logsystem not a field of Ethereum
- LogSystem does not need to expose GetLogLevel/SetLogLevel
- message struct just implements more generic LogMsg interface
- LogMsg is a fmt.Stringer with Level()
- jsonMsg ([]byte) implements LogMsg
- remove "raw" systems
- move level logic inside StdLogSystem
- logsystems only print their kind of msg: jsonLogSystem prints jsonMsg, StdLogSystem prints stdMsg
10 years ago
zelig
95038fc62d
Idle too long error incorrectly triggered even when peer sending new blocks
...
- fix status chain map uses common.Hash as key
- add badPeers increment to IncorrectTD errors (forgotten)
- signal head info update to head section process even if parent hash is not in pool (inserted), so that idle timer can be set to nil
- suicideC -> peer.headInfoTimer
- quit -> peer.bestIdleTimer
- and they are properly set from within getBlockHashes and handleSection
10 years ago
obscuren
7f85608f30
Merge branch 'conversion' into develop
10 years ago
Jeffrey Wilcke
09766d1729
Merge pull request #535 from maran/fixReadmeLink
...
Fix link to build instructions in the readme
10 years ago
obscuren
fcacfabe19
Added new ethereum.js
10 years ago
obscuren
83728e4b64
Merge branch 'develop' into conversion
...
Conflicts:
rpc/responses.go
10 years ago
obscuren
004f5008ff
Merge branch 'rpcfrontier' into develop
10 years ago
obscuren
a7ad9c309b
Merge branch 'develop' into conversion
10 years ago
obscuren
38c7c589e4
Merge branch 'rpcfrontier' into develop
10 years ago
obscuren
ce862ee758
Removed some comments
10 years ago