index
:
dexon
cliff-log
dev-test
dexon-classic
jimmy-monkey
jm-vm-design-doc
jm-vm-entry
master
mission-merge-core
mission-tmp
release/1.0
s-lds
s-network-monitor
s-truffle
taipei
testnet
vm
vm-skymizer
vm-skymizer-wasm-cache
vm-skymizer-wasm-no-cache
wasm-vm
wip/gy-sqlvm-gas-model
wip/gy-sqlvm-runtime-benchmark
wip/gy-sqlvm-runtime-p5
wip/lantw/checker
wip/wmin0/codegen
wip/yenlin/planner
wip/yenlin/storage_index
yilan
DEXON full node (https://github.com/dexon-foundation/dexon)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
eth
/
protocol.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
eth: began split up of peers and protocol manager
obscuren
2015-04-18
1
-376
/
+7
*
eth: basic implementation of the downloader
obscuren
2015-04-17
1
-0
/
+25
*
Merge branch 'develop' into downloader-proto
obscuren
2015-04-16
1
-7
/
+5
|
\
|
*
blockpool stability fixes:
zelig
2015-04-13
1
-7
/
+5
*
|
eth: added downloader for syncing up the chain
obscuren
2015-04-13
1
-36
/
+67
|
/
*
Disabled TD check
obscuren
2015-04-09
1
-1
/
+1
*
Moved log to debug
obscuren
2015-04-09
1
-5
/
+10
*
Changed log to new logging
obscuren
2015-04-04
1
-1
/
+1
*
corrected
obscuren
2015-04-01
1
-1
/
+1
*
bumped network protocol
obscuren
2015-04-01
1
-1
/
+1
*
change StatusMsgData.TD back to pointer type *big.Int
zelig
2015-04-01
1
-3
/
+3
*
check TxMsg
zelig
2015-04-01
1
-1
/
+4
*
test for invalid rlp encoding of block in BlocksMsg
zelig
2015-04-01
1
-1
/
+4
*
eth: SEC-29 eth wire protocol decoding invalid message data crashes client
zelig
2015-04-01
1
-3
/
+6
*
Protocol bump
obscuren
2015-04-01
1
-1
/
+1
*
Updated for PV59
obscuren
2015-03-24
1
-1
/
+1
*
iterator returned wrong value
obscuren
2015-03-21
1
-2
/
+1
*
peer suspension to disallow reconnect after disconnect on fatal error for se...
zelig
2015-03-20
1
-4
/
+9
*
eth, whisper: adapt for RLP encoder switch in package p2p
Felix Lange
2015-03-19
1
-51
/
+44
*
Merge branch 'develop' into conversion
obscuren
2015-03-19
1
-22
/
+26
|
\
|
*
private network support
zelig
2015-03-18
1
-23
/
+27
*
|
conversions. -compilable-
obscuren
2015-03-18
1
-30
/
+31
|
/
*
Moved ethutil => common
obscuren
2015-03-16
1
-7
/
+7
*
Bump protocol version 58
obscuren
2015-03-13
1
-1
/
+1
*
debug comments & pow handling
obscuren
2015-03-06
1
-2
/
+1
*
Merge branch 'p2p-handshake-2' of https://github.com/fjl/go-ethereum into fjl...
obscuren
2015-03-06
1
-15
/
+21
|
\
|
*
eth, whisper: fix msg.Payload reads
Felix Lange
2015-03-04
1
-15
/
+21
*
|
Miner fixes and updates (including miner)
obscuren
2015-03-05
1
-1
/
+1
|
/
*
Clean up REPL
obscuren
2015-03-04
1
-1
/
+2
*
Merge branch 'jsonlogs' of https://github.com/ethersphere/go-ethereum into et...
obscuren
2015-03-04
1
-0
/
+16
|
\
|
*
add eth.chain.received.new_block log to eth protocol
zelig
2015-03-03
1
-1
/
+9
|
*
Add event eth.tx.received
Taylor Gerring
2015-03-02
1
-0
/
+7
*
|
fixed pow stuff
obscuren
2015-03-04
1
-1
/
+1
*
|
integrate blockpool into eth
zelig
2015-02-25
1
-26
/
+43
|
/
*
Minor updates for release
obscuren
2015-02-21
1
-1
/
+1
*
dirty tracking for state objects fixed
obscuren
2015-02-20
1
-1
/
+1
*
cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API
Felix Lange
2015-02-06
1
-1
/
+2
*
Propagate known transactions to new peers on connect
obscuren
2015-02-05
1
-0
/
+12
*
upped pv
obscuren
2015-01-29
1
-1
/
+1
*
Limit hashes. Closes #249
obscuren
2015-01-09
1
-0
/
+7
*
no need to call AddBlockHashes when receiving new block
zelig
2015-01-09
1
-10
/
+0
*
Adjusted difficulty and skip get tx messages
obscuren
2015-01-06
1
-1
/
+1
*
Don't auto push jeff ...
obscuren
2015-01-06
1
-0
/
+1
*
Changed to poc-8 & removed GetTxs
obscuren
2015-01-06
1
-1
/
+0
*
eth, p2p: remove EncodeMsg from p2p.MsgWriter
Felix Lange
2015-01-06
1
-4
/
+4
*
Merge
obscuren
2015-01-06
1
-45
/
+55
*
Updated protocol version
obscuren
2015-01-03
1
-1
/
+1
*
Refactored block & Transaction
obscuren
2014-12-23
1
-1
/
+1
*
Removed goroutine from "Run"
obscuren
2014-12-16
1
-8
/
+8
*
removed filter manager from base
obscuren
2014-12-15
1
-21
/
+22
*
blockpool rewritten , tests broken FIXME
zelig
2014-12-15
1
-292
/
+0
*
protocol
zelig
2014-12-15
1
-7
/
+83
*
eth protocol changes
zelig
2014-12-15
1
-3
/
+94
*
initial commit for eth-p2p integration
zelig
2014-12-15
1
-1
/
+126
*
protocol
zelig
2014-12-15
1
-50
/
+52
*
eth protocol changes
zelig
2014-12-15
1
-57
/
+79
*
initial commit for eth-p2p integration
zelig
2014-12-15
1
-0
/
+294