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
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
obscuren
4300f2a0fa
Fixed state tests
10 years ago
obscuren
c28116cb3b
Fixed incorrect recipient derived
10 years ago
obscuren
06697775d1
Merge branch 'conversion' of github.com-obscure:ethereum/go-ethereum into conversion
10 years ago
Taylor Gerring
9edb9a21bc
Add json LogSystem #538
10 years ago
Taylor Gerring
670021da15
Rename topic to topics #544
10 years ago
Felix Lange
069c87b960
whisper: use common.Hash
10 years ago
Felix Lange
7c4ff3abb4
eth: enable whisper again
10 years ago
Felix Lange
483d43a15a
whisper: use package rlp
10 years ago
Felix Lange
a829a56587
rlp: add Stream.Raw
10 years ago
Felix Lange
81800ca39e
Merge remote-tracking branch 'ethereum/conversion' into conversion
10 years ago
Felix Lange
b95ff54632
cmd/blocktest: delete package
...
Blocktests are now integrated in cmd/ethereum.
10 years ago
Felix Lange
b41185a68f
rlp: fix nil pointer decoding
...
The generic pointer decoder did not advance the input position
for empty values. This can lead to strange issues and even
infinite loops.
10 years ago
obscuren
abce6804a0
Right pad bytes to prevent future programmers making bugs
10 years ago
obscuren
f4e9638867
Merge branch 'ethersphere-frontier/blockpool' into conversion
10 years ago
obscuren
ecd10d2cf7
iterator returned wrong value
10 years ago
obscuren
1821d1af48
Merge branch 'frontier/blockpool' of https://github.com/ethersphere/go-ethereum into ethersphere-frontier/blockpool
10 years ago