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
/
ethereum.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implemented new JS/EthPub methods
Maran
2014-05-13
1
-0
/
+15
*
Implemented our own makeshift go seed. Fixes #16
Maran
2014-05-13
1
-4
/
+17
*
Added debug message if you try to add a peer when max peers has been reached.
Maran
2014-05-12
1
-3
/
+7
*
Implemented proper peer checking when adding new peers
Maran
2014-05-12
1
-2
/
+41
*
Properly exchange peer capabilities between peers
Maran
2014-05-12
1
-0
/
+4
*
Moved seeding and moved manifest
obscuren
2014-05-09
1
-39
/
+43
*
Fix an issue where we don't have the rpc so we dont have to close it
Maran
2014-05-06
1
-1
/
+3
*
Renamed etherpc to ethrpc
Maran
2014-05-05
1
-2
/
+2
*
Fixed import cycle
Maran
2014-05-05
1
-2
/
+3
*
Implemented first few methods via public api
Maran
2014-05-03
1
-3
/
+2
*
Merge branch 'develop' into feature/rpc
Maran
2014-05-02
1
-1
/
+1
|
\
|
*
Fixed Upnp bug
obscuren
2014-05-02
1
-1
/
+1
*
|
Implemented RPC framework
Maran
2014-05-02
1
-0
/
+4
|
/
*
Merge
Maran
2014-03-17
1
-13
/
+38
*
Initial smart-miner stuff
Maran
2014-03-10
1
-0
/
+8
*
Renamed block manager to state manager
obscuren
2014-03-05
1
-6
/
+6
*
Partially refactored server/txpool/block manager/block chain
obscuren
2014-03-05
1
-12
/
+23
*
Fixed shutting down
obscuren
2014-02-28
1
-1
/
+1
*
Addad db name for new ldb
obscuren
2014-02-25
1
-1
/
+1
*
Moved txpool start to initialisation method of ethereumm
obscuren
2014-02-23
1
-5
/
+6
*
Updated some of the log statements to use the ethutil logger
obscuren
2014-02-22
1
-8
/
+8
*
Running contracts fixed
obscuren
2014-02-19
1
-1
/
+1
*
Rlp update
obscuren
2014-02-18
1
-17
/
+20
*
Removed RlpValue in favour of Value
obscuren
2014-02-15
1
-2
/
+2
*
The great merge
obscuren
2014-02-15
1
-6
/
+6
*
Refactoring RlpValue => Value
obscuren
2014-02-13
1
-0
/
+1
*
Put leveldb
obscuren
2014-02-12
1
-2
/
+2
*
Interop!
obscuren
2014-02-12
1
-14
/
+17
*
Seed bootstrapping added
obscuren
2014-02-11
1
-0
/
+16
*
Database
obscuren
2014-02-10
1
-2
/
+2
*
Reversed back
obscuren
2014-02-10
1
-2
/
+2
*
level db back in
obscuren
2014-02-10
1
-2
/
+2
*
Fixed self connect through public key discovery.
obscuren
2014-02-10
1
-2
/
+2
*
Switched over to leveldb instead of memdb
obscuren
2014-02-09
1
-5
/
+11
*
Do not quit if upnp fails
obscuren
2014-02-04
1
-1
/
+0
*
Removed the seed peer option from start
obscuren
2014-02-03
1
-1
/
+1
*
UPnP Support
obscuren
2014-02-03
1
-18
/
+14
*
Implemented support for UPnP
obscuren
2014-02-03
1
-0
/
+62
*
removed upnp
obscuren
2014-02-02
1
-52
/
+0
*
upnp test
obscuren
2014-02-02
1
-41
/
+66
*
Reverted back to messages
obscuren
2014-02-02
1
-7
/
+2
*
UPNP wip
obscuren
2014-02-02
1
-5
/
+59
*
Self connect
obscuren
2014-01-31
1
-9
/
+0
*
Get peers returns now both in and outbound peers
obscuren
2014-01-31
1
-0
/
+16
*
Peer connection checking
obscuren
2014-01-31
1
-1
/
+4
*
Don't connect to peers that are already connected
obscuren
2014-01-31
1
-0
/
+16
*
Self connect detect
obscuren
2014-01-31
1
-1
/
+1
*
Updated seed peers
obscuren
2014-01-31
1
-5
/
+9
*
Switched port and removed logging
obscuren
2014-01-28
1
-15
/
+3
*
Removed default connection
obscuren
2014-01-27
1
-5
/
+7
*
Updated peers
obscuren
2014-01-25
1
-1
/
+1
*
Data send over the wire shouldn't be RLPed more then once
obscuren
2014-01-24
1
-2
/
+3
*
Initial commit bootstrapping package
obscuren
2014-01-24
1
-0
/
+213