index
:
go-tangerine
dependabot/npm_and_yarn/dashboard/assets/decode-uri-component-0.2.2
dependabot/npm_and_yarn/dashboard/assets/dns-packet-1.3.4
dependabot/npm_and_yarn/dashboard/assets/elliptic-6.5.3
dependabot/npm_and_yarn/dashboard/assets/elliptic-6.5.4
dependabot/npm_and_yarn/dashboard/assets/express-4.18.2
dependabot/npm_and_yarn/dashboard/assets/hosted-git-info-2.8.9
dependabot/npm_and_yarn/dashboard/assets/http-proxy-1.18.1
dependabot/npm_and_yarn/dashboard/assets/ini-1.3.7
dependabot/npm_and_yarn/dashboard/assets/loader-utils-1.4.1
dependabot/npm_and_yarn/dashboard/assets/loader-utils-1.4.2
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.15
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.19
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.20
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.21
dependabot/npm_and_yarn/dashboard/assets/macaddress-0.2.9
dependabot/npm_and_yarn/dashboard/assets/mixin-deep-1.3.2
dependabot/npm_and_yarn/dashboard/assets/path-parse-1.0.7
dependabot/npm_and_yarn/dashboard/assets/qs-6.4.1
dependabot/npm_and_yarn/dashboard/assets/set-getter-0.1.1
dependabot/npm_and_yarn/dashboard/assets/sshpk-1.16.1
dependabot/npm_and_yarn/dashboard/assets/stringstream-0.0.6
dependabot/npm_and_yarn/dashboard/assets/tar-2.2.2
dependabot/npm_and_yarn/dashboard/assets/ua-parser-js-0.7.28
dependabot/npm_and_yarn/dashboard/assets/websocket-extensions-0.1.4
dependabot/npm_and_yarn/dashboard/assets/y18n-3.2.2
jimmy-run_bp
jimmy-script
jimmy-script-more
jm-debug
jm-reset-testnet
jm-update-run-node-script
master
origin
w-ci
w-debug
w-script
Tangerine full node (https://github.com/tangerine-network/go-tangerine)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
peer.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed crash
obscuren
2014-05-21
1
-1
/
+1
*
Up protocol version
obscuren
2014-05-20
1
-1
/
+1
*
Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop
obscuren
2014-05-20
1
-52
/
+73
|
\
|
*
Refactored a lot of the chain catchup/reorg.
Maran
2014-05-20
1
-52
/
+73
*
|
No longer store script directly in the state tree
obscuren
2014-05-20
1
-1
/
+1
|
/
*
Changed how changes are being applied to states
obscuren
2014-05-17
1
-2
/
+3
*
Fixed catching up
obscuren
2014-05-15
1
-7
/
+4
*
Test
obscuren
2014-05-15
1
-1
/
+1
*
Test
obscuren
2014-05-15
1
-26
/
+17
*
Merge branch 'develop' of github.com:ethereum/eth-go into develop
Maran
2014-05-14
1
-2
/
+2
|
\
|
*
Moved keyring to ethutil & removed old methods. Implements #20
obscuren
2014-05-14
1
-2
/
+2
*
|
Implemented IsUpToDate to mark the node as ready to start mining
Maran
2014-05-14
1
-0
/
+2
|
/
*
Do not queue messages if the peer isn't connected (e.g. timing out)
obscuren
2014-05-14
1
-0
/
+4
*
Removed peers from peerlist as soon as they disconnect. Might fix #13
Maran
2014-05-12
1
-0
/
+10
*
Only accept peers if we asked for them
Maran
2014-05-12
1
-14
/
+14
*
Don't forward localhost connections over the public network
Maran
2014-05-12
1
-1
/
+4
*
Properly exchange peer capabilities between peers
Maran
2014-05-12
1
-1
/
+1
*
Made the debug line for invalid peer versions dynamic
Maran
2014-05-12
1
-1
/
+1
*
Removed debug log
obscuren
2014-05-02
1
-27
/
+27
*
Removed debugging log
obscuren
2014-04-30
1
-12
/
+4
*
Fixed state problem
obscuren
2014-04-29
1
-2
/
+4
*
Small tweaks
Maran
2014-04-01
1
-6
/
+3
*
Merge conflicts
Maran
2014-04-01
1
-2
/
+17
|
\
|
*
Added missing GetTx (0x16) wire message
obscuren
2014-03-28
1
-2
/
+16
|
*
Reworked transaction constructors
obscuren
2014-03-27
1
-1
/
+2
*
|
initial testcode for canonical chain
Maran
2014-03-24
1
-1
/
+1
*
|
Remove some xtra logs
Maran
2014-03-24
1
-1
/
+1
*
|
Merge branch 'master' into miner
Maran
2014-03-24
1
-2
/
+1
|
\
|
|
*
Added client string to configuration
obscuren
2014-03-17
1
-2
/
+1
*
|
FindCanonicalChain returns true or false when we are on the Canonical chain o...
Maran
2014-03-24
1
-3
/
+11
*
|
Initial block reorganisation code
Maran
2014-03-21
1
-19
/
+100
*
|
More mining rework
Maran
2014-03-20
1
-1
/
+1
|
/
*
Log
obscuren
2014-03-17
1
-0
/
+1
*
Moved on to the state manager
obscuren
2014-03-17
1
-1
/
+2
*
Partially refactored server/txpool/block manager/block chain
obscuren
2014-03-05
1
-9
/
+11
*
Updated protocol version to 7
obscuren
2014-03-03
1
-2
/
+4
*
Fixed shutting down
obscuren
2014-02-28
1
-3
/
+2
*
Infof rather than infoln
obscuren
2014-02-24
1
-2
/
+2
*
Updated some of the log statements to use the ethutil logger
obscuren
2014-02-22
1
-16
/
+14
*
Merge pull request #5 from sdboyer/iotas
Jeffrey Wilcke
2014-02-19
1
-3
/
+6
|
\
|
*
Add comment explaining why iota is not used.
Sam Boyer
2014-02-19
1
-0
/
+3
|
*
Express bit flag constants using iota bitshift.
Sam Boyer
2014-02-19
1
-3
/
+3
*
|
Fix a couple errors from go vet
Sam Boyer
2014-02-18
1
-2
/
+1
|
/
*
Changed debug messages
obscuren
2014-02-18
1
-5
/
+7
*
Added proper error message
obscuren
2014-02-17
1
-1
/
+3
*
The great merge
obscuren
2014-02-15
1
-6
/
+5
*
Refactoring RlpValue => Value
obscuren
2014-02-13
1
-43
/
+80
*
Put leveldb
obscuren
2014-02-12
1
-0
/
+2
*
Interop!
obscuren
2014-02-12
1
-3
/
+4
*
Fixed peer handling
obscuren
2014-02-10
1
-7
/
+8
*
Reversed back
obscuren
2014-02-10
1
-12
/
+13
*
Changed client id
obscuren
2014-02-10
1
-1
/
+4
*
Added some loggers
obscuren
2014-02-10
1
-8
/
+16
*
Corrected version number in error log
obscuren
2014-02-10
1
-6
/
+7
*
Forgot to bump the version
obscuren
2014-02-10
1
-1
/
+1
*
Version 3 and added added catch up
obscuren
2014-02-10
1
-7
/
+28
*
Self connect on handshake
obscuren
2014-02-10
1
-9
/
+10
*
Fixed self connect through public key discovery.
obscuren
2014-02-10
1
-19
/
+29
*
Changed peer format
obscuren
2014-02-09
1
-6
/
+9
*
Fixed value
obscuren
2014-02-06
1
-25
/
+16
*
Properly encode tx
obscuren
2014-02-03
1
-1
/
+1
*
Transaction processing
obscuren
2014-02-03
1
-1
/
+1
*
removed self connect log
obscuren
2014-02-03
1
-2
/
+0
*
Encode caps as byte
obscuren
2014-02-03
1
-2
/
+2
*
Disconnection reasons
obscuren
2014-02-03
1
-13
/
+38
*
Removed the seed peer option from start
obscuren
2014-02-03
1
-15
/
+2
*
upnp test
obscuren
2014-02-02
1
-10
/
+25
*
UPNP wip
obscuren
2014-02-02
1
-25
/
+20
*
(un)pack addr
obscuren
2014-02-01
1
-33
/
+87
*
For the testnet always 30303 for now to make it easy
obscuren
2014-01-31
1
-2
/
+4
*
Self connect
obscuren
2014-01-31
1
-1
/
+0
*
Get peers returns now both in and outbound peers
obscuren
2014-01-31
1
-2
/
+2
*
Self connect detect
obscuren
2014-01-31
1
-12
/
+42
*
Updated seed peers
obscuren
2014-01-31
1
-114
/
+129
*
Implemented get chain msg
obscuren
2014-01-28
1
-11
/
+33
*
Removed default connection
obscuren
2014-01-27
1
-1
/
+27
*
Graceful shutdown of peers
obscuren
2014-01-26
1
-13
/
+20
*
Updated peers
obscuren
2014-01-25
1
-8
/
+8
*
Data send over the wire shouldn't be RLPed more then once
obscuren
2014-01-24
1
-6
/
+9
*
Updated packages
obscuren
2014-01-24
1
-1
/
+2
*
Initial commit bootstrapping package
obscuren
2014-01-24
1
-0
/
+303